summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-4.3'Matthias Sohn2016-05-055-17/+38
|\
| * Fix calling of clean/smudge filters from Checkout,MergeCommandsChristian Halstrick2016-04-221-17/+20
| * Fix ApplyCommand when result of patch is an empty fileJon Schneider2016-04-164-0/+18
| * Prepare 4.3.1-SNAPSHOT versionsMatthias Sohn2016-04-082-42/+42
* | 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 the ObjectInserter that created an ObjectReaderDave Borowitz2016-04-261-0/+5
* | Expose conflicting files in CheckoutConflictExceptionNed Twigg2016-04-111-0/+2
* | Merge "Fix CommitCommand to be able to skip writing to RefLog"Matthias Sohn2016-04-111-0/+31
|\ \
| * | Fix CommitCommand to be able to skip writing to RefLogChristian Halstrick2016-04-111-0/+31
* | | Prepare 4.4.0-SNAPSHOT buildsMatthias Sohn2016-04-082-42/+42
* | | Prepare 4.3.1-SNAPSHOT versionsMatthias Sohn2016-04-082-42/+42
| |/ |/|
* | JGit v4.3.0.201604071810-rv4.3.0.201604071810-rMatthias Sohn2016-04-082-2/+2
* | JGit v4.3.0.201604071045-rMatthias Sohn2016-04-072-2/+2
* | Merge branch 'master' into stable-4.3Matthias Sohn2016-04-071-0/+35
|\|
| * 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
* | Merge branch 'master' into stable-4.3Matthias Sohn2016-04-062-4/+18
|\|
| * Add config parameter gc.prunePackExpire for packfile expirationChristian Halstrick2016-03-312-4/+18
* | Enable calling of smudge filters when checking out pathsChristian Halstrick2016-04-061-0/+107
* | Prepare 4.3-SNAPSHOT buildsMatthias Sohn2016-04-052-2/+2
* | Implement DIR_NO_GITLINKSPreben Ingvaldsen2016-04-052-9/+149
* | JGit v4.3.0.201603230630-rc1v4.3.0.201603230630-rc1Matthias Sohn2016-03-232-2/+2
|/
* Introduce FileModeStrategy to FileTreeIteratorPreben Ingvaldsen2016-03-111-5/+85
* Add EOL stream type detection to TreeWalkIvan Motsch2016-03-074-4/+1033
* Fix apply patch which did not work with non-ascii charactersXinTong Wang2016-03-0314-0/+97
* Merge branch 'stable-4.2'Matthias Sohn2016-02-161-1/+1
|\
| * Merge "Revert "Fix warnings about unchecked conversion of MergeResult"" into ...Shawn Pearce2016-02-151-1/+1
| |\
| | * Revert "Fix warnings about unchecked conversion of MergeResult"Shawn Pearce2016-02-151-1/+1
* | | Merge branch 'stable-4.2'Matthias Sohn2016-02-1517-1843/+1893
|\| |
| * | Merge changes I13672371,I95074358 into stable-4.2Shawn Pearce2016-02-151-1207/+1216
| |\ \
| | * | MergeCommandTest: Use JUnit's assume to check preconditionsDavid Pursehouse2016-02-121-4/+3
| | * | MergeCommandTest: Open Git instances in try-with-resourceDavid Pursehouse2016-02-121-1202/+1212
| * | | Don't use deprecated LockFile constructorDavid Pursehouse2016-02-153-7/+5
| | |/ | |/|
| * | Fix warnings about unchecked conversion of MergeResultDavid Pursehouse2016-02-151-1/+1
| * | HugeFileTest: Make Git a class member and open in try-with-resourceDavid Pursehouse2016-02-151-1/+16
| * | DirCacheBasicTest: Open ObjectInserter.Formatter in try-with-resourceDavid Pursehouse2016-02-151-3/+5
| * | DirCacheBuilderIteratorTest: Open TreeWalk in try-with-resourceDavid Pursehouse2016-02-151-15/+16
| * | DirCacheCGitCompatabilityTest: Open TreeWalk in try-with-resourceDavid Pursehouse2016-02-151-11/+12
| * | DirCacheCheckoutMaliciousPathTest: Open Git and RevWalk in t-w-rDavid Pursehouse2016-02-151-60/+61
| * | DirCacheIteratorTest: Open TreeWalk instances in try-with-resourceDavid Pursehouse2016-02-151-87/+94
| * | ForPathTest: Open TreeWalk in try-with-resourceDavid Pursehouse2016-02-151-11/+12
| * | GitConstructionTest: Open Git instance in try-with-resourceDavid Pursehouse2016-02-151-5/+6
| * | IndexDiffTest: Open Git instances in try-with-resourcesDavid Pursehouse2016-02-151-334/+340
| * | ManifestParserTest: Don't use deprecated StringBufferInputStreamDavid Pursehouse2016-02-151-2/+3
| * | IndexModificationTimesTest: Open Git instances in try-with-resourceDavid Pursehouse2016-02-151-51/+52
| * | InterIndexDiffFilterTest: Open TreeWalk in try-with-resourceDavid Pursehouse2016-02-151-32/+37
| * | LockFileTest: Open Git instance in try-with-resourceDavid Pursehouse2016-02-151-17/+18
| |/
* | Merge "Allow deletion of HEAD ref if the repository is bare."Shawn Pearce2016-02-151-2/+18
|\ \