aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Update thread-safety warning about RepositoryShawn Pearce2017-08-081-1/+7
* ReflogWriter: Minor cleanupDave Borowitz2017-08-021-40/+37
* Eliminate SectionParser construction boilerplateDave Borowitz2017-08-0211-75/+13
* Silence API errors caused by adding enum constants in dbb137eMatthias Sohn2017-08-011-0/+20
* Merge changes I424295df,Ib003f7c8David Pursehouse2017-08-011-5/+24
|\
| * Treat RawText of binary data as file with one single line.Han-Wen Nienhuys2017-08-011-5/+24
* | Merge "Use w1 for hashCode of AbbreviatedObjectId"Terry Parker2017-07-281-1/+1
|\ \
| * | Use w1 for hashCode of AbbreviatedObjectIdShawn Pearce2017-07-281-1/+1
* | | Merge "IntList: support contains(int)"David Pursehouse2017-07-281-0/+15
|\| |
| * | IntList: support contains(int)Shawn Pearce2017-07-281-0/+15
* | | Merge "Replace findbugs by spotbugs"David Pursehouse2017-07-281-2/+2
|\ \ \
| * | | Replace findbugs by spotbugsMatthias Sohn2017-07-281-2/+2
* | | | RefDirectory: Add in-process fair lock for atomic updatesDave Borowitz2017-07-282-87/+118
|/ / /
* | | RefDirectory: Retry acquiring ref locks with backoffDave Borowitz2017-07-282-28/+160
* | | Merge "Fix committing empty commits"David Pursehouse2017-07-281-1/+1
|\ \ \
| * | | Fix committing empty commitsChristian Halstrick2017-07-281-1/+1
* | | | Merge "Support overriding a batch's reflog on a per-ReceiveCommand basis"David Pursehouse2017-07-283-9/+148
|\ \ \ \ | |/ / / |/| | |
| * | | Support overriding a batch's reflog on a per-ReceiveCommand basisDave Borowitz2017-07-263-9/+148
* | | | Merge changes from topic 'batch-ref-update-reflog'David Pursehouse2017-07-284-10/+133
|\| | |
| * | | BatchRefUpdate: Expand javadocs and add @NullableDave Borowitz2017-07-261-6/+17
| * | | PackedBatchRefUpdate: Write reflogsDave Borowitz2017-07-261-0/+78
| * | | Extract constants for reflog entry message prefixesDave Borowitz2017-07-252-4/+38
* | | | Add commit check for head referencesZhen Chen2017-07-262-0/+15
* | | | Add connectivity check from referencesZhen Chen2017-07-261-0/+16
* | | | Add dfs fsck implementationZhen Chen2017-07-2610-32/+784
|/ / /
* | | Implement atomic BatchRefUpdates for RefDirectoryDave Borowitz2017-07-255-34/+519
* | | Separate RefUpdate.Result.REJECTED_{MISSING_OBJECT,OTHER_REASON}Dave Borowitz2017-07-253-18/+93
* | | 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