Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint'
author
Junio C Hamano
<gitster@pobox.com>
Sun, 3 Jan 2010 07:04:11 +0000
(23:04 -0800)
committer
Junio 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
patch
|
blob
|
history
raw
(from parent 1:
37bae10
)
diff --git
a/git-stash.sh
b/git-stash.sh
index f796c2fe24f0eaec3de45bc5bf14f7dd2e29f4bd..3a0685f1893098e8f5c877f509183c8434e7c028 100755
(executable)
--- a/
git-stash.sh
+++ b/
git-stash.sh
@@
-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