summaryrefslogtreecommitdiffstats
path: root/git-stash.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-02-21 02:29:42 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-02-21 02:29:42 +0000
commit83d46a2997fadfa1cbb85053f1c7315fa3591d67 (patch)
treef9ddd48ee2b24b01e8a0ca545ab369ec75647ec4 /git-stash.txt
parent6d559fc736bece9bac0d731b496639cbfe9ef757 (diff)
downloadgit-htmldocs-83d46a2997fadfa1cbb85053f1c7315fa3591d67.tar.gz
Autogenerated HTML docs for v1.5.4.2-184-gb23b
Diffstat (limited to 'git-stash.txt')
-rw-r--r--git-stash.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/git-stash.txt b/git-stash.txt
index cd0dc1bd9..48e6f5a3f 100644
--- a/git-stash.txt
+++ b/git-stash.txt
@@ -43,7 +43,7 @@ save [<message>]::
subcommand is given. The <message> part is optional and gives
the description along with the stashed state.
-list::
+list [<options>]::
List the stashes that you currently have. Each 'stash' is listed
with its name (e.g. `stash@\{0}` is the latest stash, `stash@\{1}` is
@@ -55,6 +55,9 @@ list::
stash@{0}: WIP on submit: 6ebd0e2... Update git-stash documentation
stash@{1}: On master: 9cc0589... Add git-stash
----------------------------------------------------------------
++
+The command takes options applicable to the linkgit:git-log[1]
+command to control what is shown and how.
show [<stash>]::