aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/DescribeCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Describe: add support for core.abbrev config optionMatthias Sohn2022-03-021-12/+16
* Cap describe abbrev optionMatthias Sohn2022-03-021-2/+10
* DescribeCommand: Add support for --abbrev=0Matthias Sohn2022-03-021-0/+3
* DescribeCommand: Support configuring the hash abbreviationSebastian Schuberth2022-02-191-5/+26
* Remove redundant type argumentsThomas Wolf2021-09-301-1/+1
* Implement git describe --allJason Yeo2020-10-131-6/+37
* 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-6/+11
* DescribeCommand: Support the "always" optionSebastian Schuberth2019-05-311-2/+23
* DescribeCommand: Consistenly omit the default valueSebastian Schuberth2019-05-311-1/+1
* Convert to lambda or member referenceCarsten Hammer2019-05-161-6/+2
* Use isEmpty() instead of size()==0 where possibleCarsten Hammer2019-04-131-2/+2
* DescribeCommand: Add a missing dots at the end of docsSebastian Schuberth2019-03-181-2/+2
* Merge branch 'stable-4.11' into stable-5.0David Pursehouse2018-11-271-10/+29
|\
| * Fix DescribeCommand with multiple match optionsMatthias Sohn2018-11-261-10/+8
| * Fix git-describe tie-breakersHÃ¥vard Wall2018-11-091-1/+22
* | Make JGit describe behaves same as c-git for lightweight tagsMarcel Trautwein2018-06-131-2/+42
* | DescribeCommand: Refactor to not use deprecated Repository#peelDavid Pursehouse2018-05-221-5/+9
* | Remove trivial cases of using deprecated RefDatabase.getRefs()Matthias Sohn2018-04-251-1/+2
|/
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-22/+20
* Fix path pattern matching to work also for gitattributesThomas Wolf2017-08-271-1/+2
* Fix bug in multiple tag handling on DescribeCommandOliver Lockwood2017-06-211-23/+37
* Support --match functionality in DescribeCommandOliver Lockwood2017-06-201-4/+43
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Replace call to deprecated RevWalk.release() in DescribeCommandMatthias Sohn2015-04-031-1/+1
* Add "--long" option to JGit describeChristian Halstrick2015-03-091-4/+37
* Expand wildcard imports to specfic classesShawn Pearce2014-11-101-12/+15
* Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-291-1/+1
* Add / fix @since tagsMatthias Sohn2013-10-241-1/+1
* Describe HEAD if no explicit target was setMatthias Sohn2013-10-111-7/+10
* Allow to set target of DescribeCommandMatthias Sohn2013-10-111-2/+3
* Propagate IOException where possible when getting refs.Colby Ranger2013-10-071-1/+2
* Added the git-describe implementationKohsuke Kawaguchi2013-09-271-0/+280