| Commit message (Expand) | Author | Age | Files | Lines |
* | JGit v4.2.0.201601211800-rv4.2.0.201601211800-r | Matthias Sohn | 2016-01-21 | 46 | -49/+49 |
* | Add progress monitor to Merger | Laurent Delaigue | 2016-01-21 | 5 | -0/+58 |
* | Fix TransportException when reading bundle | Chris Gavin | 2016-01-21 | 1 | -10/+17 |
* | Fix unused throws CorruptObjectException from addTree | Shawn Pearce | 2016-01-21 | 2 | -4/+2 |
* | Merge branch 'master' into stable-4.2 | Matthias Sohn | 2016-01-21 | 195 | -3891/+9433 |
|\ |
|
| * | Merge "TreeWalk: Remove CorruptObjectException from addTree(AbstractTreeItera... | Shawn Pearce | 2016-01-20 | 1 | -10/+5 |
| |\ |
|
| | * | TreeWalk: Remove CorruptObjectException from addTree(AbstractTreeIterator) | Shawn Pearce | 2016-01-20 | 1 | -10/+5 |
| * | | Fix ResetCommand to return the resulting ref | Christian Halstrick | 2016-01-20 | 2 | -24/+36 |
| * | | Add option to allow empty commits to CommitCommand | Christian Halstrick | 2016-01-20 | 3 | -0/+135 |
| |/ |
|
| * | Merge "Remove declared IOException which is no longer thrown" | Matthias Sohn | 2016-01-19 | 2 | -4/+2 |
| |\ |
|
| | * | Remove declared IOException which is no longer thrown | Matthias Sohn | 2016-01-20 | 2 | -4/+2 |
| * | | Merge branch 'stable-4.2' | David Pursehouse | 2016-01-20 | 29 | -496/+508 |
| |\ \
| | |/
| |/| |
|
| * | | ChangeIdUtil: Don't throw IOException | Dave Borowitz | 2016-01-19 | 1 | -6/+2 |
| * | | Merge "Transport: Implement AutoCloseable" | Shawn Pearce | 2016-01-19 | 11 | -263/+132 |
| |\ \ |
|
| | * | | Transport: Implement AutoCloseable | Shawn Pearce | 2016-01-19 | 11 | -263/+132 |
| * | | | Merge changes from topic 'deadtree' | Shawn Pearce | 2016-01-19 | 11 | -1628/+151 |
| |\ \ \ |
|
| | * | | | Ignore API errors about Tree, TreeEntry, FileTreeEntry and friends being | Shawn Pearce | 2016-01-19 | 1 | -0/+40 |
| | * | | | Revert "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and | Andrey Loskutov | 2016-01-19 | 10 | -1628/+111 |
| * | | | | Merge "ReceiveCommand.abort(): Utility to mark batch of commands as failed" | Shawn Pearce | 2016-01-19 | 6 | -57/+63 |
| |\ \ \ \
| | |/ / /
| |/| / /
| | |/ / |
|
| | * | | ReceiveCommand.abort(): Utility to mark batch of commands as failed | Shawn Pearce | 2016-01-18 | 6 | -57/+63 |
| * | | | Annotated to be removed Tree API with @noreference and @noextend | Andrey Loskutov | 2016-01-19 | 5 | -0/+10 |
| |/ / |
|
| * | | Merge "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends"" | Shawn Pearce | 2016-01-15 | 10 | -111/+1618 |
| |\ \ |
|
| | * | | Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends" | Shawn Pearce | 2016-01-15 | 10 | -111/+1618 |
| * | | | Merge "PackWriter: Declare preparePack object sets as @NonNull" | Shawn Pearce | 2016-01-12 | 5 | -42/+38 |
| |\ \ \ |
|
| | * | | | PackWriter: Declare preparePack object sets as @NonNull | Shawn Pearce | 2016-01-12 | 5 | -42/+38 |
| * | | | | Merge "GC: Pack RefTrees in their own pack" | Shawn Pearce | 2016-01-12 | 4 | -33/+197 |
| |\| | | |
|
| | * | | | GC: Pack RefTrees in their own pack | Shawn Pearce | 2016-01-12 | 4 | -33/+197 |
| * | | | | Change to extensions.refsStorage | Shawn Pearce | 2016-01-11 | 1 | -1/+1 |
| |/ / / |
|
| * | | | RefTree: Change peel suffix to " ^" (space carrot) | Shawn Pearce | 2016-01-11 | 2 | -6/+6 |
| * | | | FileRepository: Support extensions.refsBackendType = RefTree | Shawn Pearce | 2016-01-11 | 4 | -13/+64 |
| * | | | RefTreeDatabase: Ref database using refs/txn/committed | Shawn Pearce | 2016-01-11 | 10 | -4/+1937 |
| * | | | Merge "RevCommit: Better support invalid encoding headers" | Shawn Pearce | 2016-01-11 | 5 | -56/+263 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | RevCommit: Better support invalid encoding headers | Shawn Pearce | 2016-01-11 | 5 | -56/+263 |
| * | | | Remove deprecated Tree, TreeEntry, FileTreeEntry and friends | Shawn Pearce | 2016-01-09 | 10 | -1618/+111 |
| * | | | Paths.pathCompare: Utility to sort paths from byte[] | Shawn Pearce | 2016-01-09 | 10 | -112/+225 |
| * | | | Add Paths utility class | Shawn Pearce | 2016-01-08 | 2 | -0/+139 |
| * | | | Merge changes from topic 'reftree' | Shawn Pearce | 2016-01-07 | 11 | -1/+1159 |
| |\ \ \ |
|
| | * | | | debug-rebuild-ref-tree: Simple program to build a RefTree | Shawn Pearce | 2016-01-07 | 4 | -0/+134 |
| | * | | | RefTree: Store references in a Git tree | Shawn Pearce | 2016-01-07 | 7 | -1/+1025 |
| | |/ / |
|
| * | | | Make sure CLIGitCommand and Main produce (almost) same results | Andrey Loskutov | 2016-01-06 | 4 | -141/+231 |
| * | | | branch command: print help if requested, even if arguments are wrong | Andrey Loskutov | 2016-01-06 | 3 | -4/+47 |
| * | | | Added CLIText.fatalError(String) API for tests | Andrey Loskutov | 2016-01-06 | 6 | -16/+29 |
| |/ / |
|
| * | | GitServletResponseTest: Fix testObjectCheckerException | Shawn Pearce | 2016-01-06 | 1 | -2/+4 |
| * | | Merge "InMemoryRepository: Abort BatchRefUpdate if a command previously failed" | Shawn Pearce | 2016-01-06 | 1 | -0/+5 |
| |\ \ |
|
| | * | | InMemoryRepository: Abort BatchRefUpdate if a command previously failed | Shawn Pearce | 2016-01-06 | 1 | -0/+5 |
| * | | | DFS: Allow other RefDatabase implementations | Shawn Pearce | 2016-01-06 | 3 | -9/+13 |
| |/ / |
|
| * | | buck: Make :jgit_src target work in cross-cell environment | David Ostrovsky | 2016-01-04 | 1 | -2/+3 |
| * | | Merge changes I487a30fb,I82a01b5f | Shawn Pearce | 2016-01-03 | 5 | -3/+122 |
| |\ \ |
|
| | * | | Ensure all http tests are run and fix broken tests | Matthias Sohn | 2016-01-02 | 2 | -3/+8 |
| | * | | buck: run http tests | Matthias Sohn | 2016-01-02 | 3 | -0/+114 |