summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* Fix javadoc errors and unused imports introduced by ddd0fe25Matthias Sohn2016-06-011-3/+0
* RepoCommand: record manifest shallow recommendation in .gitmodulesStefan Beller2016-05-311-0/+48
* RepoCommand: record manifest groups as submodule labelsStefan Beller2016-05-311-0/+49
* Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-311-1/+1
* RepoCommandTest: Improve assertion message for remote branch recordingStefan Beller2016-05-251-2/+2
* Support git config [include] section with absolute path(s)Marco Miller2016-05-212-0/+84
* Added filter for merge and non-merges commits.Alcemir Santos2016-05-201-0/+79
* Fix StashApply regarding handling of untracked filesChristian Halstrick2016-05-191-1/+36
* Make sure to overwrite files when "reset --hard" detects conflictsChristian Halstrick2016-05-181-0/+28
* Allow setting FileMode to executable when applying patches in ApplyCommandNadav Cohen2016-05-179-0/+68
* Fix config value get to return last instead of 1st just like gitMarco Miller2016-05-121-0/+6
* 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