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