* [PATCH] git-stash documentation: stash numbering starts at zero, not one
@ 2007-08-07 17:39 Steve Hoelzer
0 siblings, 0 replies; only message in thread
From: Steve Hoelzer @ 2007-08-07 17:39 UTC (permalink / raw)
To: git mailing list, Junio C Hamano
Signed-off-by: Steve Hoelzer <shoelzer@gmail.com>
---
Documentation/git-stash.txt | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt
index 4ec61a9..05f40cf 100644
--- a/Documentation/git-stash.txt
+++ b/Documentation/git-stash.txt
@@ -29,8 +29,8 @@ you create one.
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
-the usual reflog syntax (e.g. `stash@\{1}` is the most recently
-created stash, `stash@\{2}` is the one before it, `stash@\{2.hours.ago}`
+the usual reflog syntax (e.g. `stash@\{0}` is the most recently
+created stash, `stash@\{1}` is the one before it, `stash@\{2.hours.ago}`
is also possible).
OPTIONS
@@ -61,7 +61,7 @@ show [<stash>]::
stashed state and its original parent. When no `<stash>` is given,
shows the latest one. By default, the command shows the diffstat, but
it will accept any format known to `git-diff` (e.g., `git-stash show
- -p stash@\{2}` to view the second most recent stash in patch form).
+ -p stash@\{1}` to view the second most recent stash in patch form).
apply [<stash>]::
--
1.5.3.rc3.141.g53d646
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-08-07 17:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-07 17:39 [PATCH] git-stash documentation: stash numbering starts at zero, not one Steve Hoelzer
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).