aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/DescribeCommand.java
Commit message (Expand)AuthorAgeFilesLines
* 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