aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api
Commit message (Expand)AuthorAgeFilesLines
* FetchCommandTest: Don't declare specific exceptions in test methodsDavid Pursehouse2017-02-091-7/+2
* PushCommandTest: Remove unused variables to prevent errors in EclipseDavid Pursehouse2017-02-091-3/+3
* Merge "push: support per-ref force-with-lease"Shawn Pearce2017-02-081-0/+54
|\
| * push: support per-ref force-with-leaseDavid Turner2017-02-081-0/+54
* | GitConstructionTest: Remove unnecessary calls to Repository.close()David Pursehouse2017-01-281-10/+0
* | Fix StashApplyCommand for stashes containing untracked changes.Thomas Wolf2017-01-151-0/+17
|/
* Organize importsDavid Pursehouse2016-11-144-3/+8
* DiffCommandTest: Don't call toString on String instancesDavid Pursehouse2016-10-191-5/+5
* Fix CheckoutCommand to return updated files even on NONDELETED statusChristian Halstrick2016-09-271-0/+33
* Add built-in LFS smudge filter for local caseChristian Halstrick2016-09-202-28/+102
* Add built-in LFS clean filterChristian Halstrick2016-09-201-2/+78
* Handle all values of branch.[name].rebaseThomas Wolf2016-09-152-37/+58
* Enhance ResetCommand to allow disabling reflog updateMatthias Sohn2016-08-171-0/+40
* Skip cleaning inner repositories by default in CleanCommandMatthaus Owens2016-08-041-0/+40
* Add testCleanDirsWithSubmodule test to CleanCommandTestMatthaus Owens2016-08-041-0/+28
* Enhance test coverage when core.filemode is falseChristian Halstrick2016-07-011-48/+30
* Fix TreeWalk to reset attributes cache for each entryChristian Halstrick2016-06-231-0/+23
* Merge branch 'stable-4.4'Matthias Sohn2016-06-141-7/+49
|\
| * Merge branch 'master' into stable-4.4Matthias Sohn2016-06-011-1/+1
| |\
| * \ Merge branch 'master' into stable-4.4Matthias Sohn2016-05-244-1/+171
| |\ \
| * \ \ Merge branch 'stable-4.3' into stable-4.4Matthias Sohn2016-05-243-24/+79
| |\ \ \
| | * | | Fix computation of id in WorkingTreeIterator with autocrlf and smudgingChristian Halstrick2016-05-231-7/+49
* | | | | Add missing @Test annotationsHugo Arès2016-06-011-0/+1
| |_|_|/ |/| | |
* | | | Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-311-1/+1
| |_|/ |/| |
* | | 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-171-0/+28
* | | Merge branch 'stable-4.3'Matthias Sohn2016-05-052-17/+30
|\ \ \ | |/ / |/| / | |/
| * 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-161-0/+10
* | 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
* | Enable calling of smudge filters when checking out pathsChristian Halstrick2016-04-061-0/+107
* | Implement DIR_NO_GITLINKSPreben Ingvaldsen2016-04-051-6/+110
|/
* Add EOL stream type detection to TreeWalkIvan Motsch2016-03-072-0/+1027
* Fix apply patch which did not work with non-ascii charactersXinTong Wang2016-03-031-0/+49
* 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
* | HugeFileTest: Make Git a class member and open in try-with-resourceDavid Pursehouse2016-02-151-1/+16
* | GitConstructionTest: Open Git instance in try-with-resourceDavid Pursehouse2016-02-151-5/+6
|/
* PullCommandWithRebaseTest: Open RevWalk in try-with-resourceDavid Pursehouse2016-02-121-20/+21
* PushCommandTest: Open Git instances in try-with-resourceDavid Pursehouse2016-02-121-187/+184
* ResetCommandTest: Use Git member in testHardResetAfterSquashMergeDavid Pursehouse2016-02-051-7/+7
* RevertCommandTest: Open Git in try-with-resourceDavid Pursehouse2016-02-051-237/+243
* StatusCommandTest: Open Git in try-with-resourceDavid Pursehouse2016-02-051-94/+96
* ApplyCommandTest: Open Git in try-with-resourceDavid Pursehouse2016-02-021-16/+17
* RebaseCommandTest: Open RevWalk in try-with-resourceDavid Pursehouse2016-01-251-178/+200
* PullCommandTest: Open RevWalk in try-with-resourceDavid Pursehouse2016-01-251-15/+18