/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
git-quiltimport.sh fix --patches handling
[git/git.git]
/
git-quiltimport.sh
diff --git
a/git-quiltimport.sh
b/git-quiltimport.sh
index
56c9569
..
6b0c4d2
100755
(executable)
--- a/
git-quiltimport.sh
+++ b/
git-quiltimport.sh
@@
-23,8
+23,8
@@
do
dry_run=1
;;
--patches)
- QUILT_PATCHES="$1"
shift
+ QUILT_PATCHES="$1"
;;
--)
shift