Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jm/stash-doc-k-for-keep'
author
Junio C Hamano
<gitster@pobox.com>
Fri, 14 Mar 2014 21:26:22 +0000
(14:26 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 14 Mar 2014 21:26:23 +0000
(14:26 -0700)
* jm/stash-doc-k-for-keep:
stash doc: mention short form -k in save description
Documentation/git-stash.txt
patch
|
blob
|
history
raw
(from parent 1:
d52571d
)
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