Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Building and testing EGit -- targeting #302549 resolution

On Wed, Jun 15, 2011 at 06:52, Matthias Sohn
<matthias.sohn@xxxxxxxxxxxxxx> wrote:
> 2011/6/15 Benjamin Gandon <benje@xxxxxxxxxx>
>>
>> My goal here is to develop, test, and submit a patch that enables the
>> --follow feature of git log that is not available in EGit.
>> (See also the bug #302549 about this.)
>>
> that's great :-)
> You may consider to add this functionality first to jgit CLI
> (class org.eclipse.jgit.pgm.Log)
> and maybe also jgit API (class org.eclipse.jgit.api.LogCommand)
> to get the jgit part right and then do the integration with the history
> view.

I thought we already had --follow support in the JGit CLI. Its
certainly in the revwalk package, there is a FollowFilter that does
the work.

-- 
Shawn.


Back to the top