aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Config load should not fail on unsupported or nonexistent include pathHugo Arès2016-06-271-3/+24
* | Fix DirCacheCheckout to return CheckoutConflictExceptionChristian Halstrick2016-06-231-0/+58
* | Add method to read time unit from configHugo Arès2016-06-061-0/+95
* | Add missing @Test annotation in RepositoryCacheTestHugo Arès2016-06-011-0/+1
|/
* Support git config [include] section with absolute path(s)Marco Miller2016-05-211-0/+83
* Fix config value get to return last instead of 1st just like gitMarco Miller2016-05-121-0/+6
* PersonIdent: Make appendSanitized publicDave Borowitz2016-05-031-0/+7
* PersonIdent: Strip some special chars from external stringsDave Borowitz2016-04-291-4/+37
* PersonIdent: Document that name and email aren't trimmedDave Borowitz2016-04-291-1/+3
* Expose conflicting files in CheckoutConflictExceptionNed Twigg2016-04-111-0/+2
* Remove repository from cache when it's closedHugo Arès2016-04-071-0/+14
* Fix repository cache never closing repositoryHugo Arès2016-04-071-0/+21
* Add EOL stream type detection to TreeWalkIvan Motsch2016-03-071-1/+2
* DirCacheCheckoutMaliciousPathTest: Open Git and RevWalk in t-w-rDavid Pursehouse2016-02-151-60/+61
* IndexDiffTest: Open Git instances in try-with-resourcesDavid Pursehouse2016-02-151-334/+340
* IndexModificationTimesTest: Open Git instances in try-with-resourceDavid Pursehouse2016-02-151-51/+52
* RacyGitTests: Open NameConflictTreeWalk in try-with-resourceDavid Pursehouse2016-02-121-32/+36
* ReflogConfigTest: refactor commit method to avoid variable hidingDavid Pursehouse2016-02-121-10/+7
* ReflogResolveTest: Open Git instances in try-with-resourceDavid Pursehouse2016-02-121-88/+94
* RepositoryResolveTest: Open Git in try-with-resourceDavid Pursehouse2016-02-051-25/+27
* DirCacheCheckoutTest: Open Git and TreeWalk in try-with-resourceDavid Pursehouse2016-02-021-106/+109
* Remove unnecessary suppression of deprecation warnings in testsDavid Pursehouse2016-01-251-1/+0
* Merge branch 'stable-4.2'David Pursehouse2016-01-201-0/+2
|\
| * Suppress "The allocated object is never used" warning in testsDavid Pursehouse2016-01-191-0/+2
* | Revert "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry andAndrey Loskutov2016-01-192-365/+45
* | Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends"Shawn Pearce2016-01-152-45/+365
* | Remove deprecated Tree, TreeEntry, FileTreeEntry and friendsShawn Pearce2016-01-092-365/+45
* | Paths.pathCompare: Utility to sort paths from byte[]Shawn Pearce2016-01-091-1/+15
* | Merge changes Idaed9310,I62bd7c0bMatthias Sohn2016-01-031-879/+572
|\ \
| * | ObjectChecker: honor some git-core fsck.* optionsShawn Pearce2015-12-301-27/+121
| * | ObjectChecker: allow some objects to skip errorsShawn Pearce2015-12-301-873/+472
| |/
* / DirCacheEditor: Replace file-with-tree and tree-with-fileShawn Pearce2015-12-291-4/+2
|/
* Fix FileTreeIterator.idSubmodule(Entry)Christian Halstrick2015-12-131-1/+1
* Add support for smudge filtersChristian Halstrick2015-11-271-5/+2
* Repository: Introduce exactRef and findRef, deprecate getRefJonathan Nieder2015-11-251-12/+12
* Let FS_Win32_Cygwin detect symlink support by creating temporary symlinkChristian Halstrick2015-11-211-0/+6
* Delete non empty directories before checkout a pathAndrey Loskutov2015-10-091-1/+391