aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/RenameBranchCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* RenameBranchCommand: more consistent handling of short ref namesThomas Wolf2019-01-231-24/+57
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-13/+10
* 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
* Null-annotated Repository class and fixed related compiler errorsAndrey Loskutov2015-11-251-0/+5
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+1
* 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
* Copy all branch configuration values when renamingKevin Sawicki2012-03-211-31/+37
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Use JGitText.refAlreadyExists instead of "ref exists"Tomasz Zarna2011-08-241-1/+1
* Reduce calls to Repository.getConfigShawn O. Pearce2010-12-151-6/+8
* Add "Branch" commandMathias Kinzler2010-10-101-0/+207