aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/ResetCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* Enhance ResetCommand to allow disabling reflog updateMatthias Sohn2016-08-171-0/+40
* Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-311-1/+1
* Make sure to overwrite files when "reset --hard" detects conflictsChristian Halstrick2016-05-181-0/+28
* ResetCommandTest: Use Git member in testHardResetAfterSquashMergeDavid Pursehouse2016-02-051-7/+7
* Fix ResetCommand to return the resulting refChristian Halstrick2016-01-201-21/+35
* Repository: Introduce exactRef and findRef, deprecate getRefJonathan Nieder2015-11-251-2/+4
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-9/+3
* Fix ResetCommand to default to mixed resetMatthias Sohn2014-10-131-0/+15
* ResetCommand: Allow reset on unborn branch when ref not specifiedRobin Stocker2013-09-131-1/+37
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* ResetCommand: Use DirCacheBuilder in resetIndexRobin Stocker2012-11-011-0/+30
* ResetCommand: Correctly reset unmerged paths in resetIndexForPathsRobin Stocker2012-11-011-0/+32
* cleanup: Prefer assertEquals over assertTrue(....equals(...))Robin Rosenberg2012-09-031-7/+7
* Add "--squash" option to MergeCommandTomasz Zarna2012-06-151-1/+33
* Update ORIG_HEAD when resettingKevin Sawicki2012-05-311-0/+3
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-18/+7
* Update smudged entries when writing indexKevin Sawicki2012-05-281-0/+42
* Ensure resetting on commit idDariusz Luksza2012-05-231-0/+20
* Throw JGit exception when ResetCommand got wrong refChristian Halstrick2011-08-211-0/+17
* Add support for reseting on directoriesDariusz Luksza2011-07-121-3/+43
* Add reset with paths support to ResetCommandBernard Leach2011-05-191-7/+76
* Add test for reflog part of ResetCommandRobin Rosenberg2011-05-131-0/+33
* Add git-reset to the Git APIChris Aniszczyk2011-02-171-0/+207