summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
| |\ \ | | |/ | |/|
| * | ChangeIdUtil: Don't throw IOExceptionDave Borowitz2016-01-191-6/+2
| * | Merge "Transport: Implement AutoCloseable"Shawn Pearce2016-01-1911-263/+132
| |\ \
| | * | Transport: Implement AutoCloseableShawn Pearce2016-01-1911-263/+132
| * | | Merge changes from topic 'deadtree'Shawn Pearce2016-01-1911-1628/+151
| |\ \ \
| | * | | Ignore API errors about Tree, TreeEntry, FileTreeEntry and friends beingShawn Pearce2016-01-191-0/+40
| | * | | Revert "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry andAndrey Loskutov2016-01-1910-1628/+111
| * | | | Merge "ReceiveCommand.abort(): Utility to mark batch of commands as failed"Shawn Pearce2016-01-196-57/+63
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | ReceiveCommand.abort(): Utility to mark batch of commands as failedShawn Pearce2016-01-186-57/+63
| * | | Annotated to be removed Tree API with @noreference and @noextendAndrey Loskutov2016-01-195-0/+10
| |/ /
| * | Merge "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends""Shawn Pearce2016-01-1510-111/+1618
| |\ \
| | * | Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends"Shawn Pearce2016-01-1510-111/+1618
| * | | Merge "PackWriter: Declare preparePack object sets as @NonNull"Shawn Pearce2016-01-125-42/+38
| |\ \ \
| | * | | PackWriter: Declare preparePack object sets as @NonNullShawn Pearce2016-01-125-42/+38
| * | | | Merge "GC: Pack RefTrees in their own pack"Shawn Pearce2016-01-124-33/+197
| |\| | |
| | * | | GC: Pack RefTrees in their own packShawn Pearce2016-01-124-33/+197
| * | | | Change to extensions.refsStorageShawn Pearce2016-01-111-1/+1
| |/ / /
| * | | RefTree: Change peel suffix to " ^" (space carrot)Shawn Pearce2016-01-112-6/+6
| * | | FileRepository: Support extensions.refsBackendType = RefTreeShawn Pearce2016-01-114-13/+64
| * | | RefTreeDatabase: Ref database using refs/txn/committedShawn Pearce2016-01-1110-4/+1937
| * | | Merge "RevCommit: Better support invalid encoding headers"Shawn Pearce2016-01-115-56/+263
| |\ \ \ | | |/ / | |/| |
| | * | RevCommit: Better support invalid encoding headersShawn Pearce2016-01-115-56/+263
| * | | Remove deprecated Tree, TreeEntry, FileTreeEntry and friendsShawn Pearce2016-01-0910-1618/+111
| * | | Paths.pathCompare: Utility to sort paths from byte[]Shawn Pearce2016-01-0910-112/+225
| * | | Add Paths utility classShawn Pearce2016-01-082-0/+139
| * | | Merge changes from topic 'reftree'Shawn Pearce2016-01-0711-1/+1159
| |\ \ \
| | * | | debug-rebuild-ref-tree: Simple program to build a RefTreeShawn Pearce2016-01-074-0/+134
| | * | | RefTree: Store references in a Git treeShawn Pearce2016-01-077-1/+1025
| | |/ /
| * | | Make sure CLIGitCommand and Main produce (almost) same resultsAndrey Loskutov2016-01-064-141/+231
| * | | branch command: print help if requested, even if arguments are wrongAndrey Loskutov2016-01-063-4/+47
| * | | Added CLIText.fatalError(String) API for testsAndrey Loskutov2016-01-066-16/+29
| |/ /
| * | GitServletResponseTest: Fix testObjectCheckerExceptionShawn Pearce2016-01-061-2/+4
| * | Merge "InMemoryRepository: Abort BatchRefUpdate if a command previously failed"Shawn Pearce2016-01-061-0/+5
| |\ \
| | * | InMemoryRepository: Abort BatchRefUpdate if a command previously failedShawn Pearce2016-01-061-0/+5
| * | | DFS: Allow other RefDatabase implementationsShawn Pearce2016-01-063-9/+13
| |/ /
| * | buck: Make :jgit_src target work in cross-cell environmentDavid Ostrovsky2016-01-041-2/+3
| * | Merge changes I487a30fb,I82a01b5fShawn Pearce2016-01-035-3/+122
| |\ \
| | * | Ensure all http tests are run and fix broken testsMatthias Sohn2016-01-022-3/+8
| | * | buck: run http testsMatthias Sohn2016-01-023-0/+114