Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions lib/repository.js
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,6 @@ Repository.prototype.continueRebase = function(signature, beforeNextFn) {
* @param {String} name Branch name, e.g. "master"
* @param {Commit|String|Oid} commit The commit the branch will point to
* @param {bool} force Overwrite branch if it exists
* @param {Signature} signature Identity to use to populate reflog
* @param {String} logMessage One line message to be appended to the reflog
* @return {Reference}
*/
Repository.prototype.createBranch = function(name, commit, force) {
Expand Down