Re: jgit performance update
From: Shawn Pearce <hidden>
Date: 2016-08-11 19:53:28
Robin Rosenberg [off-list ref] wrote:
söndag 03 december 2006 15:19 skrev Jakub Narebski:quoted
Robin Rosenberg wrote:quoted
CVS-induced brain damage, I should track the content. next version. filenames are so much handier to work with).Git uses <path> as _revision limiter_, not as output filter. Shouldn't jgit do the same?It's egit, i.e. the eclipse plugin I'm referring to so it's a user interface thing and it uses the path name.
Jakub's point is that "git log -- a" lists only the revisions which affect path 'a'. Once those revisions have been selected then output begins. The 'a' gets reapplied as an output filter to only show changes relevant to file 'a', but its very much a revision filter during the revision listing process. --