| Commit message (Expand) | Author | Age | Files | Lines |
* | Add progress monitor to Merger | Laurent Delaigue | 2016-01-21 | 5 | -0/+58 |
* | Merge "Fix TransportException when reading bundle" | Shawn Pearce | 2016-01-21 | 1 | -10/+17 |
|\ |
|
| * | Fix TransportException when reading bundle | Chris Gavin | 2016-01-21 | 1 | -10/+17 |
* | | Merge changes from topic 'reftree' | Shawn Pearce | 2016-01-21 | 4 | -44/+57 |
|\ \ |
|
| * | | RefTreeDatabase: Allow ORIG_HEAD, etc. on non-bare repositories | Shawn Pearce | 2016-01-15 | 1 | -3/+20 |
| * | | RefTreeDatabase: Expose bootstrap refs in getAdditionalRefs | Shawn Pearce | 2016-01-15 | 4 | -41/+37 |
* | | | Merge changes from topic 'ketch' | Shawn Pearce | 2016-01-20 | 25 | -0/+4975 |
|\ \ \ |
|
| * | | | daemon: Add --ketch=LEADER flag | Shawn Pearce | 2016-01-19 | 3 | -0/+12 |
| * | | | Ketch: Intercept push and route it through Ketch | Shawn Pearce | 2016-01-19 | 4 | -1/+166 |
| * | | | Ketch: Simple map of running leader instances | Shawn Pearce | 2016-01-19 | 1 | -0/+126 |
| * | | | Ketch: Basic replication system | Shawn Pearce | 2016-01-19 | 22 | -0/+4672 |
* | | | | 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 | 1 | -3/+1 |
* | | | Add option to allow empty commits to CommitCommand | Christian Halstrick | 2016-01-20 | 2 | -0/+104 |
|/ / |
|
* | | Merge branch 'stable-4.2' | David Pursehouse | 2016-01-20 | 2 | -2/+2 |
|\ \ |
|
| * | | Add $NON-NLS to suppress "Non-externalized string literal" warnings | David Pursehouse | 2016-01-19 | 1 | -1/+1 |
| * | | Prepare 4.2.0-SNAPSHOT builds | Matthias Sohn | 2016-01-19 | 3 | -4/+4 |
| * | | CommitCommand: Remove redundant null check | David Pursehouse | 2016-01-14 | 1 | -1/+1 |
| * | | JGit v4.2.0.201512141825-rc1v4.2.0.201512141825-rc1 | Matthias Sohn | 2015-12-15 | 3 | -4/+4 |
* | | | ChangeIdUtil: Don't throw IOException | Dave Borowitz | 2016-01-19 | 1 | -6/+2 |
* | | | Merge "Transport: Implement AutoCloseable" | Shawn Pearce | 2016-01-19 | 4 | -44/+38 |
|\ \ \ |
|
| * | | | Transport: Implement AutoCloseable | Shawn Pearce | 2016-01-19 | 4 | -44/+38 |
* | | | | Merge changes from topic 'deadtree' | Shawn Pearce | 2016-01-19 | 6 | -1154/+40 |
|\ \ \ \ |
|
| * | | | | 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 | 5 | -1154/+0 |
* | | | | | 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 | 5 | -0/+1144 |
|\ \ |
|
| * | | Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends" | Shawn Pearce | 2016-01-15 | 5 | -0/+1144 |
* | | | Merge "PackWriter: Declare preparePack object sets as @NonNull" | Shawn Pearce | 2016-01-12 | 3 | -28/+27 |
|\ \ \ |
|
| * | | | PackWriter: Declare preparePack object sets as @NonNull | Shawn Pearce | 2016-01-12 | 3 | -28/+27 |
* | | | | 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 | 2 | -5/+41 |
* | | | RefTreeDatabase: Ref database using refs/txn/committed | Shawn Pearce | 2016-01-11 | 9 | -4/+1252 |
* | | | Merge "RevCommit: Better support invalid encoding headers" | Shawn Pearce | 2016-01-11 | 3 | -56/+139 |
|\ \ \
| |/ /
|/| | |
|
| * | | RevCommit: Better support invalid encoding headers | Shawn Pearce | 2016-01-11 | 3 | -56/+139 |
* | | | Remove deprecated Tree, TreeEntry, FileTreeEntry and friends | Shawn Pearce | 2016-01-09 | 5 | -1144/+0 |
* | | | Paths.pathCompare: Utility to sort paths from byte[] | Shawn Pearce | 2016-01-09 | 7 | -111/+137 |
* | | | Add Paths utility class | Shawn Pearce | 2016-01-08 | 1 | -0/+77 |
* | | | RefTree: Store references in a Git tree | Shawn Pearce | 2016-01-07 | 5 | -1/+721 |
|/ / |
|
* | | 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 |
|/ / |
|
* | | Merge changes Idaed9310,I62bd7c0b | Matthias Sohn | 2016-01-03 | 8 | -168/+705 |
|\ \ |
|
| * | | ObjectChecker: honor some git-core fsck.* options | Shawn Pearce | 2015-12-30 | 6 | -175/+476 |