Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-15debug-rebuild-ref-tree: Copy HEAD into RefTreeShawn Pearce1-4/+13
2016-01-15debug-rebuild-ref-tree: Add --enable flag to turn the database onShawn Pearce1-0/+14
2016-01-15RefTreeDatabase: Allow ORIG_HEAD, etc. on non-bare repositoriesShawn Pearce3-3/+168
2016-01-15RefTreeDatabase: Expose bootstrap refs in getAdditionalRefsShawn Pearce5-41/+48
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
2016-01-09Paths.pathCompare: Utility to sort paths from byte[]Shawn Pearce10-112/+225
2016-01-09Add Paths utility classShawn Pearce2-0/+139
2016-01-08Merge changes from topic 'reftree'Shawn Pearce11-1/+1159
2016-01-07debug-rebuild-ref-tree: Simple program to build a RefTreeShawn Pearce4-0/+134
2016-01-07RefTree: Store references in a Git treeShawn Pearce7-1/+1025
2016-01-06Make sure CLIGitCommand and Main produce (almost) same resultsAndrey Loskutov4-141/+231
2016-01-06branch command: print help if requested, even if arguments are wrongAndrey Loskutov3-4/+47
2016-01-06Added CLIText.fatalError(String) API for testsAndrey Loskutov6-16/+29
2016-01-06GitServletResponseTest: Fix testObjectCheckerExceptionShawn Pearce1-2/+4
2016-01-06Merge "InMemoryRepository: Abort BatchRefUpdate if a command previously failed"Shawn Pearce1-0/+5
2016-01-06InMemoryRepository: Abort BatchRefUpdate if a command previously failedShawn Pearce1-0/+5
2016-01-06DFS: Allow other RefDatabase implementationsShawn Pearce3-9/+13
2016-01-03buck: Make :jgit_src target work in cross-cell environmentDavid Ostrovsky1-2/+3
2016-01-03Merge changes I487a30fb,I82a01b5fShawn Pearce5-3/+122
2016-01-03Merge "buck: set Bundle-Version for :jgit_bin"Shawn Pearce2-3/+37
2016-01-03buck: set Bundle-Version for :jgit_binShawn Pearce2-3/+37
2016-01-03Merge changes Idaed9310,I62bd7c0bMatthias Sohn10-1049/+1279
2016-01-02branch command: provide convenient and meaningful options helpAndrey Loskutov6-44/+330
2016-01-02Simplify pgm tests: allow varargs and trim output for toString()Andrey Loskutov2-24/+27
2016-01-02Fixed few locale dependent pgm testsAndrey Loskutov4-5/+75
2016-01-02Ensure all http tests are run and fix broken testsMatthias Sohn2-3/+8
2016-01-02buck: run http testsMatthias Sohn3-0/+114
2016-01-01buck: set vm_args for testsShawn Pearce2-0/+2
2016-01-01buck: pin to stable versionShawn Pearce1-0/+1
2016-01-01Merge changes from topic 'add-df'Shawn Pearce14-23/+638

Back to the top