aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Status.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Remove unnecessary parenthesesMatthias Sohn2023-09-221-1/+1
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-15/+17
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-2/+2
* Consistently use "!isEmpty()" to detect non-empty listDavid Pursehouse2019-06-071-1/+1
* Use String.isEmpty() instead of comparing to ""Carsten Hammer2019-04-111-1/+1
* pgm: Fix missing braces in Status.run()Matthias Sohn2019-01-211-2/+4
* pgm: Handle exceptions in Status commandMatthias Sohn2019-01-211-1/+5
* Remove redundant @SuppressWarnings("unused")David Pursehouse2017-12-181-1/+1
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-181-0/+38
* Update args4j to 2.33Matthias Sohn2017-08-301-1/+1
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-7/+7
* Organize importsDavid Pursehouse2016-11-141-1/+1
* Status: remove unused lineFormat memberDavid Pursehouse2016-10-181-2/+0
* Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-311-1/+1
* status command: consume more then one argument after --Andrey Loskutov2015-12-291-2/+4
* pgm: Create instances of Git in try-with-resourceDavid Pursehouse2015-10-011-6/+8
* CLI status should support --untracked-filesKaloyan Raev2015-03-121-10/+23
* CLI status should support --porcelainKaloyan Raev2013-12-041-8/+117
* Add path option to StatusCommandChristian Halstrick2013-07-211-1/+10
* Move org.eclipse.jgit.pgm's resource bundle to internal packageMatthias Sohn2013-05-061-0/+1
* status: Print conflict description for unmerged pathsRobin Stocker2013-04-191-4/+46
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-5/+5
* Remove uses of TextBuiltin.out in favor of outwRobin Rosenberg2012-09-231-12/+16
* Added new Status CLI command 'jgit status'Robin Rosenberg2012-09-091-0/+167