Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
stash doc: document short form -p in synopsis
author
Ramkumar Ramachandra
<artagnon@gmail.com>
Sat, 15 Jun 2013 13:13:23 +0000
(18:43 +0530)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 17 Jun 2013 16:21:59 +0000
(09:21 -0700)
'git stash save' can take -p, the short form of --patch, as an option.
Document this.
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-stash.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(from parent 1:
2be4351
)
diff --git
a/Documentation/git-stash.txt
b/Documentation/git-stash.txt
index cb0c1a6194794972569aabeaa900d71bb69bc697..632d4fbb0c70f96dd2d72c54e45a60fe165d28cc 100644
(file)
--- a/
Documentation/git-stash.txt
+++ b/
Documentation/git-stash.txt
@@
-13,7
+13,7
@@
SYNOPSIS
'git stash' drop [-q|--quiet] [<stash>]
'git stash' ( pop | apply ) [--index] [-q|--quiet] [<stash>]
'git stash' branch <branchname> [<stash>]
-'git stash' [save [--patch] [-k|--[no-]keep-index] [-q|--quiet]
+'git stash' [save [-
p|-
-patch] [-k|--[no-]keep-index] [-q|--quiet]
[-u|--include-untracked] [-a|--all] [<message>]]
'git stash' clear
'git stash' create [<message>]