summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare 4.9.0-SNAPSHOT buildsMatthias Sohn2017-05-3056-323/+323
* Fix out-of-bounds exception in RepoCommand#relativeHan-Wen Nienhuys2017-05-242-10/+22
* Fix null return from FS.readPipe when command fails to launchBryan Donlan2017-05-242-4/+19
* RenameDetector: Clarify rename limits <= 0Dave Borowitz2017-05-241-1/+3
* Remove unnecessary cast for DfsReaderZhen Chen2017-05-222-2/+2
* Merge "Fix javadoc of TooLargeObjectInPackException"David Pursehouse2017-05-221-1/+2
|\
| * Fix javadoc of TooLargeObjectInPackExceptionMatthias Sohn2017-05-191-1/+2
* | Allow DfsReader to be subclassedShawn Pearce2017-05-195-8/+14
* | Track read IO for DfsReaderShawn Pearce2017-05-194-11/+173
* | Merge "Exclude refs/tags from bitmap commit selection"Terry Parker2017-05-187-59/+159
|\ \ | |/ |/|
| * Exclude refs/tags from bitmap commit selectionTerry Parker2017-05-187-59/+159
* | Merge branch 'stable-4.8'Matthias Sohn2017-05-180-0/+0
|\ \ | |/ |/|
| * Prepare 4.8.0-SNAPSHOT buildsMatthias Sohn2017-05-1756-59/+59
| * JGit v4.8.0.201705170830-rc1v4.8.0.201705170830-rc1Matthias Sohn2017-05-1756-59/+59
|/
* [findBugs] Use UTF-8 to write to the error stream in TextProgressMonitorMatthias Sohn2017-05-151-1/+4
* [findBugs] Use UTF-8 to read git-rebase-todo fileMatthias Sohn2017-05-151-6/+8
* [findBugs] Use UTF-8 when writing to the error stream in GitHookMatthias Sohn2017-05-151-2/+12
* [findBugs] Use UTF-8 when writing to the error stream in jgit pgmMatthias Sohn2017-05-151-1/+4
* Add shutdown hook to cleanup unfinished clone when JVM is killedMatthias Sohn2017-05-131-0/+4
* Clean up the disk when cloning failsThomas Wolf2017-05-121-10/+80
* Upgrade japicmp-maven-plugin to latest versionDavid Pursehouse2017-05-121-1/+1
* Upgrade maven-pmd-plugin to latest versionDavid Pursehouse2017-05-121-1/+1
* Remove unused clirr-maven-plugin from LFS pom.xml filesDavid Pursehouse2017-05-122-38/+0
* Update jetty to 9.4.5Mat Booth2017-05-1117-179/+168
* Specify minimum Maven version in pom.xmlDavid Pursehouse2017-05-111-0/+4
* Checkout should not use too long filenamesChristian Halstrick2017-05-102-1/+20
* Support pull on detached HEADMickael Istria2017-05-082-23/+76
* Reset ObjectWalker when it starts a new walkZhen Chen2017-05-032-11/+7
* Fix stack overflow in MergeBaseGeneratorShawn Pearce2017-05-021-31/+59
* Clone: add --recurse-submodules optionDavid Pursehouse2017-04-275-4/+126
* Fix unnecessary type paramatersShawn Pearce2017-04-221-1/+1
* Delete expired garbage even when there is no GC pack present.Thirumala Reddy Mutchukota2017-04-212-72/+116
* Update eclipse-jarsigner-plugin to 1.1.4Matthias Sohn2017-04-202-2/+2
* Add parseCommit(AnyObjectId) method to Repository.Martin Fick2017-04-191-0/+27
* RepoCommand: Add linkfile support.Dan Willemsen2017-04-189-41/+396
* Add some tests for alternatesMatthias Sohn2017-04-181-0/+149
* Merge "Process all "have"s even when MissingObjectException is encountered"Jonathan Nieder2017-04-171-34/+67
|\
| * Process all "have"s even when MissingObjectException is encounteredJonathan Nieder2017-04-171-34/+67
* | Merge "Prevent alternates loop"David Pursehouse2017-04-173-63/+221
|\ \
| * | Prevent alternates loopMartin Fick2017-04-143-63/+221
* | | Add missing @since tag for new API RepoCommand.setTargetURI()Matthias Sohn2017-04-141-3/+5
* | | Update Maven pluginsMatthias Sohn2017-04-141-6/+7
|/ /
* | Bazel: Restrict src globs to Java source filesDavid Pursehouse2017-04-1310-10/+10
* | Fix RepoCommand to allow for relative URLsHan-Wen Nienhuys2017-04-132-7/+217
* | Merge "BundleWriter: Allow constructing from only an ObjectReader"Jonathan Nieder2017-04-122-6/+75
|\ \
| * | BundleWriter: Allow constructing from only an ObjectReaderDave Borowitz2017-04-122-6/+75
* | | Merge "Only throw MissingObjectException when necessary"Terry Parker2017-04-121-17/+32
|\ \ \ | |/ / |/| / | |/
| * Only throw MissingObjectException when necessaryZhen Chen2017-04-051-17/+32
* | Merge branch 'stable-4.7'Matthias Sohn2017-04-115-13/+195
|\ \
| * | Cleanup and test trailing slash handling in ManifestParserHan-Wen Nienhuys2017-04-113-13/+155