aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/ResetCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Add toString() to CherryPickCommand and ResetCommandMatthias Sohn2016-10-091-0/+8
* Enhance ResetCommand to allow disabling reflog updateMatthias Sohn2016-08-171-2/+28
* Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-311-1/+1
* Fix ResetCommand to return the resulting refChristian Halstrick2016-01-201-3/+1
* Silence non-externalized string warnings in org.eclipse.jgitMatthias Sohn2015-05-261-2/+2
* Externalize translatable texts in org.eclipse.jgitMatthias Sohn2015-05-261-2/+2
* Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn2015-05-211-14/+4
* Fix error message to include cause if ResetCommand failsMatthias Sohn2015-04-161-2/+2
* Fix ResetCommand to default to mixed resetMatthias Sohn2014-10-131-0/+3
* Document that path parameters should use '/' as separatorRobin Stocker2013-11-151-4/+5
* ResetCommand: Allow reset on unborn branch when ref not specifiedRobin Stocker2013-09-131-56/+85
* Update the revert command and things relating to revertRobin Rosenberg2012-12-281-0/+9
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-3/+3
* ResetCommand: Use DirCacheBuilder in resetIndexRobin Stocker2012-11-011-13/+4
* ResetCommand: Correctly reset unmerged paths in resetIndexForPathsRobin Stocker2012-11-011-25/+12
* Add "--squash" option to MergeCommandTomasz Zarna2012-06-151-1/+3
* Further cleanup of exceptions in Git APIRobin Rosenberg2012-06-051-0/+1
* Throw formal CheckoutConflictException on hard resetKevin Sawicki2012-06-051-3/+10
* Update ORIG_HEAD when resettingKevin Sawicki2012-05-311-0/+4
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-1/+2
* Retain file length and mod time when doing a mixed resetKevin Sawicki2012-05-281-6/+43
* Ensure resetting on commit idDariusz Luksza2012-05-231-1/+1
* Remove unneeded catch block and null checksKevin Sawicki2012-05-041-12/+4
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Throw JGit exception when ResetCommand got wrong refChristian Halstrick2011-08-211-0/+6
* Add support for reseting on directoriesDariusz Luksza2011-07-121-4/+11
* Add reset with paths support to ResetCommandBernard Leach2011-05-191-1/+78
* Present reset in the reflog like C Git does nowadaysRobin Rosenberg2011-05-041-2/+1
* Add CHERRY_PICK_HEAD for cherry-pick conflictsRobin Stocker2011-04-061-7/+17
* Add git-reset to the Git APIChris Aniszczyk2011-02-171-0/+258