Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
stash doc: mention short form -k in save description
author
John Marshall
<jm18@sanger.ac.uk>
Fri, 21 Feb 2014 17:25:24 +0000
(17:25 +0000)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 24 Feb 2014 17:13:30 +0000
(09:13 -0800)
Document --keep-index's short form -k in both main synopsis and
the save synopsis in the Options section.
Signed-off-by: John Marshall <jm18@sanger.ac.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-stash.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
7bbc4e8
)
diff --git
a/Documentation/git-stash.txt
b/Documentation/git-stash.txt
index db7e803038090510609a6534ab7d086245c15270..375213fe463fa3cd9cb7644cff60ee656c13dcd8 100644
(file)
--- a/
Documentation/git-stash.txt
+++ b/
Documentation/git-stash.txt
@@
-44,7
+44,7
@@
is also possible).
OPTIONS
-------
-save [-p|--patch] [--[no-]keep-index] [-u|--include-untracked] [-a|--all] [-q|--quiet] [<message>]::
+save [-p|--patch] [-
k|-
-[no-]keep-index] [-u|--include-untracked] [-a|--all] [-q|--quiet] [<message>]::
Save your local modifications to a new 'stash', and run `git reset
--hard` to revert them. The <message> part is optional and gives