summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unused dependency to commons loggingRĂ¼diger Herrmann2016-01-242-3/+1
* Merge branch 'stable-4.2'Matthias Sohn2016-01-247-75/+82
|\
| * Merge changes Ifdb33501,Idc7b7bbd,Ia3db8696,I4ef82311,I3ad58d4c, ... into sta...Matthias Sohn2016-01-235-73/+82
| |\
| | * ConcurrentRepackTest: Don't use deprecated WindowCache.reconfigureDavid Pursehouse2016-01-221-4/+3
| | * ConcurrentRepackTest: Open RevWalk in try-with-resourceDavid Pursehouse2016-01-221-3/+6
| | * CommitOnlyTest: Open RevWalk in try-with-resourceDavid Pursehouse2016-01-221-4/+6
| | * UnpackedObjectTest: Create ObjectInserter.Formatter in try-with-resourceDavid Pursehouse2016-01-221-5/+11
| | * FileRepositoryBuilderTest: Use try-with-resource for auto-closeablesDavid Pursehouse2016-01-221-48/+46
| | * RepositorySetupWorkDirTest: Fix "resource leak" warningsDavid Pursehouse2016-01-221-9/+10
| * | Remove java7 bundle from Maven central scriptsMatthias Sohn2016-01-222-2/+0
| * | Prepare 4.2.1-SNAPSHOT buildsMatthias Sohn2016-01-2246-255/+255
| |/
| * JGit v4.2.0.201601211800-rv4.2.0.201601211800-rMatthias Sohn2016-01-2146-49/+49
| * Add progress monitor to MergerLaurent Delaigue2016-01-215-0/+58
| * Fix TransportException when reading bundleChris Gavin2016-01-211-10/+17
| * Fix unused throws CorruptObjectException from addTreeShawn Pearce2016-01-212-4/+2
| * Merge branch 'master' into stable-4.2Matthias Sohn2016-01-21195-3891/+9433
| |\
* | | Compare API against 4.2.0Matthias Sohn2016-01-231-1/+1
* | | Fix a @since tagThomas Wolf2016-01-231-1/+1
* | | Merge "Remove unused variable from DfsBlockCache"Terry Parker2016-01-211-8/+0
|\ \ \
| * | | Remove unused variable from DfsBlockCacheTerry Parker2016-01-211-8/+0
* | | | Prepare 4.3.0-SNAPSHOT buildsMatthias Sohn2016-01-2146-257/+257
|/ / /
* | | Merge branch 'stable-4.2'Matthias Sohn2016-01-2111-1371/+1443
|\| |
| * | BundleWriterTest: Open RevWalk in try-with-resourceDavid Pursehouse2016-01-211-18/+20
| * | DiffFormatterTest: Remove accidentally added trailing whitespaceDavid Pursehouse2016-01-211-2/+2
| * | CherryPickCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-211-191/+197
| * | DiffFormatterTest: Create auto-closeable instances in try-with-resourceDavid Pursehouse2016-01-211-78/+82
| * | ConfigTest: Create Git instance in try-with-resourceDavid Pursehouse2016-01-211-1/+3
| * | CommitAndLogCommandTest: Use assumeFalse to skip test on WindowsDavid Pursehouse2016-01-211-2/+2
| * | CommitAndLogCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-211-250/+256
| * | AddCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-211-306/+327
| * | ArchiveCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-211-85/+89
| * | TagCommandTest: Instantiate Git and RevWalk objects in try-with-resourceDavid Pursehouse2016-01-201-101/+115
| * | BlameCommandTest: Instantiate Git objects in try-with-resourceDavid Pursehouse2016-01-201-303/+305
| * | SideBandOutputStreamTest: Use try-with-resourceDavid Pursehouse2016-01-201-11/+16
| * | FileTreeIteratorJava7Test: Create Git instances in try-with-resourceDavid Pursehouse2016-01-201-32/+38
* | | Add progress monitor to MergerLaurent Delaigue2016-01-215-0/+58
* | | Merge "Fix unused throws CorruptObjectException from addTree"Shawn Pearce2016-01-212-4/+2
|\ \ \
| * | | Fix unused throws CorruptObjectException from addTreeShawn Pearce2016-01-202-4/+2
* | | | Merge "Fix TransportException when reading bundle"Shawn Pearce2016-01-211-10/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Fix TransportException when reading bundleChris Gavin2016-01-211-10/+17
* | | | Merge changes from topic 'reftree'Shawn Pearce2016-01-217-48/+243
|\ \ \ \
| * | | | debug-rebuild-ref-tree: Copy HEAD into RefTreeShawn Pearce2016-01-151-4/+13
| * | | | debug-rebuild-ref-tree: Add --enable flag to turn the database onShawn Pearce2016-01-151-0/+14
| * | | | RefTreeDatabase: Allow ORIG_HEAD, etc. on non-bare repositoriesShawn Pearce2016-01-153-3/+168
| * | | | RefTreeDatabase: Expose bootstrap refs in getAdditionalRefsShawn Pearce2016-01-155-41/+48
* | | | | Merge changes from topic 'ketch'Shawn Pearce2016-01-2027-1/+5022
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | daemon: Add --ketch=LEADER flagShawn Pearce2016-01-195-1/+59
| * | | | Ketch: Intercept push and route it through KetchShawn Pearce2016-01-194-1/+166
| * | | | Ketch: Simple map of running leader instancesShawn Pearce2016-01-191-0/+126
| * | | | Ketch: Basic replication systemShawn Pearce2016-01-1922-0/+4672