summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use a dedicated executor to run auto-gc in command line interfaceMatthias Sohn2017-06-111-0/+19
* Allow to use an external ExecutorService for background auto-gcMatthias Sohn2017-06-115-6/+29
* Fetch: Add --recurse-submodules and --no-recurse-submodules optionsDavid Pursehouse2017-06-116-4/+97
* Fix capitalization of command help summariesDavid Pursehouse2017-06-111-2/+2
* SubmoduleUpdateCommand#setCallback should return 'this'Matthias Sohn2017-06-101-1/+3
* CloneCommand#setCallback should return 'this'David Pursehouse2017-06-081-1/+3
* Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2017-06-080-0/+0
|\
| * Prepare 4.7.2-SNAPSHOT buildsMatthias Sohn2017-06-0856-321/+321
* | Merge branch 'stable-4.7' into stable-4.8David Pursehouse2017-06-082-4/+10
|\|
| * JGit v4.7.1.201706071930-rv4.7.1.201706071930-rMatthias Sohn2017-06-0856-59/+59
| * ArchiveCommand: Create prefix entry with commit timeYasuhiro Takagi2017-06-052-4/+10
* | Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2017-06-079-2/+328
|\|
| * Run auto GC in the backgroundDavid Turner2017-06-069-2/+320
* | Update Orbit to the Oxygen version R20170516192513Matthias Sohn2017-05-307-11/+11
* | Merge branch 'master' into stable-4.8Matthias Sohn2017-05-3022-96/+394
|\ \
| * | 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