summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge "TreeWalk: Remove CorruptObjectException from addTree(AbstractTreeItera...Shawn Pearce2016-01-201-10/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | TreeWalk: Remove CorruptObjectException from addTree(AbstractTreeIterator)Shawn Pearce2016-01-201-10/+5
| |/ / /
* | | | Fix ResetCommand to return the resulting refChristian Halstrick2016-01-202-24/+36
* | | | Add option to allow empty commits to CommitCommandChristian Halstrick2016-01-203-0/+135
|/ / /
* | | Merge "Remove declared IOException which is no longer thrown"Matthias Sohn2016-01-192-4/+2
|\ \ \
| * | | Remove declared IOException which is no longer thrownMatthias Sohn2016-01-202-4/+2
* | | | Merge branch 'stable-4.2'David Pursehouse2016-01-2029-496/+508
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | CheckoutCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-191-48/+49
| * | BranchCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-191-33/+33
| * | CheckoutTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-191-285/+306
| * | BranchTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-191-8/+12
| * | URIishTest: Use @Test annotation's `expected` argumentDavid Pursehouse2016-01-191-36/+10
| * | Suppress "The allocated object is never used" warning in testsDavid Pursehouse2016-01-196-0/+13
| * | Add $NON-NLS to suppress "Non-externalized string literal" warningsDavid Pursehouse2016-01-1910-41/+41
| * | Don't use deprecated constructors of CmdLineExceptionDavid Pursehouse2016-01-196-22/+29
| * | Merge "Prepare 4.2.0-SNAPSHOT builds" into stable-4.2Matthias Sohn2016-01-1946-49/+49
| |\ \
| | * | Prepare 4.2.0-SNAPSHOT buildsMatthias Sohn2016-01-1946-49/+49
| * | | Merge "Remove org.eclipse.jgit.updatesite project from tools/version.sh" into...Matthias Sohn2016-01-191-11/+0
| |\| |
| | * | Remove org.eclipse.jgit.updatesite project from tools/version.shMatthias Sohn2016-01-191-11/+0
| * | | RevParse: Remove superfluous semicolonDavid Pursehouse2016-01-141-1/+1