aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-2528-28/+28
* Fix matching ignores and attributes pattern of form a/b/**.Dmitry Pavlenko2017-07-241-11/+14
* Merge changes from topic 'packed-batch-ref-update'David Pursehouse2017-07-246-7/+90
|\
| * Fix deleting symrefsDave Borowitz2017-07-172-0/+13
| * RefDirectory: Throw exception if CAS of packed ref list failsDave Borowitz2017-07-171-2/+18
| * ReceiveCommand: Explicitly check constructor preconditionsDave Borowitz2017-07-173-4/+55
| * BatchRefUpdate: Document when getPushOptions is nullDave Borowitz2017-07-171-1/+4
* | Merge "Make 'inCoreLimit' of LocalFile used in ResolveMerger configurable"Shawn Pearce2017-07-222-2/+23
|\ \
| * | Make 'inCoreLimit' of LocalFile used in ResolveMerger configurableChangcheng Xiao2017-07-222-2/+23
* | | dfs: optionally store blockSize in DfsPackDescriptionShawn Pearce2017-07-216-19/+59
|/ /
* | dfs: Fix DataFormatException: 0 bytes to inflateShawn Pearce2017-07-192-10/+20
* | dfs: actually allow current DfsBlock to GCShawn Pearce2017-07-191-2/+1
* | Merge "dfs: only create DfsPackFile if description has PACK"Shawn Pearce2017-07-191-3/+2
|\ \
| * | dfs: only create DfsPackFile if description has PACKShawn Pearce2017-07-191-3/+2
* | | dfs: Fix incorrect use of reference == for DfsStreamKeyShawn Pearce2017-07-191-1/+1
* | | 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