summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Partially revert c0ad77d8 "Enhance Eclipse save actions"Matthias Sohn2017-08-3017-34/+34
* Pass along the original exception when an ssh connection failsThomas Wolf2017-08-291-4/+7
* Merge "reftable: explicitly store update_index per ref"Shawn Pearce2017-08-2810-39/+134
|\
| * reftable: explicitly store update_index per refShawn Pearce2017-08-2110-39/+134
* | Merge "Enhance Eclipse save actions"David Pursehouse2017-08-2817-119/+204
|\ \
| * | Enhance Eclipse save actionsMatthias Sohn2017-08-2817-119/+204
* | | Merge "Add BlobObjectChecker"Terry Parker2017-08-284-1/+221
|\ \ \
| * | | Add BlobObjectCheckerMasaya Suzuki2017-08-284-1/+221
* | | | FetchCommand: pass on CredentialsProvider to submodule fetchesThomas Wolf2017-08-271-0/+1
* | | | Exclude file matching: fix backtracking on match failures after **Thomas Wolf2017-08-274-1/+150
* | | | Fix path pattern matching to work also for gitattributesThomas Wolf2017-08-2710-106/+479
* | | | Add new tests for gitignore/gitattribute pattern matchingThomas Wolf2017-08-272-0/+447
| |/ / |/| |
* | | Ignore invalid TagOpt valuesThomas Wolf2017-08-261-2/+7
* | | Add a getter for a list of RefSpecs to ConfigThomas Wolf2017-08-264-12/+60
* | | Improve getting typed values from a ConfigThomas Wolf2017-08-263-203/+480
* | | Fix unthrown exception errors in CloneCommandTestMatthias Sohn2017-08-261-4/+4
* | | Merge "Fix JGit set core.fileMode to false by default instead of true for non...David Pursehouse2017-08-251-1/+1
|\ \ \
| * | | Fix JGit set core.fileMode to false by default instead of true for non Window...Joan Goyeau2017-07-241-1/+1
* | | | Merge "Fix default directory set when setDirectory wasn't called."David Pursehouse2017-08-253-6/+41
|\ \ \ \
| * | | | Fix default directory set when setDirectory wasn't called.Joan Goyeau2017-08-253-6/+41
* | | | | FileMode: Remove unnecessary @SuppressWarnings("synthetic-access")David Pursehouse2017-08-251-6/+0
* | | | | Add toString() methods to OpenSshConfig to help debuggingMatthias Sohn2017-08-261-0/+31
* | | | | Do most %-token substitutions in OpenSshConfigThomas Wolf2017-08-262-6/+171
* | | | | Let Jsch know about ~/.ssh/configThomas Wolf2017-08-264-150/+688
* | | | | Merge "Consume request body before flushing the buffer"Jonathan Nieder2017-08-251-12/+17
|\ \ \ \ \
| * | | | | Consume request body before flushing the bufferMasaya Suzuki2017-08-251-12/+17
| |/ / / /
* / / / / Show error message for non-git clientsMasaya Suzuki2017-08-251-1/+1
|/ / / /
* | / / ObjectToPack: Add missing @Override annotationDavid Pursehouse2017-08-241-0/+1
| |/ / |/| |
* | | Cleanup: message reporting for HTTP redirect handlingThomas Wolf2017-08-234-25/+28
* | | Do authentication re-tries on HTTP POSTThomas Wolf2017-08-226-43/+407
| |/ |/|
* | Merge changes Id3994e2d,I5e2a2868,I255af794David Pursehouse2017-08-184-8/+11
|\ \
| * | LongObjectIdTest: Add back self comparison testDavid Pursehouse2017-08-181-0/+2
| * | Format BUILD files with buildifierDavid Pursehouse2017-08-182-8/+8
| * | Bazel: Add missing dependency in org.eclipse.jgit.http.testDavid Pursehouse2017-08-181-0/+1
* | | reftable: reserve standard PackExtShawn Pearce2017-08-171-0/+3
* | | reftable: resolve symbolic referencesShawn Pearce2017-08-172-0/+76
* | | reftable: support threshold based compactionShawn Pearce2017-08-172-0/+52
* | | reftable: compact merged tablesShawn Pearce2017-08-172-0/+250
* | | reftable: merge-join reftablesShawn Pearce2017-08-172-0/+699
* | | reftable: lookup by ObjectId unit testsShawn Pearce2017-08-171-0/+62
* | | reftable: reflog unit testsShawn Pearce2017-08-171-0/+151
* | | reftable: namespace unit testsShawn Pearce2017-08-171-0/+36
* | | reftable: bulk operation unit testsShawn Pearce2017-08-171-0/+82
* | | reftable: basic functionality unit testsShawn Pearce2017-08-172-0/+359
* | | reftable: debug toolsShawn Pearce2017-08-177-2/+933
* | | reftable: scan and lookup reftable filesShawn Pearce2017-08-179-0/+1878
* | | reftable: create and write reftable filesShawn Pearce2017-08-179-0/+2010
* | | reftable: file format documentationShawn Pearce2017-08-171-0/+950
|/ /
* | Add support to follow HTTP redirectsThomas Wolf2017-08-1713-142/+1108
* | Merge "Fix off-by-one error in Strings.count()"Christian Halstrick2017-08-162-4/+80
|\ \