Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] EGit PDE - help with EGit/JGit

Thanx Chris,

On Wed, Oct 27, 2010 at 3:23 PM, Chris Aniszczyk <caniszczyk@xxxxxxxxx> wrote:
>> 3) git rev-list HEAD -- <project> :to get the last commit that effected that
>> project
>
> Git git = new Git(repo)
> LogCommand command = git.log();
> command.call()

From this I'm not sure how to find the last commit that changed the
projects.  From the LogCommand I can get RevCommit and presumably the
information I want is in RevTree?  Is there some way to turn a RevTree
into a list of files/folders?

PW


-- 
Paul Webster
Hi floor.  Make me a sammich! - GIR


Back to the top