Thanks.
 
And thanks everybody for helping me LFS into JGit
J Especially all the
 reviewers of course.
 
I assume there will still be a lot of changes to the support in the future, but there is a basis to build upon now
J Please everyone
 test and feel free to bash me if somethings not working.
 
I will now go on preparing the last bits to integrate into EGit, so we can properly consume this support in Eclipse without
 manual configuration editing.
 
Cheers,
Markus
 
From: Matthias Sohn [mailto:matthias.sohn@xxxxxxxxx]
Sent: Sunday, March 4, 2018 9:28 PM
To: Mark Waite <mark.earl.waite@xxxxxxxxx>
Cc: Duft Markus <Markus.Duft@xxxxxxxxxxxxxxxx>; JGit Developers list (jgit-dev@xxxxxxxxxxx) <jgit-dev@xxxxxxxxxxx>
Subject: Re: [jgit-dev] LFS
 
On Sun, Mar 4, 2018 at 12:04 PM, Mark Waite <mark.earl.waite@xxxxxxxxx> wrote:
Markus,
I've been following the latest changes in JGit 4.11.0-SNAPSHOT.  It now includes LFS changes.
 
I was a little surprised that InstallLfsCommand.setRepository() is not returning "this".  That makes it so I cannot use:
 
    InstallLfsCommand cmd = new InstallLfsCommand();
 
    cmd.setRepository(repo).call();
 
    InstallLfsCommand cmd = new InstallLfsCommand();