summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
...
* | | | dfs: Fix build break caused by DfsStreamKey.of signature changeShawn Pearce2017-07-191-1/+4
* | | | dfs: Fix default DfsStreamKey to include DfsRepositoryDescriptionShawn Pearce2017-07-192-16/+12
* | | | dfs: Shrink DfsPackDescription.sizeMap storageShawn Pearce2017-07-191-17/+10
|/ / /
* | | dfs: Fix caching of index, bitmap index, reverse indexShawn Pearce2017-07-182-30/+59
* | | dfs: Use special ForReverseIndex DfsStreamKey wrapper instead of deriveShawn Pearce2017-07-182-30/+23
* | | Derive DfsStreamKey from DfsPackDescriptionShawn Pearce2017-07-179-118/+131
* | | Extract BlockBasedFile base class for DfsPackFileShawn Pearce2017-07-174-174/+234
* | | Use separate DfsStreamKey for PackIndexShawn Pearce2017-07-171-20/+6
* | | Rename DfsPackKey to DfsStreamKeyShawn Pearce2017-07-177-37/+34
|/ /
* | Add missing @since 4.9 for new API PackParser.setExpectedObjectCount()Matthias Sohn2017-07-081-0/+1
* | Merge changes from topic 'packed-batch-ref-update'Dave Borowitz2017-07-073-22/+36
|\ \
| * | RefList: Support capacity <= 0 on new buildersDave Borowitz2017-07-051-2/+3
| * | Short-circuit writing packed-refs if no refs were packedDave Borowitz2017-07-051-6/+22
| * | BatchRefUpdate: Clarify some ref prefix callsDave Borowitz2017-07-051-14/+11
* | | Make possible to overwrite the object countZhen Chen2017-07-051-11/+27
|/ /
* | Merge "Support -merge attribute in binary macro"Christian Halstrick2017-07-034-10/+66
|\ \
| * | Support -merge attribute in binary macroMathieu Cartaud2017-06-274-10/+66
* | | Use read ahead during copyPackThroughCacheShawn Pearce2017-06-272-18/+47
* | | Add a test for parsing fsck config options and expose FsckMode enumDavid Turner2017-06-231-2/+18
|/ /
* | Fix bug in multiple tag handling on DescribeCommandOliver Lockwood2017-06-211-23/+37
* | Support --match functionality in DescribeCommandOliver Lockwood2017-06-201-4/+43
* | Allow to programmatically set FastForwardMode for PullCommandMatthias Sohn2017-06-161-5/+29
* | Add support for config "pull.ffMattias Neuling2017-06-162-0/+17
* | Fetch/PullCommand: Improve Javadoc of setRecurseSubmodulesDavid Pursehouse2017-06-162-2/+13
* | Improve javadoc for MergeCommand.setFastForward()Matthias Sohn2017-06-151-3/+7
* | Add a new singlePack option to PackConfigTerry Parker2017-06-143-0/+42
* | Merge branch 'stable-4.8'David Pursehouse2017-06-117-8/+74
|\ \
| * | 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-112-2/+45
* | | Merge branch 'stable-4.8'David Pursehouse2017-06-1010-4/+332
|\| |
| * | 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.8David Pursehouse2017-06-081-0/+6
| |\ \
| | * | JGit v4.7.1.201706071930-rv4.7.1.201706071930-rMatthias Sohn2017-06-083-4/+4
| | * | ArchiveCommand: Create prefix entry with commit timeYasuhiro Takagi2017-06-051-0/+6
| * | | Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2017-06-077-2/+320
| |\| |
| | * | Run auto GC in the backgroundDavid Turner2017-06-067-2/+312
* | | | Defer object collision check until pack stream is doneZhen Chen2017-06-081-52/+63
* | | | fetch: Accept any SHA-1 on lhs of refspecShawn Pearce2017-06-041-3/+16
* | | | Prepare 4.9.0-SNAPSHOT buildsMatthias Sohn2017-05-303-45/+45
|/ / /
* | | Fix out-of-bounds exception in RepoCommand#relativeHan-Wen Nienhuys2017-05-241-10/+21
* | | Fix null return from FS.readPipe when command fails to launchBryan Donlan2017-05-241-1/+7
* | | 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-194-7/+13
* | | | Track read IO for DfsReaderShawn Pearce2017-05-194-11/+173
* | | | Exclude refs/tags from bitmap commit selectionTerry Parker2017-05-185-56/+144
|/ / /
* | | [findBugs] Use UTF-8 to write to the error stream in TextProgressMonitorMatthias Sohn2017-05-151-1/+4