summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Config: Handle leading/trailing single whitespacesDave Borowitz2017-11-202-3/+71
* Merge branch 'stable-4.9'David Pursehouse2017-11-203-9/+16
|\
| * Fix NPE in TransportGitSsh.ExtSession.exec()Matthias Sohn2017-11-201-8/+12
| * Add missing help text for rev-parse's --verify optionMatthias Sohn2017-11-191-0/+3
| * Remove final modifier on args4j argument field in RevParseRüdiger Herrmann2017-11-191-1/+1
* | Merge changes from topic 'includeDeletes'Shawn Pearce2017-11-164-1/+117
|\ \
| * | Add flag for keeping ref tombstones in GC reftableMinh Thai2017-11-153-1/+116
| * | Preserve ref tombstone when compact top retable stackMinh Thai2017-11-151-0/+1
* | | Remove unused import from ReftableCompactorTestMatthias Sohn2017-11-151-1/+0
|/ /
* | TreeWalk: Make getEolStreamType(OperationType) publicDavid Pursehouse2017-11-155-13/+21
* | TreeWalk: Fix indentationDavid Pursehouse2017-11-151-2/+2
* | Merge "ObjectDirectory: Add pack directory getter"David Pursehouse2017-11-1411-18/+22
|\ \
| * | ObjectDirectory: Add pack directory getterHector Caballero2017-11-1411-18/+22
* | | Merge "Add return tag"David Pursehouse2017-11-141-2/+3
|\| |
| * | Add return tagHector Caballero2017-11-141-2/+3
* | | Merge "ReftableCompactor should accept 0 for minUpdateIndex"Jonathan Nieder2017-11-142-3/+329
|\ \ \ | |/ / |/| |
| * | ReftableCompactor should accept 0 for minUpdateIndexMinh Thai2017-11-142-3/+329
* | | FileUtils.toPath to convert File to PathMarc Strapetz2017-11-148-21/+44
* | | Silence invalid @since 3.5 API warning on ResolveMerge#processEntryMatthias Sohn2017-11-131-0/+7
|/ /
* | Merge changes I335587ee,I4182a174David Pursehouse2017-11-106-1/+104
|\ \
| * | Merge branch 'stable-4.9'Matthias Sohn2017-11-115-0/+104
| |\|
| | * Work around a Jsch bug: ensure the user name is set from URIThomas Wolf2017-11-103-0/+36
| | * Merge "Reintroduce protected method which removal broke EMF Compare" into sta...Matthias Sohn2017-11-022-0/+68
| | |\
| | | * Reintroduce protected method which removal broke EMF CompareMatthias Sohn2017-10-242-0/+68
| * | | Remove an unused import from PackParserTestMatthias Sohn2017-11-111-1/+0
* | | | Add a setting for fsck to check connectivity onlyZhen Chen2017-11-101-1/+14
|/ / /
* | | Merge changes I22a8874b,I68ed4abd,I740bc4bf,Icbd17d15Jonathan Nieder2017-11-107-123/+409
|\ \ \
| * | | BitmapWalker: do not revisit objects in bitmapJonathan Tan2017-11-101-1/+22
| * | | Use bitmaps for non-commit reachability checksJonathan Tan2017-11-102-2/+120
| * | | Make PackWriterBitmapWalker publicJonathan Tan2017-11-105-122/+273
| * | | UploadPackTest: construct commits in test methodJonathan Tan2017-11-011-11/+7
* | | | Reject pack if delta exceeds array size limitShawn Pearce2017-11-092-3/+7
* | | | Check non-flushed packs for existence of objectZhen Chen2017-11-071-0/+6
* | | | Suppress "Unlikely argument type for equals()" warnings in testsDavid Pursehouse2017-11-064-0/+4
* | | | Update spotbugs-maven-plugin to 3.1.0-RC7Matthias Sohn2017-11-042-5/+5
* | | | Merge branch 'stable-4.9'David Pursehouse2017-11-029-21/+1213
|\ \ \ \ | | |/ / | |/| |
| * | | PackInserter: Implement newReader()Dave Borowitz2017-11-012-2/+351
| * | | Move some strings from DfsText to JGitTextDave Borowitz2017-11-015-9/+9
| * | | FileRepository: Add pack-based inserter implementationDave Borowitz2017-11-013-0/+839
| * | | ObjectDirectory: Factor a method to close open pack handlesDave Borowitz2017-11-012-10/+16
| * | | ObjectDirectory: Remove last modified check in insertPackDave Borowitz2017-11-011-2/+0
| | |/ | |/|
* | | Upgrade error_prone_core to 2.1.2David Pursehouse2017-10-301-1/+1
* | | Move loggers to the top of their classSaša Živkov2017-10-302-4/+4
* | | Merge "Align PackStatistics and DfsPackDescription list length"Terry Parker2017-10-262-4/+14
|\ \ \
| * | | Align PackStatistics and DfsPackDescription list lengthMasaya Suzuki2017-10-202-4/+14
* | | | Update .mailmapDavid Pursehouse2017-10-251-0/+1
* | | | Revert "Throw BinaryBlobException from RawParseUtils#lineMap."Han-Wen NIenhuys2017-10-244-48/+22
* | | | Fix typo in commentHan-Wen Nienhuys2017-10-241-1/+1
* | | | Throw BinaryBlobException from RawParseUtils#lineMap.Han-Wen Nienhuys2017-10-244-22/+48
* | | | Avoid loading and merging binary data in ResolveMergerHan-Wen Nienhuys2017-10-242-7/+165