<div dir="ltr">I use GitExtension and have no performance issues. However i noticed GitExt will only visualize the last 3 years on the overview. When looking at a specific files history or blame, it will show the entire history of it(last 10 years)<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Mi., 27. März 2019 um 17:20 Uhr schrieb David Greene via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Björn Pettersson A via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>> writes:<br>
<br>
> I’m not so familiar with the inner details of git. Could this be a bad<br>
> repack of the llvm-projects repo or something?<br>
><br>
> Or is it just that we now squeeze so many commits into the same repo<br>
> that I should expect the performance to be even worse in the future?<br>
<br>
All of your log commands log the entire history of the repository.<br>
Since the monorepo contains the history of all projects, it's a lot more<br>
than the individual project repositories used to contain.<br>
<br>
I don't know what gitk does in terms of logging.  If it insists on<br>
logging the entire history, then yes, it's going to be slower with the<br>
monorepo.<br>
<br>
Personally, I rarely have the need to log further back than a couple of<br>
years of history and the monorepo has been all right for that.  On the<br>
rare occasion I need to look back much further, the extra time hasn't be<br>
burdensome.  But then I never use gitk.<br>
<br>
                          -David<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div>