summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1ca3d6e)
raw | patch | inline | side by side (parent: 1ca3d6e)
author | Miklos Vajna <vmiklos@frugalware.org> | |
Wed, 20 Feb 2008 11:31:35 +0000 (12:31 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 20 Feb 2008 19:23:58 +0000 (11:23 -0800) |
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-stash.txt | patch | blob | history |
index cd0dc1bd9d53282d65c52e6b9ded6d40fe087598..48e6f5a3f7a85e886639381dfa70434ecdeccfc2 100644 (file)
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
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>]::