aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add utility method allowing to check for empty folders in workdirChristian Halstrick2015-10-081-3/+21
* Remove unneeded @SuppressWarnings("boxing")Hugo Arès2015-09-231-5/+3
* Fix endless loop in ObjectChecker for MacOSChristian Halstrick2015-09-171-0/+11
* Throw InvalidObjectIdException from ObjectId.fromString("tooshort")Jonathan Nieder2015-07-061-0/+17
* API to remove repositories from RepositoryCacheTobias Oberlies2015-06-231-0/+28
* Revert "Config: Distinguish between empty and null strings"Jonathan Nieder2015-06-091-4/+8
* Introduce exactRef to read a ref whose exact name is knownJonathan Nieder2015-06-051-0/+50
* Config: Allow ending a file with "=" and no newlineDave Borowitz2015-06-041-0/+9
* Config: Distinguish between empty and null stringsDave Borowitz2015-06-041-22/+49
* Replace deprecated release() methods by close()Matthias Sohn2015-05-213-12/+3