aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
|/
* Add tests for SubmoduleConfigDavid Pursehouse2017-06-151-0/+91
* Checkout should not use too long filenamesChristian Halstrick2017-05-101-0/+14
* Fix test configuration to run RacyGitTests, and fix testRacyGitDetectionDavid Pursehouse2017-03-191-2/+10
* Make Repository.normalizeBranchName less strictThomas Wolf2017-03-041-82/+61
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-209-36/+36
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-192-0/+8
* IndexDiffSubmoduleTest: Fix negative use countDavid Pursehouse2017-02-101-1/+0
* Branch normalizer should not normalize already valid branch namesMatthias Sohn2017-02-071-0/+14
* Merge "Don't rely on default locale when using toUpperCase() and toLowerCase()"David Pursehouse2017-01-301-1/+3
|\
| * Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn2017-01-281-1/+3
* | RepositoryCacheTest: avoid to close already closed repositoryMatthias Sohn2017-01-281-15/+18
|/
* Normalizer creating a valid branch name from a stringWim Jongman2017-01-181-0/+82
* [findBugs] Fix potential NPE in DirCacheCheckoutTestMatthias Sohn2016-12-291-1/+2
* Organize importsDavid Pursehouse2016-11-142-1/+1
* TreeFormatter: disallow empty filenames in treesDavid Turner2016-10-191-1/+3
* Fix eviction of repositories with negative usage countHugo Arès2016-10-121-0/+21
* Merge branch 'stable-4.4'Matthias Sohn2016-07-123-7/+198
|\
| * Time based eviction strategy for repository cacheChristian Halstrick2016-07-122-4/+175
| * Add method to read time unit from configHugo Arès2016-07-121-0/+95