From: Ramkumar Ramachandra Date: Sat, 15 Jun 2013 13:13:23 +0000 (+0530) Subject: stash doc: document short form -p in synopsis X-Git-Tag: v1.8.4-rc0~117^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa7e722dfee957e89476d0467427a5a32d0040f7;p=git stash doc: document short form -p in synopsis 'git stash save' can take -p, the short form of --patch, as an option. Document this. Signed-off-by: Ramkumar Ramachandra Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt index cb0c1a6194..632d4fbb0c 100644 --- a/Documentation/git-stash.txt +++ b/Documentation/git-stash.txt @@ -13,7 +13,7 @@ SYNOPSIS 'git stash' drop [-q|--quiet] [] 'git stash' ( pop | apply ) [--index] [-q|--quiet] [] 'git stash' branch [] -'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] []] 'git stash' clear 'git stash' create []