Merge branch 'maint'
authorJunio C Hamano <gitster@pobox.com>
Sun, 3 Jan 2010 07:04:11 +0000 (23:04 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 3 Jan 2010 07:04:11 +0000 (23:04 -0800)
* maint:
stash: mention --patch in usage string.

git-stash.sh
index f796c2fe24f0eaec3de45bc5bf14f7dd2e29f4bd..3a0685f1893098e8f5c877f509183c8434e7c028 100755 (executable)
@@ -7,7 +7,7 @@ USAGE="list [<options>]
    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