aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/NameRevCommand.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] NameRevCommand: remove ignored call of #toStringMatthias Sohn2021-09-291-3/+4
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Remove trivial cases of using deprecated RefDatabase.getRefs()Matthias Sohn2018-04-251-2/+3
* Remove unused code and link to deprecated codeJonathan Tan2018-04-251-2/+1
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-11/+13
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-6/+6
* 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