aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CommitCommand: Use original author on amend if author is not setRobin Stocker2012-10-082-3/+51
* CommitCommand: Don't allow amending on initial commitRobin Stocker2012-10-084-0/+13
* Merge "Add --squash option to org.eclipse.jgit.pgm.Merge"Matthias Sohn2012-10-074-14/+57
|\
| * Add --squash option to org.eclipse.jgit.pgm.MergeTomasz Zarna2012-10-074-14/+57
* | Fix unstable testRobin Rosenberg2012-10-021-1/+1
* | Update READMERobin Stocker2012-09-281-32/+31
|/
* Fix compile error (method not available in 1.5)Markus Keller2012-09-271-1/+1
* Merge "Remove unused import introduced with 8f706db5"Robin Rosenberg2012-09-261-2/+2
|\
| * Remove unused import introduced with 8f706db5Matthias Sohn2012-09-251-2/+2
* | Revert "The constructor CmdLineException(String) is deprecated"Shawn O. Pearce2012-09-266-36/+20
|/
* Merge "Provide a convenient read() in RepositoryTestCase"Christian Halstrick2012-09-253-13/+27
|\
| * Provide a convenient read() in RepositoryTestCaseRobin Stocker2012-09-253-13/+27
* | Merge "Add the intended file to avoid breakage"Christian Halstrick2012-09-251-1/+1
|\ \ | |/ |/|
| * Add the intended file to avoid breakageRobin Rosenberg2012-09-251-1/+1
* | Merge "Allow @ in branch names and tighten syntax checking"Robin Rosenberg2012-09-242-7/+86
|\ \
| * | Allow @ in branch names and tighten syntax checkingRobin Rosenberg2012-09-232-7/+86
| |/
* | Merge "FileBasedConfig supports UTF-8 byte order marker"Robin Rosenberg2012-09-243-2/+196
|\ \
| * | FileBasedConfig supports UTF-8 byte order markerMarc Strapetz2012-09-243-2/+196
* | | Merge "Fix typo in AnyObjectId#abbreviate"Robin Rosenberg2012-09-241-2/+2
|\ \ \
| * | | Fix typo in AnyObjectId#abbreviateRobin Stocker2012-09-241-2/+2
| | |/ | |/|
* | | Merge "Add toString for TrackingRefUpdate"Robin Rosenberg2012-09-241-0/+17
|\ \ \
| * | | Add toString for TrackingRefUpdateRobin Stocker2012-09-241-0/+17
| |/ /
* | | Merge "Refuse to checkout unmerged paths from index"Christian Halstrick2012-09-242-1/+29
|\ \ \
| * | | Refuse to checkout unmerged paths from indexRobin Stocker2012-09-232-1/+29
* | | | Comment an empty block which is okRobin Rosenberg2012-09-231-0/+1
* | | | Remove unnecessary @SuppressWarningsRobin Rosenberg2012-09-231-1/+0
* | | | Remove uses of TextBuiltin.out in favor of outwRobin Rosenberg2012-09-233-14/+18
| |/ / |/| |
* | | Merge "The constructor CmdLineException(String) is deprecated"Robin Rosenberg2012-09-236-20/+36
|\ \ \ | |/ / |/| |
| * | The constructor CmdLineException(String) is deprecatedTomasz Zarna2012-09-236-20/+36
* | | Merge changes Ic2b78ba9,Ia13e63edShawn O. Pearce2012-09-226-9/+17
|\ \ \ | |/ / |/| |
| * | Use '406 Not Acceptable' when info/refs is disabledShawn O. Pearce2012-09-191-1/+1
| * | Compress large /info/refs responses on HTTPShawn O. Pearce2012-09-195-8/+16
* | | Suppress boxing warnings where we know they are okRobin Rosenberg2012-09-2226-50/+163
* | | Merge "Fixed instability in some GC tests."Matthias Sohn2012-09-201-11/+7
|\ \ \
| * | | Fixed instability in some GC tests.Sasa Zivkov2012-09-201-11/+7
| |/ /
* / / Fix the javadoc for GC.setExpireSasa Zivkov2012-09-201-3/+6
|/ /
* / Use x-friends instead of x-internal to expose jgit for internal useRobin Rosenberg2012-09-191-1/+1
|/
* Prepare 2.2.0 buildsMatthias Sohn2012-09-1941-235/+235
* Merge branch 'stable-2.1'Matthias Sohn2012-09-197-45/+203
|\
| * Prepare for 2.1 maintenance changesstable-2.1Matthias Sohn2012-09-1941-52/+52
| * JGit v2.1.0.201209190230-rv2.1.0.201209190230-rMatthias Sohn2012-09-1941-52/+52
| * Introduce "never" as parseable dateRobin Rosenberg2012-09-182-0/+21
| * Introduce ParseExceptions for GitDateParserChristian Halstrick2012-09-176-41/+137
| * Support config param "gc.pruneexpire"Christian Halstrick2012-09-172-4/+45
* | Merge "Fix resolving expression with ~ and ^ than extends beyond history"Robin Rosenberg2012-09-186-10/+492
|\ \
| * | Fix resolving expression with ~ and ^ than extends beyond historyDave Borowitz2012-09-182-1/+27
| |/
| * Additional unit tests for the GCSasa Zivkov2012-09-163-2/+465
| * Remove protobuf from top-level pom.xmlShawn O. Pearce2012-09-111-7/+0
* | Add tests for output result of merging -- org.eclipse.jgit.pgm.MergeTomasz Zarna2012-09-175-1/+99
* | Merge "Suppress two resource warnings"Shawn Pearce2012-09-161-0/+2
|\ \