Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] JGit Client API

Hi,

there is the first proposal for the Builder API available in
http://egit.eclipse.org/r/#change,591. As you can see in the included
test it is possible now to fire 4 commits and call "git log" in the
end in 6 lines of code: One to construct the builder class and one
line per command. This should encourage everybody to write even more
tests ...

Ciao
  Chris


Back to the top