aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/ListBranchCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+0
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Convert to lambda or member referenceCarsten Hammer2019-05-161-7/+2
* Using getRefsByPrefix with multiple prefixesMinh Thai2018-09-241-11/+11
* Remove trivial cases of using deprecated RefDatabase.getRefs()Matthias Sohn2018-04-251-1/+1
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-0/+6
* 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/+2
* Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-311-1/+1
* Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn2015-05-211-4/+1
* Fix some wrong @since 3.3 tags which should be @since 3.4Matthias Sohn2014-03-071-1/+1
* Add setContains to ListBranchCommand (branch --contains)Robin Stocker2014-01-141-11/+67
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-6/+3
* Fix API ListBranchCommand for listmode 'all'Roberto Tyley2011-01-121-1/+3
* Add "Branch" commandMathias Kinzler2010-10-101-0/+132