summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Organize importsMatthias Sohn2017-08-303-9/+10
* Merge "reftable: explicitly store update_index per ref"Shawn Pearce2017-08-282-13/+55
|\
| * reftable: explicitly store update_index per refShawn Pearce2017-08-212-13/+55
* | Merge "Add BlobObjectChecker"Terry Parker2017-08-281-0/+98
|\ \
| * | Add BlobObjectCheckerMasaya Suzuki2017-08-281-0/+98
| |/
* | Exclude file matching: fix backtracking on match failures after **Thomas Wolf2017-08-273-0/+126
* | Fix path pattern matching to work also for gitattributesThomas Wolf2017-08-273-43/+367
* | Add new tests for gitignore/gitattribute pattern matchingThomas Wolf2017-08-272-0/+447
* | Fix unthrown exception errors in CloneCommandTestMatthias Sohn2017-08-261-4/+4
* | Merge "Fix default directory set when setDirectory wasn't called."David Pursehouse2017-08-251-4/+25
|\ \
| * | Fix default directory set when setDirectory wasn't called.Joan Goyeau2017-08-251-4/+25
| |/
* | Do most %-token substitutions in OpenSshConfigThomas Wolf2017-08-261-1/+42
* | Let Jsch know about ~/.ssh/configThomas Wolf2017-08-261-6/+168
|/
* reftable: resolve symbolic referencesShawn Pearce2017-08-171-0/+37
* reftable: compact merged tablesShawn Pearce2017-08-171-0/+27
* reftable: merge-join reftablesShawn Pearce2017-08-171-0/+324
* 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-171-0/+357
* Merge "Fix off-by-one error in Strings.count()"Christian Halstrick2017-08-161-0/+73
|\
| * Fix off-by-one error in Strings.count()Thomas Wolf2017-08-141-0/+73
* | Merge "Use relative paths for attribute rule matching"Christian Halstrick2017-08-161-0/+27
|\|
| * Use relative paths for attribute rule matchingThomas Wolf2017-08-111-0/+27
* | Send a detailed event on working tree modificationsThomas Wolf2017-08-152-466/+771
* | Merge branch 'stable-4.8'Matthias Sohn2017-08-151-0/+103
|\ \
| * \ Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2017-08-151-0/+103
| |\ \
| | * \ Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2017-08-141-0/+103
| | |\ \
| | | * \ Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2017-08-141-0/+103
| | | |\ \
| | | | * | Fix exception handling for opening bitmap index filesChristian Halstrick2017-08-141-0/+103
* | | | | | Do not apply pushInsteadOf to existing pushUrisThomas Wolf2017-08-141-4/+15
* | | | | | Record submodule paths with untracked changes as FileMode.GITLINKThomas Wolf2017-08-141-35/+36
* | | | | | Fix handling of pushInsteadOfThomas Wolf2017-08-141-0/+14
* | | | | | Merge "Ensure EOL stream type is DIRECT when -text attribute is present"Christian Halstrick2017-08-141-0/+15
|\ \ \ \ \ \
| * | | | | | Ensure EOL stream type is DIRECT when -text attribute is presentThomas Wolf2017-08-111-0/+15
| | |_|_|_|/ | |/| | | |
* | | | | | Rename extensions.refsStorage to refStorageShawn Pearce2017-08-111-1/+1
* | | | | | Expose LongMap in util packageShawn Pearce2017-08-091-1/+1
* | | | | | NB: encode and decode 24-bit intsShawn Pearce2017-08-091-0/+65
|/ / / / /
* | | | | Remove unused import introduced in a551b64Matthias Sohn2017-08-011-1/+0
* | | | | Merge changes I424295df,Ib003f7c8David Pursehouse2017-08-011-24/+24
|\ \ \ \ \
| * | | | | Treat RawText of binary data as file with one single line.Han-Wen Nienhuys2017-08-011-0/+7
| * | | | | Trim boilerplate in RawParseUtils_LineMapTest.Han-Wen Nienhuys2017-07-271-24/+17
* | | | | | Merge "Use w1 for hashCode of AbbreviatedObjectId"Terry Parker2017-07-281-3/+13
|\ \ \ \ \ \
| * | | | | | Use w1 for hashCode of AbbreviatedObjectIdShawn Pearce2017-07-281-3/+13
* | | | | | | Merge "IntList: support contains(int)"David Pursehouse2017-07-281-0/+11
|\| | | | | |
| * | | | | | IntList: support contains(int)Shawn Pearce2017-07-281-0/+11
* | | | | | | RefDirectory: Add in-process fair lock for atomic updatesDave Borowitz2017-07-281-0/+55
* | | | | | | RefDirectory: Retry acquiring ref locks with backoffDave Borowitz2017-07-282-0/+106
* | | | | | | Merge "Fix committing empty commits"David Pursehouse2017-07-281-0/+5
|\ \ \ \ \ \ \