aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/NameRevCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Ensure that NameRevCommand.call() closes RevWalkMatthias Sohn2015-04-041-2/+2
* Fix NameRevCommand when repo has no annotated tagsDave Borowitz2014-03-251-5/+10
* Fix a possible NPERobin Rosenberg2013-04-041-1/+1
* Fix @since tags in JGit, version 2.4 never existedTomasz Zarna2013-03-211-1/+3
* NameRevCommand: Don't use merge cost for first parentDave Borowitz2013-03-151-1/+8
* NameRevCommand: Use ~ notation for first parents of mergesDave Borowitz2013-03-141-3/+2
* Allow adding single refs or all tags to NameRevCommandDave Borowitz2013-03-131-21/+74
* Add a NameRevCommand for describing IDs in terms of refnamesDave Borowitz2013-03-111-0/+328