aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Describe.java
Commit message (Expand)AuthorAgeFilesLines
* Add --exclude option to describe CLI commandMatthias Sohn2025-02-251-0/+4
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+0
* [pgm] Add describe --abbrev optionMatthias Sohn2022-03-021-0/+6
* Implement git describe --allJason Yeo2020-10-131-0/+4
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* cli: Add the --always option to describeSebastian Schuberth2019-05-311-0/+4
* cli: Add the --tags option to describeSebastian Schuberth2019-05-311-0/+4
* pgm: Fix missing braces in Describe.run()Matthias Sohn2019-01-201-2/+4
* pgm: Handle exceptions in Describe commandMatthias Sohn2019-01-201-1/+6
* refactor: simplify collection.toArray()Michael Keppler2018-08-231-1/+1
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-181-0/+1
* Fix compilation errors with args4j 2.0.23 and laterRobin Stocker2017-08-301-1/+1
* Cleanup: Organize importsMatthias Sohn2017-08-301-3/+3
* Add --match option for `jgit describe` to CLIOliver Lockwood2017-06-221-0/+7
* pgm: Create instances of Git in try-with-resourceDavid Pursehouse2015-10-011-14/+15
* Add "--long" option to JGit describeChristian Halstrick2015-03-091-0/+5
* Add describe command to JGit command line interfaceMatthias Sohn2013-10-111-0/+75