git-stash: fix "no arguments" case in documentation
Commit 9488e875 changed this from 'save' to 'list', but
missed this spot in the documentation.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
9488e87586
commit
aaca4914e9
@@ -21,8 +21,8 @@ and reverts the working directory to match the `HEAD` commit.
|
|||||||
The modifications stashed away by this command can be listed with
|
The modifications stashed away by this command can be listed with
|
||||||
`git-stash list`, inspected with `git-stash show`, and restored
|
`git-stash list`, inspected with `git-stash show`, and restored
|
||||||
(potentially on top of a different commit) with `git-stash apply`.
|
(potentially on top of a different commit) with `git-stash apply`.
|
||||||
The default operation when called without options is to save the
|
Calling git-stash without any arguments is equivalent to `git-stash
|
||||||
changes away.
|
list`.
|
||||||
|
|
||||||
The latest stash you created is stored in `$GIT_DIR/refs/stash`; older
|
The latest stash you created is stored in `$GIT_DIR/refs/stash`; older
|
||||||
stashes are found in the reflog of this reference and can be named using
|
stashes are found in the reflog of this reference and can be named using
|
||||||
|
|||||||
Reference in New Issue
Block a user