aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Fix handling of pushInsteadOfThomas Wolf2017-08-142-6/+30
* | | | | | | Merge "Ensure EOL stream type is DIRECT when -text attribute is present"Christian Halstrick2017-08-142-6/+25
|\ \ \ \ \ \ \
| * | | | | | | Ensure EOL stream type is DIRECT when -text attribute is presentThomas Wolf2017-08-112-6/+25
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Rename extensions.refsStorage to refStorageShawn Pearce2017-08-114-4/+4
* | | | | | | Expose LongMap in util packageShawn Pearce2017-08-093-11/+34
* | | | | | | NB: encode and decode 24-bit intsShawn Pearce2017-08-092-0/+106
|/ / / / / /
* | | | | | 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-0214-102/+16
* | | | | | Merge changes Ia6c3935c,I46a29eaeDavid Pursehouse2017-08-022-1/+20
|\ \ \ \ \ \
| * | | | | | Remove unused import introduced in a551b64Matthias Sohn2017-08-011-1/+0
| * | | | | | Silence API errors caused by adding enum constants in dbb137eMatthias Sohn2017-08-011-0/+20
* | | | | | | Merge "git ignore .DS_Store"Matthias Sohn2017-08-011-0/+1
|\ \ \ \ \ \ \
| * | | | | | | git ignore .DS_StoreDavid Pursehouse2017-07-281-0/+1
* | | | | | | | Merge "git ignore all bazel folders"Matthias Sohn2017-08-011-5/+1
|\| | | | | | | | |/ / / / / / |/| | | | | |
| * | | | | | git ignore all bazel foldersDavid Pursehouse2017-07-281-5/+1
* | | | | | | Merge changes I424295df,Ib003f7c8David Pursehouse2017-08-012-29/+48
|\ \ \ \ \ \ \
| * | | | | | | Treat RawText of binary data as file with one single line.Han-Wen Nienhuys2017-08-012-5/+31
| * | | | | | | Trim boilerplate in RawParseUtils_LineMapTest.Han-Wen Nienhuys2017-07-271-24/+17
* | | | | | | | Merge "Use w1 for hashCode of AbbreviatedObjectId"Terry Parker2017-07-282-4/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | Use w1 for hashCode of AbbreviatedObjectIdShawn Pearce2017-07-282-4/+14
* | | | | | | | | Merge "IntList: support contains(int)"David Pursehouse2017-07-282-0/+26
|\| | | | | | | |
| * | | | | | | | IntList: support contains(int)Shawn Pearce2017-07-282-0/+26
* | | | | | | | | Merge "Replace findbugs by spotbugs"David Pursehouse2017-07-282-11/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Replace findbugs by spotbugsMatthias Sohn2017-07-282-11/+11
* | | | | | | | | | RefDirectory: Add in-process fair lock for atomic updatesDave Borowitz2017-07-283-87/+173
|/ / / / / / / / /
* | | / / / / / / RefDirectory: Retry acquiring ref locks with backoffDave Borowitz2017-07-284-28/+266
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge "Fix committing empty commits"David Pursehouse2017-07-282-1/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix committing empty commitsChristian Halstrick2017-07-282-1/+6
* | | | | | | | | Merge "Support overriding a batch's reflog on a per-ReceiveCommand basis"David Pursehouse2017-07-284-9/+193
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Support overriding a batch's reflog on a per-ReceiveCommand basisDave Borowitz2017-07-264-9/+193
* | | | | | | | | Merge changes from topic 'batch-ref-update-reflog'David Pursehouse2017-07-285-10/+449
|\| | | | | | | |
| * | | | | | | | BatchRefUpdate: Expand javadocs and add @NullableDave Borowitz2017-07-261-6/+17
| * | | | | | | | PackedBatchRefUpdate: Write reflogsDave Borowitz2017-07-262-0/+394
| * | | | | | | | Extract constants for reflog entry message prefixesDave Borowitz2017-07-252-4/+38
* | | | | | | | | Add commit check for head referencesZhen Chen2017-07-263-0/+41
* | | | | | | | | Add connectivity check from referencesZhen Chen2017-07-262-0/+58
* | | | | | | | | Add dfs fsck implementationZhen Chen2017-07-2614-45/+1010
|/ / / / / / / /
* | | | | | | | Improve BatchRefUpdateTest readabilityDave Borowitz2017-07-251-205/+216
* | | | | | | | Move BatchRefUpdate tests to a new fileDave Borowitz2017-07-253-493/+480
* | | | | | | | Implement atomic BatchRefUpdates for RefDirectoryDave Borowitz2017-07-256-41/+815
* | | | | | | | Separate RefUpdate.Result.REJECTED_{MISSING_OBJECT,OTHER_REASON}Dave Borowitz2017-07-257-98/+187
* | | | | | | | Add missing newlines at ends of Java filesDavid Pursehouse2017-07-2545-45/+45
* | | | | | | | Temporarily @Ignore flaky CommitCommandTest methodsDave Borowitz2017-07-251-0/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix matching ignores and attributes pattern of form a/b/**.Dmitry Pavlenko2017-07-243-12/+39
* | | | | | | Merge changes from topic 'packed-batch-ref-update'David Pursehouse2017-07-249-44/+269
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add tests for updating single refs to missing objectsDave Borowitz2017-07-171-0/+88
| * | | | | | Fix deleting symrefsDave Borowitz2017-07-173-4/+78
| * | | | | | RefDirectory: Throw exception if CAS of packed ref list failsDave Borowitz2017-07-172-17/+31
| * | | | | | ReceiveCommand: Explicitly check constructor preconditionsDave Borowitz2017-07-174-22/+68