summaryrefslogtreecommitdiffstats
path: root/git-stash.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-10-31 14:41:58 -0700
committerJunio C Hamano <gitster@pobox.com>2016-10-31 14:41:58 -0700
commitf2f28b10dcc3f853e652ebd6471d5a25bacb7b5a (patch)
tree69770f134f3b8ed5a2071767403661ed82634a5f /git-stash.txt
parent5c3af9ef805a7cca9e98a42a2dd9f986d88950a9 (diff)
downloadgit-htmldocs-f2f28b10dcc3f853e652ebd6471d5a25bacb7b5a.tar.gz
Autogenerated HTML docs for v2.11.0-rc0
Diffstat (limited to 'git-stash.txt')
-rw-r--r--git-stash.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-stash.txt b/git-stash.txt
index 92df596e5..2e9cef06e 100644
--- a/git-stash.txt
+++ b/git-stash.txt
@@ -39,7 +39,8 @@ The latest stash you created is stored in `refs/stash`; older
stashes are found in the reflog of this reference and can be named using
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).
+is also possible). Stashes may also be referenced by specifying just the
+stash index (e.g. the integer `n` is equivalent to `stash@{n}`).
OPTIONS
-------