summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* Add support to follow HTTP redirectsThomas Wolf2017-08-173-65/+270
* Merge "Fix off-by-one error in Strings.count()"Christian Halstrick2017-08-161-4/+7
|\
| * Fix off-by-one error in Strings.count()Thomas Wolf2017-08-141-4/+7
* | Merge "Use relative paths for attribute rule matching"Christian Halstrick2017-08-161-4/+10
|\|
| * Use relative paths for attribute rule matchingThomas Wolf2017-08-111-4/+10
* | Send a detailed event on working tree modificationsThomas Wolf2017-08-1510-25/+374
* | Merge branch 'stable-4.8'Matthias Sohn2017-08-151-2/+11
|\ \
| * \ Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2017-08-151-2/+11
| |\ \
| | * \ Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2017-08-141-2/+11
| | |\ \
| | | * \ Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2017-08-141-2/+11
| | | |\ \
| | | | * | Fix exception handling for opening bitmap index filesChristian Halstrick2017-08-141-2/+11
* | | | | | Do not apply pushInsteadOf to existing pushUrisThomas Wolf2017-08-141-8/+10
* | | | | | Record submodule paths with untracked changes as FileMode.GITLINKThomas Wolf2017-08-141-13/+23
* | | | | | Fix handling of pushInsteadOfThomas Wolf2017-08-141-6/+16
* | | | | | Merge "Ensure EOL stream type is DIRECT when -text attribute is present"Christian Halstrick2017-08-141-6/+10
|\ \ \ \ \ \
| * | | | | | Ensure EOL stream type is DIRECT when -text attribute is presentThomas Wolf2017-08-111-6/+10
| | |_|_|_|/ | |/| | | |
* | | | | | Rename extensions.refsStorage to refStorageShawn Pearce2017-08-111-1/+1
* | | | | | Expose LongMap in util packageShawn Pearce2017-08-092-10/+33
* | | | | | NB: encode and decode 24-bit intsShawn Pearce2017-08-091-0/+41
|/ / / / /
* | | | | 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
* | | | | 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
* | | | | | | 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-268-32/+779
|/ / / / / / /
* | | | | | | 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-245-7/+84
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | 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-172-4/+49
| * | | | | | BatchRefUpdate: Document when getPushOptions is nullDave Borowitz2017-07-171-1/+4