aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/CreateBranchCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Fix branch ref exist checkflorian.signoret2023-11-181-3/+1
* 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
* Validate branch names on branch creationMatthias Sohn2018-06-091-6/+26
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-11/+14
* 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-3/+3
* Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn2015-05-211-4/+1
* Fix CheckoutCommand not setting up trackingRobin Stocker2014-08-051-12/+10
* Fix ArrayIndexOutOfBoundsException in CreateBranchCommandRobin Rosenberg2014-04-271-6/+5
* 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