aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/lib
Commit message (Expand)AuthorAgeFilesLines
* Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-182-18/+27
* Add support for nanoseconds and microseconds for Config#getTimeUnitMatthias Sohn2019-07-111-0/+12
* Delete unused FileTreeIteratorWithTimeControlMatthias Sohn2019-07-111-68/+0
* Fix RacyGitTests#testRacyGitDetectionMatthias Sohn2019-07-031-11/+26
* Change RacyGitTests to create a racy git situation in a stable wayMasaya Suzuki2019-06-191-29/+24
* Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2019-06-193-5/+10
* 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
* | | | | | | 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
* | | Add BlobObjectCheckerMasaya Suzuki2017-08-281-0/+98
* | | Send a detailed event on working tree modificationsThomas Wolf2017-08-151-466/+684
* | | Record submodule paths with untracked changes as FileMode.GITLINKThomas Wolf2017-08-141-35/+36
* | | Merge "Use w1 for hashCode of AbbreviatedObjectId"Terry Parker2017-07-281-3/+13
|\ \ \
| * | | Use w1 for hashCode of AbbreviatedObjectIdShawn Pearce2017-07-281-3/+13
* | | | Add dfs fsck implementationZhen Chen2017-07-261-13/+1