Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-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
2016-01-19Annotated to be removed Tree API with @noreference and @noextendAndrey Loskutov5-0/+10
2016-01-19Prepare 4.2.0-SNAPSHOT buildsMatthias Sohn46-49/+49
2016-01-19Remove org.eclipse.jgit.updatesite project from tools/version.shMatthias Sohn1-11/+0
2016-01-18ReceiveCommand.abort(): Utility to mark batch of commands as failedShawn Pearce6-57/+63
2016-01-15Merge "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends""Shawn Pearce10-111/+1618
2016-01-15Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends"Shawn Pearce10-111/+1618
2016-01-14RevParse: Remove superfluous semicolonDavid Pursehouse1-1/+1
2016-01-14RefUpdateTest: Use try-with-resource for auto-closable typesDavid Pursehouse1-10/+13
2016-01-14RefUpdateTest: Add null check to prevent potential NPEDavid Pursehouse1-1/+1
2016-01-14CommitCommand: Remove redundant null checkDavid Pursehouse1-1/+1
2016-01-13Merge "PackWriter: Declare preparePack object sets as @NonNull"Shawn Pearce5-42/+38
2016-01-13PackWriter: Declare preparePack object sets as @NonNullShawn Pearce5-42/+38
2016-01-12Merge "GC: Pack RefTrees in their own pack"Shawn Pearce4-33/+197
2016-01-12GC: Pack RefTrees in their own packShawn Pearce4-33/+197
2016-01-12Change to extensions.refsStorageShawn Pearce1-1/+1
2016-01-11RefTree: Change peel suffix to " ^" (space carrot)Shawn Pearce2-6/+6
2016-01-11FileRepository: Support extensions.refsBackendType = RefTreeShawn Pearce4-13/+64
2016-01-11RefTreeDatabase: Ref database using refs/txn/committedShawn Pearce10-4/+1937
2016-01-11Merge "RevCommit: Better support invalid encoding headers"Shawn Pearce5-56/+263
2016-01-11RevCommit: Better support invalid encoding headersShawn Pearce5-56/+263
2016-01-09Remove deprecated Tree, TreeEntry, FileTreeEntry and friendsShawn Pearce10-1618/+111

Back to the top