aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Reset.java
Commit message (Expand)AuthorAgeFilesLines
* Consistently use "!isEmpty()" to detect non-empty listDavid Pursehouse2019-06-071-1/+1
* pgm: Externalize error messageMatthias Sohn2019-01-211-1/+2
* pgm: Fix missing braces in Reset.run()Matthias Sohn2019-01-211-5/+10
* pgm: Handle GitAPIException in Reset commandMatthias Sohn2019-01-211-1/+4
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-181-0/+1
* Update args4j to 2.33Matthias Sohn2017-08-301-1/+1
* Merge branch 'stable-4.2'David Pursehouse2016-01-201-2/+2
|\
| * Add $NON-NLS to suppress "Non-externalized string literal" warningsDavid Pursehouse2016-01-191-2/+2
* | reset command: provide convenient and meaningful options helpAndrey Loskutov2015-12-291-5/+5
|/
* reset command should support the -- <paths> parametersKaloyan Raev2015-10-291-11/+24
* pgm: Create instances of Git in try-with-resourceDavid Pursehouse2015-10-011-13/+15
* Add Reset to the JGit CLIChris Aniszczyk2011-02-171-0/+89