aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/DeleteBranchCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Use Arrays.asList instead of copying array in a for loopCarsten Hammer2019-04-141-2/+2
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-7/+8
* 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 use of deprecated method Repository.getRef()Matthias Sohn2016-05-311-2/+2
* Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn2015-05-211-11/+14
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+1
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-2/+4
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Reduce calls to Repository.getConfigShawn O. Pearce2010-12-151-2/+4
* DeleteBranchCommand does not clean up upstream configurationMathias Kinzler2010-10-121-7/+13
* Add "Branch" commandMathias Kinzler2010-10-101-0/+197