Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
change `git_config()` return value to void
[gitweb.git]
/
git-quiltimport.sh
diff --git
a/git-quiltimport.sh
b/git-quiltimport.sh
index 9a6ba2b9874e12d31adeba354d8d44436ceadaf3..167d79fea809b918e81c2228ee27baa5fab23db4 100755
(executable)
--- a/
git-quiltimport.sh
+++ b/
git-quiltimport.sh
@@
-1,5
+1,6
@@
#!/bin/sh
OPTIONS_KEEPDASHDASH=
+OPTIONS_STUCKLONG=
OPTIONS_SPEC="\
git quiltimport [options]
--
@@
-59,7
+60,7
@@
tmp_patch="$tmp_dir/patch"
tmp_info="$tmp_dir/info"
-# Find the intial commit
+# Find the in
i
tial commit
commit=$(git rev-parse HEAD)
mkdir $tmp_dir || exit 2