* [PATCH] git-stash: fix "no arguments" case in documentation
@ 2007-07-02 4:20 Jeff King
0 siblings, 0 replies; only message in thread
From: Jeff King @ 2007-07-02 4:20 UTC (permalink / raw)
To: Junio C Hamano; +Cc: nanako3, git
Commit 9488e875 changed this from 'save' to 'list', but
missed this spot in the documentation.
Signed-off-by: Jeff King <peff@peff.net>
---
Documentation/git-stash.txt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt
index 4815965..4dc344d 100644
--- a/Documentation/git-stash.txt
+++ b/Documentation/git-stash.txt
@@ -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
`git-stash list`, inspected with `git-stash show`, and restored
(potentially on top of a different commit) with `git-stash apply`.
-The default operation when called without options is to save the
-changes away.
+Calling git-stash without any arguments is equivalent to `git-stash
+list`.
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
--
1.5.2.2.1452.g896f6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-02 4:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-02 4:20 [PATCH] git-stash: fix "no arguments" case in documentation Jeff King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).