summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* JGit v4.9.0.201710071750-rv4.9.0.201710071750-rMatthias Sohn2017-10-072-2/+2
* Use a new RevWalk for validating not advertised wantsZhen Chen2017-10-051-0/+90
* ReflogWriter: Align auto-creation defaults with C gitDave Borowitz2017-09-301-10/+11
* Support force writing reflog on a per-update basisDave Borowitz2017-09-302-6/+75
* Ensure ReflogWriter only works with a RefDirectoryDave Borowitz2017-09-301-1/+2
* ChangeIdUtilTest: Remove unused notestCommitDashVDavid Pursehouse2017-09-301-17/+0
* Support http.<url>.* configsThomas Wolf2017-09-102-0/+432
* Add PushConfig class with PushRecurseSubmodulesModeDavid Pursehouse2017-09-091-0/+88
* Fix missing RefsChangedEvent when packed refs are usedThomas Wolf2017-09-071-0/+70
* Add FetchCommand#setRefSpecs(String...) variantDave Borowitz2017-09-072-16/+12
* ReceivePack: clear advertised .haves if application changes refsShawn Pearce2017-09-071-0/+41
* ObjectCheckerTest: Factor duplicate instances out to constantsDavid Pursehouse2017-09-061-72/+42
* SubmoduleConfigTest: Add additional tests in fetchRecurseToConfigValueDavid Pursehouse2017-09-051-0/+2
* Merge changes from topic 'dfs-reftable'Shawn Pearce2017-09-051-0/+190
|\
| * dfs: write reftable from DfsGarbageCollectorShawn Pearce2017-09-051-0/+190
* | Fix Daemon.stop() to actually stop the listener threadThomas Wolf2017-09-041-0/+96
* | Don't assume name = path in .gitmodulesThomas Wolf2017-09-041-0/+40
* | Fix some tests for running in bazelThomas Wolf2017-08-313-7/+13
* | Add dependency to jsch for OpenSshConfigTest to bazel buildThomas Wolf2017-08-311-0/+4
|/
* Cleanup: Organize importsMatthias Sohn2017-08-303-9/+10
* Partially revert c0ad77d8 "Enhance Eclipse save actions"Matthias Sohn2017-08-301-1/+1
* Partially revert c0ad77d8 "Enhance Eclipse save actions"Matthias Sohn2017-08-301-2/+2
* 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 "Enhance Eclipse save actions"David Pursehouse2017-08-281-7/+12
|\ \
| * | Enhance Eclipse save actionsMatthias Sohn2017-08-281-7/+12
* | | 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-262-6/+169
|/
* Merge changes Id3994e2d,I5e2a2868,I255af794David Pursehouse2017-08-181-5/+5
|\
| * Format BUILD files with buildifierDavid Pursehouse2017-08-181-5/+5
* | 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-172-0/+359
|/
* 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