Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
changed alias for --prefix from -p to -P
author
Jakub Suder
<jakub.suder@gmail.com>
Tue, 12 Jan 2010 21:38:21 +0000
(22:38 +0100)
committer
Jakub Suder
<jakub.suder@gmail.com>
Tue, 12 Jan 2010 21:38:21 +0000
(22:38 +0100)
git-subtree.sh
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
da949cc
)
diff --git
a/git-subtree.sh
b/git-subtree.sh
index cdf7b0992b4743ed4b848a3c19ce45cfe7d0c238..0a5cafa77f1acb5e0cd507864a615a065b77f0d6 100755
(executable)
--- a/
git-subtree.sh
+++ b/
git-subtree.sh
@@
-16,7
+16,7
@@
git subtree split --prefix=<prefix> <commit...>
h,help show the help
q quiet
d show debug messages
h,help show the help
q quiet
d show debug messages
-
p
,prefix= the name of the subdir to split out
+
P
,prefix= the name of the subdir to split out
m,message= use the given message as the commit message for the merge commit
options for 'split'
annotate= add a prefix to commit message of new commits
m,message= use the given message as the commit message for the merge commit
options for 'split'
annotate= add a prefix to commit message of new commits
@@
-78,7
+78,7
@@
while [ $# -gt 0 ]; do
--annotate) annotate="$1"; shift ;;
--no-annotate) annotate= ;;
-b) branch="$1"; shift ;;
--annotate) annotate="$1"; shift ;;
--no-annotate) annotate= ;;
-b) branch="$1"; shift ;;
- -
p
) prefix="$1"; shift ;;
+ -
P
) prefix="$1"; shift ;;
-m) message="$1"; shift ;;
--no-prefix) prefix= ;;
--onto) onto="$1"; shift ;;
-m) message="$1"; shift ;;
--no-prefix) prefix= ;;
--onto) onto="$1"; shift ;;