aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert 4678f4b and provide another solution for bug 467631Thomas Wolf2019-04-201-1/+33
* Fix IndexDiffs for git linksThomas Wolf2018-11-262-0/+75
* New GpgConfig for typed access to GPG settingsGunnar Wagenknecht2018-11-201-0/+147
* ValidRefNameTest#testNormalizeBranchName: Fix string/ref equality checkDavid Pursehouse2018-10-101-2/+2
* Merge branch 'stable-5.1'Matthias Sohn2018-10-061-2/+117
|\
| * Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2018-10-061-2/+117
| |\
| | * Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-10-061-2/+117
| | |\
| | | * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-10-061-2/+117
| | | |\
| | | | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-10-061-2/+117
| | | | |\
| | | | | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-10-061-2/+117
| | | | | |\
| | | | | | * Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-10-061-2/+117
| | | | | | |\
| | | | | | | * ObjectChecker: Report .gitmodules files found in the packIvan Frade2018-10-051-2/+117
| | | | | * | | Config: Remove the include functionalityDavid Pursehouse2017-12-151-16/+8
* | | | | | | | Override int read(byte[], int, int) on test instances of InputStreamDavid Pursehouse2018-10-011-0/+6
* | | | | | | | Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-303-5/+10
* | | | | | | | DirCacheCheckoutTest#testCheckoutHierarchy: Add missing call to fail()David Pursehouse2018-09-291-0/+1
* | | | | | | | ConfigTest: Fix tests for getting empty config value as intDavid Pursehouse2018-09-291-10/+2
* | | | | | | | Explicitly specify charset when calling getBytesDavid Pursehouse2018-09-264-25/+29
* | | | | | | | Query references by multiple prefixesMinh Thai2018-09-241-0/+13
* | | | | | | | Config.set-methods should not touch lines from included filesMarc Strapetz2018-09-201-12/+323
|/ / / / / / /
* | | | | | | Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-5/+5
* | | | | | | Ensure RacyGitTests don't raise false negativesChristian Halstrick2018-07-171-2/+6
* | | | | | | Test commit with huge commit messageThomas Wolf2018-06-011-0/+95
* | | | | | | RefTest: Refactor to not use deprecated Repository.getAllRefsDavid Pursehouse2018-05-231-12/+17
|/ / / / / /
* | | | | | Skip ignored directories in FileTreeIteratorThomas Wolf2018-05-222-1/+117
* | | | | | Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-154-7/+7
* | | | | | Add RefDatabase#getRefsByPrefix methodJonathan Tan2018-04-201-0/+23
* | | | | | Allow '@' as last character of refChristian Halstrick2018-04-121-0/+2
* | | | | | Merge branch 'stable-4.11'David Pursehouse2018-03-161-2/+10
|\| | | | |
| * | | | | ObjectIdSerializer: Support serialization of known non-null ObjectIdDavid Pursehouse2018-03-151-2/+10
* | | | | | Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-134-27/+30
* | | | | | Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-5/+5
|/ / / / /
* | | | | MergeHeadMsgTest: Open FileOutputStream in try-with-resourceDavid Pursehouse2018-03-071-15/+7
* | | | | DirCacheCheckoutTest: Open FileInputStream in try-with-resourceDavid Pursehouse2018-03-061-11/+13
* | | | | Add ObjectIdSerializerDavid Pursehouse2018-02-251-0/+88
* | | | | Minor improvements in git config file inclusionsThomas Wolf2018-01-281-2/+82
|/ / / /
* | | | 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-211-6/+17
* | | | Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-211-2/+2
* | | | Config: Rewrite subsection and value escaping and parsingDave Borowitz2017-12-181-51/+166
* | | | ConfigTest: Remove redundant assignmentDavid Pursehouse2017-12-151-2/+1
* | | | Make Config.readIncludedConfig a noop by defaultShawn Pearce2017-12-131-15/+3
* | | | Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-071-9/+9
* | | | ConfigTest: Move pathToString to FileUtilsDavid Pursehouse2017-12-061-8/+1
* | | | FileBasedConfig: support for relative includesMarc Strapetz2017-12-041-1/+1
* | | | ConfigTest: fix on WindowsMarc Strapetz2017-12-041-4/+12
* | | | Config: Handle leading/trailing single whitespacesDave Borowitz2017-11-201-0/+52
|/ / /
* | | ObjectCheckerTest: Factor duplicate instances out to constantsDavid Pursehouse2017-09-061-72/+42
* | | SubmoduleConfigTest: Add additional tests in fetchRecurseToConfigValueDavid Pursehouse2017-09-051-0/+2