Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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
15 changes: 8 additions & 7 deletions 15 lib/reset.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ var _reset = Reset.reset;
*
* @async
* @param {Repository} repo Repository where to perform the reset operation.
* @param {Object} target The committish which content will be used to reset the
* content of the index.
* @param {Commit|Tag} target The committish which content will be used to reset
* the content of the index.
* @param {Strarray} pathspecs List of pathspecs to operate on.
*
* @return {Number} 0 on success or an error code
Expand All @@ -26,11 +26,12 @@ Reset.default = function(repo, target, pathspecs) {
* @async
* @param {Repository} repo Repository where to perform the reset operation.
*
* @param {Object} target Committish to which the Head should be moved to. This
* object must belong to the given `repo` and can either
* be a git_commit or a git_tag. When a git_tag is being
* passed, it should be dereferencable to a git_commit
* which oid will be used as the target of the branch.
* @param {Commit|Tag} target Committish to which the Head should be moved to.
* This object must belong to the given `repo` and can
* either be a git_commit or a git_tag. When a git_tag is
* being passed, it should be dereferencable to a
* git_commit which oid will be used as the target of the
* branch.
* @param {Number} resetType Kind of reset operation to perform.
*
* @param {CheckoutOptions} opts Checkout options to be used for a HARD reset.
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.