Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-01-03JGit v3.6.1.201501031845-rv3.6.1.201501031845-rMatthias Sohn3-4/+4
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-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
2014-05-05RevWalkTextBuiltin: Add -n to limit number of commits returnedDave Borowitz1-1/+5
2014-05-05Prepare 3.4.0-SNAPSHOT buildsMatthias Sohn3-4/+4
2014-05-05JGit v3.4.0.201405051725-m7v3.4.0.201405051725-m7Matthias Sohn3-4/+4
2014-04-24Added groups support to repo subcommand.Yuxuan 'fishy' Wang2-0/+5
2014-04-24Added the command line of jgit repo.Yuxuan 'fishy' Wang4-0/+70
2014-04-23Merge "blame: Format commit and author only once per range"Shawn Pearce1-13/+23
2014-04-21blame: Format commit and author only once per rangeShawn Pearce1-13/+23
2014-04-21pgm: Flush stderr during shutdownShawn Pearce1-0/+2
2014-04-17blame: Automatically increase commit abbreviation lengthShawn Pearce1-3/+17
2014-04-01Avoid calls to System.exit() and throw an exception insteadGuillaume Nodet3-2/+37
2014-03-30Add an input stream and an error stream to TextBuiltin base classGuillaume Nodet10-52/+88
2014-03-29Make sure we include the Java 7 module in tests when using JDK 8Robin Rosenberg1-1/+1

Back to the top