From: Junio C Hamano Date: Sun, 3 Feb 2008 10:36:27 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.4-7-gd8534 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3a6d05dea470e2028842b1842238df899cdf189a;p=git.git Autogenerated HTML docs for v1.5.4-7-gd8534 --- diff --git a/git-stash.html b/git-stash.html index faf400bb3..24afdd1cb 100644 --- a/git-stash.html +++ b/git-stash.html @@ -274,7 +274,7 @@ git-stash(1) Manual Page
git-stash (list | show [<stash>] | apply [<stash>] | clear) -git-stash [save] [message…]
+git-stash [save [<message>]]

DESCRIPTION

@@ -299,13 +299,14 @@ is also possible).

-save +save [<message>]

Save your local modifications to a new stash, and run git-reset --hard to revert them. This is the default action when no - subcommand is given. + subcommand is given. The <message> part is optional and gives + the description along with the stashed state.

@@ -460,7 +461,7 @@ $ git stash apply
diff --git a/git-stash.txt b/git-stash.txt index 9889806a5..cd0dc1bd9 100644 --- a/git-stash.txt +++ b/git-stash.txt @@ -9,7 +9,7 @@ SYNOPSIS -------- [verse] 'git-stash' (list | show [] | apply [] | clear) -'git-stash' [save] [message...] +'git-stash' [save []] DESCRIPTION ----------- @@ -36,11 +36,12 @@ is also possible). OPTIONS ------- -save:: +save []:: Save your local modifications to a new 'stash', and run `git-reset --hard` to revert them. This is the default action when no - subcommand is given. + subcommand is given. The part is optional and gives + the description along with the stashed state. list::