aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Commit.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+0
* pgm: Fix too wide lines in Commit.run()Matthias Sohn2019-01-201-3/+4
* pgm: Fix missing braces in Commit.run()Matthias Sohn2019-01-201-9/+16
* pgm: Handle exceptions in Commit commandMatthias Sohn2019-01-201-6/+6
* Implement signing commits using BouncyCastleMedha Bhargav Prabhala2019-01-161-1/+1
* Add signing options to commit CLIMedha Bhargav Prabhala2019-01-161-0/+16
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-181-0/+1
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-311-1/+1
* Null-annotated Repository class and fixed related compiler errorsAndrey Loskutov2015-11-251-0/+3
* pgm: Create instances of Git in try-with-resourceDavid Pursehouse2015-10-011-30/+32
* Move org.eclipse.jgit.pgm's resource bundle to internal packageMatthias Sohn2013-05-061-0/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+1
* Check for write errors in standard out and exit with errorRobin Rosenberg2012-09-161-1/+1
* Add user friendly output from jgit commit commandMikael Karlsson2012-05-181-1/+6
* Add --all switch to org.eclipse.jgit.pgm.CommitTomasz Zarna2012-05-101-1/+7
* Allow to amend commits with JGit CLITomasz Zarna2011-12-181-0/+4
* Add -o option to commit commandPhilipp Thun2011-03-111-2/+17
* Refactor Git API exceptions to a new packageChris Aniszczyk2010-09-011-4/+4
* Remove unused importMatthias Sohn2010-08-261-1/+0
* Fix parsing of multiple authors in PersonIdent.Marc Strapetz2010-08-261-1/+2
* Externalize strings in Commit commandShawn O. Pearce2010-05-281-4/+4
* Add commit command to the pgm packageChristian Halstrick2010-05-121-0/+85