summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9bfff3a)
raw | patch | inline | side by side (parent: 9bfff3a)
author | Matthieu Moy <Matthieu.Moy@imag.fr> | |
Sat, 2 Jan 2010 16:35:32 +0000 (17:35 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 2 Jan 2010 18:40:55 +0000 (10:40 -0800) |
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-stash.sh | patch | blob | history |
diff --git a/git-stash.sh b/git-stash.sh
index f796c2fe24f0eaec3de45bc5bf14f7dd2e29f4bd..3a0685f1893098e8f5c877f509183c8434e7c028 100755 (executable)
--- a/git-stash.sh
+++ b/git-stash.sh
or: $dashless drop [-q|--quiet] [<stash>]
or: $dashless ( pop | apply ) [--index] [-q|--quiet] [<stash>]
or: $dashless branch <branchname> [<stash>]
- or: $dashless [save [-k|--keep-index] [-q|--quiet] [<message>]]
+ or: $dashless [save [--patch] [-k|--[no-]keep-index] [-q|--quiet] [<message>]]
or: $dashless clear"
SUBDIRECTORY_OK=Yes