aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* daemon: Add --ketch=LEADER flagShawn Pearce2016-01-195-1/+59
* Ketch: Intercept push and route it through KetchShawn Pearce2016-01-194-1/+166
* Ketch: Simple map of running leader instancesShawn Pearce2016-01-191-0/+126
* Ketch: Basic replication systemShawn Pearce2016-01-1922-0/+4672
* 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
|\ \ | |/ |/|
| * CheckoutCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-191-48/+49
| * BranchCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-191-33/+33
| * CheckoutTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-191-285/+306
| * BranchTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-191-8/+12
| * URIishTest: Use @Test annotation's `expected` argumentDavid Pursehouse2016-01-191-36/+10
| * Suppress "The allocated object is never used" warning in testsDavid Pursehouse2016-01-196-0/+13
| * Add $NON-NLS to suppress "Non-externalized string literal" warningsDavid Pursehouse2016-01-1910-41/+41
| * Don't use deprecated constructors of CmdLineExceptionDavid Pursehouse2016-01-196-22/+29
| * Merge "Prepare 4.2.0-SNAPSHOT builds" into stable-4.2Matthias Sohn2016-01-1946-49/+49
| |\
| | * Prepare 4.2.0-SNAPSHOT buildsMatthias Sohn2016-01-1946-49/+49
| * | Merge "Remove org.eclipse.jgit.updatesite project from tools/version.sh" into...Matthias Sohn2016-01-191-11/+0
| |\|
| | * Remove org.eclipse.jgit.updatesite project from tools/version.shMatthias Sohn2016-01-191-11/+0
| * | RevParse: Remove superfluous semicolonDavid Pursehouse2016-01-141-1/+1
| * | RefUpdateTest: Use try-with-resource for auto-closable typesDavid Pursehouse2016-01-141-10/+13
| * | RefUpdateTest: Add null check to prevent potential NPEDavid Pursehouse2016-01-141-1/+1
| |/
| * CommitCommand: Remove redundant null checkDavid Pursehouse2016-01-141-1/+1
| * JGit v4.2.0.201512141825-rc1v4.2.0.201512141825-rc1Matthias Sohn2015-12-1546-49/+49
| * Merge branch 'master' into stable-4.2Matthias Sohn2015-12-15147-776/+5994
| |\
* | | 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
|\ \ \ \