aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/RevertCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-311-1/+1
* Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn2015-05-211-7/+6
* Fix RevertCommand to correctly revert multiple commits at once.Maik Schreiber2014-07-301-0/+1
* Allow callers to use different merging strategiesLaurent Goubet2014-05-061-5/+16
* Fix exception on conflicts with recursive mergeRobin Stocker2013-12-031-2/+2
* Add NON-NLS comments for some obviously untranslatable stringsRobin Rosenberg2013-07-211-1/+1
* Make recursive merge strategy the default merge strategyMatthias Sohn2013-04-151-3/+4
* NLS warning cleanupRobin Rosenberg2013-04-141-1/+2
* Update the revert command and things relating to revertRobin Rosenberg2012-12-281-7/+53
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-5/+5
* Further cleanup of exceptions in Git APIRobin Rosenberg2012-06-051-1/+12
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-1/+1
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Expose unmerged paths when revert failsKevin Sawicki2011-12-191-0/+10
* Provide merge result when revert command failsKevin Sawicki2011-11-211-0/+22
* Fix the reflog prefix for cherry-pick, revert and merge commandsRobin Rosenberg2011-09-211-4/+5
* RevertCommand: Add "." after reverted commit idRobin Stocker2011-05-131-1/+1
* Do not cherry-pick or revert commit more than onceRobin Rosenberg2011-01-101-0/+5
* Implement a revert commandRobin Rosenberg2011-01-021-0/+207