aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/CreateBranchCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-13/+13
* Simplify push error message when ref already existsShawn O. Pearce2012-10-171-1/+1
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-2/+3
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Use JGitText.refAlreadyExists instead of "ref exists"Tomasz Zarna2011-08-241-1/+1
* Fixed creation of branch from a tagSasa Zivkov2011-07-121-1/+5
* CreateBranchCommand: Wrong existence checkMathias Kinzler2011-02-141-1/+3
* Fix NPE when calling CreateBranch without explict startpointChristian Halstrick2010-10-121-4/+3
* Remove AmbiguousObjectException from BranchCreateCommand.call()Christian Halstrick2010-10-121-6/+1
* Add "Branch" commandMathias Kinzler2010-10-101-0/+365