Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-09Set minimum required Java version to Java 7Matthias Sohn3-5/+5
2015-02-04Merge branch 'stable-3.7'Matthias Sohn2-3/+7
2015-02-04Add option --orphan for checkoutRĂ¼diger Herrmann2-3/+7
2015-02-04Prepare post 3.7.0.201502031740-rc1 buildsMatthias Sohn3-4/+4
2015-02-03JGit v3.7.0.201502031740-rc1v3.7.0.201502031740-rc1Matthias Sohn3-4/+4
2015-01-27Prepare 4.0.0-SNAPSHOT buildsMatthias Sohn3-34/+34
2015-01-27Merge "Make jgit.sh work on windows when JGIT_CLASSPATH is set"Shawn Pearce1-2/+6
2015-01-13[pgm] Prevent commands from writing progress to System.errRĂ¼diger Herrmann6-6/+6
2015-01-07[pgm] Add missing help text for clone --bare optionMatthias Sohn1-0/+1
2014-12-24Prepare 3.7.0-SNAPSHOT buildsMatthias Sohn3-34/+34
2014-12-24Merge branch 'stable-3.6'Matthias Sohn7-170/+96
2014-12-23Prepare 3.6.1-SNAPSHOT buildsMatthias Sohn3-34/+34
2014-12-23JGit v3.6.0.201412230720-rv3.6.0.201412230720-rMatthias Sohn3-4/+4
2014-12-22[pgm] Add option --bare to clone commandMatthias Sohn1-1/+4
2014-12-22[pgm] Implement clone using CloneCommandMatthias Sohn3-120/+33
2014-12-16[pgm] Add option --tags for ls-remoteMatthias Sohn2-1/+5
2014-12-16[pgm] Add option --heads for ls-remoteMatthias Sohn2-1/+5
2014-12-15[pgm] Use LsRemoteCommand to implement ls-remote and add a testMatthias Sohn1-16/+18
2014-12-09Do not use deprecated tasks in maven-antrun-plugin.Alexander Kurtakov1-4/+4
2014-12-01Make jgit.sh work on windows when JGIT_CLASSPATH is setChristian Halstrick1-2/+6
2014-11-12Prepare post 3.6.0-m1 buildsMatthias Sohn3-4/+4
2014-11-12JGit v3.6.0.201411121045-m1v3.6.0.201411121045-m1Matthias Sohn3-4/+4
2014-09-26Merge branch 'stable-3.5'Matthias Sohn1-0/+5
2014-09-26Prepare 3.5.1-SNAPSHOT buildsMatthias Sohn3-34/+34
2014-09-26JGit v3.5.0.201409260305-rv3.5.0.201409260305-rMatthias Sohn3-4/+4
2014-09-19Add "aggressive" option to GCChristian Halstrick2-5/+9
2014-09-07Prepare post 3.5.0-rc1 buildsMatthias Sohn3-4/+4
2014-09-07JGit 3.5.0.201409071800-rc1v3.5.0.201409071800-rc1Matthias Sohn3-4/+4
2014-09-06Fix the ls-remote command when there is no local repoRobin Rosenberg1-0/+5
2014-09-05Prepare 3.6.0-SNAPSHOT buildsMatthias Sohn3-34/+34
2014-09-04Rename local variables/parameters to remove warnings about hidingRobin Rosenberg1-3/+3
2014-08-29Handle -m option for Merge commandAxel Richard2-1/+9
2014-07-19Don't prefix output from jgit status with '# 'Robin Rosenberg1-1/+1
2014-07-06Handle diff formatting when there is nothing to compare withRobin Rosenberg1-2/+3
2014-07-01Don't warn for methods that can be staticRobin Rosenberg1-1/+1
2014-07-01Add new default settings from Eclipse 4.4Robin Rosenberg1-0/+5
2014-06-30Clarify comments in message properties files (and fix grammar)Robin Stocker1-2/+2
2014-06-30Fix incorrect "''" in CLIText.propertiesRobin Stocker1-1/+1
2014-06-29Add a comment to the message properties files on how they are processedRobin Rosenberg1-0/+5
2014-06-29Remove duplicate string in CLIText.propertiesRobin Rosenberg1-1/+0
2014-06-29Fix formatting errors in error messagesRobin Rosenberg1-2/+2
2014-06-04Prepare 3.5.0-SNAPSHOT buildsRobin Rosenberg3-34/+34
2014-05-21Prepare post 3.4.0 RC1 buildsMatthias Sohn3-4/+4
2014-05-21JGit v3.4.0.201405211411-rc1v3.4.0.201405211411-rc1Matthias Sohn3-4/+4
2014-05-16Merge "Command line: implement checkout -- <path>"Matthias Sohn1-4/+17
2014-05-12Command line: implement checkout -- <path>Matthias Sohn1-4/+17
2014-05-07LsTree: quote paths in outputDave Borowitz1-1/+2
2014-05-07Fix manifests of source bundlesMatthias Sohn1-2/+2
2014-05-06Merge changes I9ba0e70f,I1f38e055,Idb55a303Dave Borowitz1-5/+13
2014-05-05Do not rewrite parents in RevWalkTextBuiltinsDave Borowitz1-4/+8

Back to the top