| Commit message (Expand) | Author | Age | Files | Lines |
* | daemon: Add --ketch=LEADER flag | Shawn Pearce | 2016-01-19 | 5 | -1/+59 |
* | 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 "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 |
|\ \
| |/
|/| |
|
| * | CheckoutCommandTest: Create Git instances in try-with-resource | David Pursehouse | 2016-01-19 | 1 | -48/+49 |
| * | BranchCommandTest: Create Git instances in try-with-resource | David Pursehouse | 2016-01-19 | 1 | -33/+33 |
| * | CheckoutTest: Create Git instances in try-with-resource | David Pursehouse | 2016-01-19 | 1 | -285/+306 |
| * | BranchTest: Create Git instances in try-with-resource | David Pursehouse | 2016-01-19 | 1 | -8/+12 |
| * | URIishTest: Use @Test annotation's `expected` argument | David Pursehouse | 2016-01-19 | 1 | -36/+10 |
| * | Suppress "The allocated object is never used" warning in tests | David Pursehouse | 2016-01-19 | 6 | -0/+13 |
| * | Add $NON-NLS to suppress "Non-externalized string literal" warnings | David Pursehouse | 2016-01-19 | 10 | -41/+41 |
| * | Don't use deprecated constructors of CmdLineException | David Pursehouse | 2016-01-19 | 6 | -22/+29 |
| * | Merge "Prepare 4.2.0-SNAPSHOT builds" into stable-4.2 | Matthias Sohn | 2016-01-19 | 46 | -49/+49 |
| |\ |
|
| | * | Prepare 4.2.0-SNAPSHOT builds | Matthias Sohn | 2016-01-19 | 46 | -49/+49 |
| * | | Merge "Remove org.eclipse.jgit.updatesite project from tools/version.sh" into... | Matthias Sohn | 2016-01-19 | 1 | -11/+0 |
| |\| |
|
| | * | Remove org.eclipse.jgit.updatesite project from tools/version.sh | Matthias Sohn | 2016-01-19 | 1 | -11/+0 |
| * | | RevParse: Remove superfluous semicolon | David Pursehouse | 2016-01-14 | 1 | -1/+1 |
| * | | RefUpdateTest: Use try-with-resource for auto-closable types | David Pursehouse | 2016-01-14 | 1 | -10/+13 |
| * | | RefUpdateTest: Add null check to prevent potential NPE | David Pursehouse | 2016-01-14 | 1 | -1/+1 |
| |/ |
|
| * | 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 | 46 | -49/+49 |
| * | Merge branch 'master' into stable-4.2 | Matthias Sohn | 2015-12-15 | 147 | -776/+5994 |
| |\ |
|
* | | | 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 |
|\ \ \ \ |
|