diff options
author | Thomas Rast <trast@student.ethz.ch> | 2009-08-13 14:29:45 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-08-15 15:21:22 -0700 |
commit | f300fab5440f25aabb22c6d1fec411ee10e154b1 (patch) | |
tree | d7253c29cd1e7d47a2848a575a5a827e9ae48fb8 /Documentation/git-stash.txt | |
parent | 367ea191e659da05a2e79a7025d8628a02f8268a (diff) | |
download | git-f300fab5440f25aabb22c6d1fec411ee10e154b1.tar.gz git-f300fab5440f25aabb22c6d1fec411ee10e154b1.tar.xz |
DWIM 'git stash save -p' for 'git stash -p'
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-stash.txt')
-rw-r--r-- | Documentation/git-stash.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt index 3dc16a108..1c4ed412a 100644 --- a/Documentation/git-stash.txt +++ b/Documentation/git-stash.txt @@ -14,7 +14,7 @@ SYNOPSIS 'git stash' ( pop | apply ) [--index] [-q|--quiet] [<stash>] 'git stash' branch <branchname> [<stash>] 'git stash' [save [--patch] [-k|--[no-]keep-index] [-q|--quiet] [<message>]] -'git stash' [-k|--keep-index] +'git stash' [-p|--patch|-k|--keep-index] 'git stash' clear 'git stash' create |