summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* PathMatcher: fix handling of **/Marc Strapetz2018-02-223-1/+104
* Merge changes Id616611e,Ib6509e81,I52f5d3f2David Pursehouse2018-02-221-33/+154
|\
| * RepoCommand: generate relative submodule URLs from absolute URLs.Han-Wen Nienhuys2018-02-211-0/+58
| * RepoCommand: don't record new commit if tree did not changeHan-Wen Nienhuys2018-02-191-2/+54
| * RepoCommand: persist unreadable submodules in .gitmodulesHan-Wen Nienhuys2018-02-191-33/+44
* | CGitIgnoreTest: also test untracked filesMarc Strapetz2018-02-211-5/+30
|/
* Merge "Merge branch 'stable-4.10'"Matthias Sohn2018-02-142-0/+287
|\
| * Merge branch 'stable-4.10'Matthias Sohn2018-02-142-0/+287
| |\
| | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-02-142-0/+287
| | |\
| | | * Fix ssh host name handling for JschThomas Wolf2018-02-141-1/+68
| | | * Jsch overrides the port in the URI with the one in ~/.ssh/configThomas Wolf2018-02-142-0/+220
* | | | InitCommand: Don't leave Repository open after Git is closedDavid Pursehouse2018-02-141-36/+41
|/ / /
* | | URIish: add a test for equals and hashcode methodsMatthias Sohn2018-02-131-0/+28
* | | Add a minimum negotiation feature for fetchTerry Parker2018-02-121-3/+82
* | | MergedReftable to skip shadowed refs in same reftableMinh Thai2018-02-091-0/+21
* | | Fix CleanCommand not to throw FileNotFoundExceptionsChristian Halstrick2018-02-081-0/+16
* | | GC: Remove empty references foldersHector Caballero2018-02-071-0/+118
* | | Basic submodule merge handlingDavid Turner2018-02-042-2/+153
* | | Fix index blob for merges with CRLF translationsThomas Wolf2018-02-021-0/+3
* | | Fix version of slf4j in manifest filesDavid Pursehouse2018-02-021-1/+1
* | | Honor CRLF settings when writing merge resultsThomas Wolf2018-02-021-0/+29
* | | Minor improvements in git config file inclusionsThomas Wolf2018-01-281-2/+82
* | | Merge branch 'stable-4.10'Matthias Sohn2018-01-131-1/+2
|\| |
| * | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-01-131-1/+2
| |\|
| | * Revert handling of ssh IdentityFile to pre-4.9 behaviorThomas Wolf2018-01-121-1/+2
| * | Prepare 4.10.1-SNAPSHOT buildsMatthias Sohn2017-12-312-47/+47
| * | JGit v4.10.0.201712302008-rv4.10.0.201712302008-rMatthias Sohn2017-12-312-2/+2
* | | PackInserterTest#newLargeBlob: Factor Random instance out to class memberDavid Pursehouse2018-01-111-1/+3
* | | Prepare 4.11.0-SNAPSHOT buildsMatthias Sohn2017-12-312-47/+47
|/ /
* | Add a command to deinitialize submodulesDavid Turner2017-12-271-0/+251
* | URIish: support for empty portsMarc Strapetz2017-12-231-7/+16
* | Add header Automatic-Module-Name for Java 9Karsten Thoms2017-12-231-0/+1
* | Merge branch 'stable-4.9'Matthias Sohn2017-12-233-0/+68
|\|
| * Strings#convertGlob: fix escaping of patterns like [\[].Dmitry Pavlenko2017-12-213-0/+68
* | ConfigTest: Add some additional comment parsing testsDave Borowitz2017-12-211-0/+5
* | Config: Drop backslash in invalid escape sequences in subsectionsDave Borowitz2017-12-211-8/+9
* | Config: Match C git behavior more closely in escaping valuesDave Borowitz2017-12-212-7/+18
* | Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-216-22/+23
* | Merge branch 'stable-4.9'Dave Borowitz2017-12-201-3/+49
|\|
| * PackInserter: Ensure objects are written at the end of the packDave Borowitz2017-12-201-3/+49
| * Prepare 4.9.3-SNAPSHOT buildsMatthias Sohn2017-12-162-47/+47
| * JGit v4.9.2.201712150930-rv4.9.2.201712150930-rMatthias Sohn2017-12-152-2/+2
| * Config: Remove the include functionalityDavid Pursehouse2017-12-151-16/+8
| * Prepare 4.9.2-SNAPSHOT buildsMatthias Sohn2017-12-032-47/+47
| * JGit v4.9.1.201712030800-rv4.9.1.201712030800-rMatthias Sohn2017-12-032-2/+2
* | Config: Rewrite subsection and value escaping and parsingDave Borowitz2017-12-182-57/+176
* | PushConnectionTest: Increase maxCommandBytes yet againDavid Pursehouse2017-12-181-1/+1
* | ConfigTest: Remove redundant assignmentDavid Pursehouse2017-12-151-2/+1
* | Make Config.readIncludedConfig a noop by defaultShawn Pearce2017-12-131-15/+3
* | Merge "URIishTest: more Windows file-protocol tests"Thomas Wolf2017-12-091-0/+82
|\ \