From: Miklos Vajna Date: Wed, 20 Feb 2008 11:31:35 +0000 (+0100) Subject: Documentation/git-stash: document options for git stash list X-Git-Tag: v1.5.4.3~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fbd538c262b03d7b096e840a7ef0cdd54c5cea4f;p=thirdparty%2Fgit.git Documentation/git-stash: document options for git stash list Signed-off-by: Miklos Vajna Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt index cd0dc1bd9d..48e6f5a3f7 100644 --- a/Documentation/git-stash.txt +++ b/Documentation/git-stash.txt @@ -43,7 +43,7 @@ save []:: subcommand is given. The part is optional and gives the description along with the stashed state. -list:: +list []:: 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 []::