Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » Jgit commit peformance(Jgit commit peformance slowness)
Jgit commit peformance [message #1066155] Mon, 01 July 2013 09:57
ak k is currently offline ak kFriend
Messages: 3
Registered: July 2013
Junior Member
Hi All ,

we are using following code to commit file in git but it is very slow takes about 5 minutes. Any ideas how can we improve the performance


git.add().addFilepattern(".").call();
CommitCommand command = git.commit().setAll(true).setAuthor(userName, userName).setCommitter(userName, "");


Previous Topic:Remote vs local repositories
Next Topic:Cannot merge now
Goto Forum:
  


Current Time: Thu Apr 25 16:47:18 GMT 2024

Powered by FUDForum. Page generated in 3.28920 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top