Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-21Prepare 4.3.0-SNAPSHOT buildsMatthias Sohn46-257/+257
2016-01-21Merge branch 'stable-4.2'Matthias Sohn11-1371/+1443
2016-01-21Add progress monitor to MergerLaurent Delaigue5-0/+58
2016-01-21BundleWriterTest: Open RevWalk in try-with-resourceDavid Pursehouse1-18/+20
2016-01-21DiffFormatterTest: Remove accidentally added trailing whitespaceDavid Pursehouse1-2/+2
2016-01-21CherryPickCommandTest: Create Git instances in try-with-resourceDavid Pursehouse1-191/+197
2016-01-21DiffFormatterTest: Create auto-closeable instances in try-with-resourceDavid Pursehouse1-78/+82
2016-01-21ConfigTest: Create Git instance in try-with-resourceDavid Pursehouse1-1/+3
2016-01-21CommitAndLogCommandTest: Use assumeFalse to skip test on WindowsDavid Pursehouse1-2/+2
2016-01-21CommitAndLogCommandTest: Create Git instances in try-with-resourceDavid Pursehouse1-250/+256
2016-01-21Merge "Fix unused throws CorruptObjectException from addTree"Shawn Pearce2-4/+2
2016-01-21Merge "Fix TransportException when reading bundle"Shawn Pearce1-10/+17
2016-01-21Fix TransportException when reading bundleChris Gavin1-10/+17
2016-01-21Fix unused throws CorruptObjectException from addTreeShawn Pearce2-4/+2
2016-01-21Merge changes from topic 'reftree'Shawn Pearce7-48/+243
2016-01-21Merge changes from topic 'ketch'Shawn Pearce27-1/+5022
2016-01-21AddCommandTest: Create Git instances in try-with-resourceDavid Pursehouse1-306/+327
2016-01-21ArchiveCommandTest: Create Git instances in try-with-resourceDavid Pursehouse1-85/+89
2016-01-20Merge "TreeWalk: Remove CorruptObjectException from addTree(AbstractTreeItera...Shawn Pearce1-10/+5
2016-01-20TreeWalk: Remove CorruptObjectException from addTree(AbstractTreeIterator)Shawn Pearce1-10/+5
2016-01-20Fix ResetCommand to return the resulting refChristian Halstrick2-24/+36
2016-01-20Add option to allow empty commits to CommitCommandChristian Halstrick3-0/+135
2016-01-20TagCommandTest: Instantiate Git and RevWalk objects in try-with-resourceDavid Pursehouse1-101/+115
2016-01-20BlameCommandTest: Instantiate Git objects in try-with-resourceDavid Pursehouse1-303/+305
2016-01-20daemon: Add --ketch=LEADER flagShawn Pearce5-1/+59
2016-01-20Ketch: Intercept push and route it through KetchShawn Pearce4-1/+166
2016-01-20Ketch: Simple map of running leader instancesShawn Pearce1-0/+126
2016-01-20Ketch: Basic replication systemShawn Pearce22-0/+4672
2016-01-20SideBandOutputStreamTest: Use try-with-resourceDavid Pursehouse1-11/+16
2016-01-20FileTreeIteratorJava7Test: Create Git instances in try-with-resourceDavid Pursehouse1-32/+38
2016-01-20Merge "Remove declared IOException which is no longer thrown"Matthias Sohn2-4/+2
2016-01-20Remove declared IOException which is no longer thrownMatthias Sohn2-4/+2
2016-01-20Merge branch 'stable-4.2'David Pursehouse29-496/+508
2016-01-19ChangeIdUtil: Don't throw IOExceptionDave Borowitz1-6/+2
2016-01-19Merge "Transport: Implement AutoCloseable"Shawn Pearce11-263/+132
2016-01-19Transport: Implement AutoCloseableShawn Pearce11-263/+132
2016-01-19Merge changes from topic 'deadtree'Shawn Pearce11-1628/+151
2016-01-19Merge "ReceiveCommand.abort(): Utility to mark batch of commands as failed"Shawn Pearce6-57/+63
2016-01-19Ignore API errors about Tree, TreeEntry, FileTreeEntry and friends beingShawn Pearce1-0/+40
2016-01-19Revert "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry andAndrey Loskutov10-1628/+111
2016-01-19CheckoutCommandTest: Create Git instances in try-with-resourceDavid Pursehouse1-48/+49
2016-01-19BranchCommandTest: Create Git instances in try-with-resourceDavid Pursehouse1-33/+33
2016-01-19CheckoutTest: Create Git instances in try-with-resourceDavid Pursehouse1-285/+306
2016-01-19BranchTest: Create Git instances in try-with-resourceDavid Pursehouse1-8/+12
2016-01-19URIishTest: Use @Test annotation's `expected` argumentDavid Pursehouse1-36/+10
2016-01-19Suppress "The allocated object is never used" warning in testsDavid Pursehouse6-0/+13
2016-01-19Add $NON-NLS to suppress "Non-externalized string literal" warningsDavid Pursehouse10-41/+41
2016-01-19Don't use deprecated constructors of CmdLineExceptionDavid Pursehouse6-22/+29
2016-01-19Merge "Prepare 4.2.0-SNAPSHOT builds" into stable-4.2Matthias Sohn46-49/+49
2016-01-19Merge "Remove org.eclipse.jgit.updatesite project from tools/version.sh" into...Matthias Sohn1-11/+0

Back to the top