X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-quiltimport.sh;h=c9aecfd9132f2cb199add497d6c6ab2ebb79fdba;hb=d14e7407b34b8c11b407358b9677c283c381a71c;hp=7cd8f7134e696312d243d73acebb6ecfe07d1e13;hpb=dc96bdb9469632fcb29f660d18a96fede99fcea2;p=git.git diff --git a/git-quiltimport.sh b/git-quiltimport.sh index 7cd8f7134..c9aecfd91 100755 --- a/git-quiltimport.sh +++ b/git-quiltimport.sh @@ -1,7 +1,7 @@ #!/bin/sh OPTIONS_KEEPDASHDASH= OPTIONS_SPEC="\ -git-quiltimport [options] +git quiltimport [options] -- n,dry-run dry run author= author name and email address for patches without any @@ -53,7 +53,7 @@ if ! [ -d "$QUILT_PATCHES" ] ; then fi # Temporary directories -tmp_dir=.dotest +tmp_dir="$GIT_DIR"/rebase tmp_msg="$tmp_dir/msg" tmp_patch="$tmp_dir/patch" tmp_info="$tmp_dir/info"