aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/DescribeCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* DescribeCommand: Add exclusion matches using setExclude()Jonathing2025-02-251-0/+22
* Cap describe abbrev optionMatthias Sohn2022-03-021-9/+9
* DescribeCommand: Add support for --abbrev=0Matthias Sohn2022-03-021-0/+2
* DescribeCommand: Support configuring the hash abbreviationSebastian Schuberth2022-02-191-3/+25
* Implement git describe --allJason Yeo2020-10-131-1/+46
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* DescribeCommand: use glob match instead of path matchThomas Wolf2019-06-071-0/+17
* DescribeCommand: Support the "always" optionSebastian Schuberth2019-05-311-7/+24
* DescribeCommandTest: Trivially fix formatting by removing a blank lineSebastian Schuberth2019-03-181-1/+0
* Merge branch 'stable-5.1'David Pursehouse2018-11-271-16/+39
|\
| * Merge branch 'stable-4.11' into stable-5.0David Pursehouse2018-11-271-16/+39
| |\
| | * Fix DescribeCommand with multiple match optionsMatthias Sohn2018-11-261-2/+2
| | * Fix git-describe tie-breakersHÃ¥vard Wall2018-11-091-15/+40
* | | Explicitly specify charset when constructing FileWriterDavid Pursehouse2018-09-261-2/+4
|/ /
* / Make JGit describe behaves same as c-git for lightweight tagsMarcel Trautwein2018-06-131-36/+145
|/
* DescribeCommandTest: Open FileWriter in try-with-resourceDavid Pursehouse2018-03-061-3/+3
* Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-211-8/+8
* Fix bug in multiple tag handling on DescribeCommandOliver Lockwood2017-06-211-0/+24
* Support --match functionality in DescribeCommandOliver Lockwood2017-06-201-8/+28
* Add "--long" option to JGit describeChristian Halstrick2015-03-091-2/+31
* Describe HEAD if no explicit target was setMatthias Sohn2013-10-111-6/+12
* Added the git-describe implementationKohsuke Kawaguchi2013-09-271-0/+242