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