We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70bc70 commit c2a7536Copy full SHA for c2a7536
git-quiltimport.sh
@@ -148,7 +148,7 @@ do
148
if [ -z "$dry_run" ] ; then
149
git apply --index -C1 ${level:+"$level"} "$tmp_patch" &&
150
tree=$(git write-tree) &&
151
- commit=$( (echo "$SUBJECT"; echo; cat "$tmp_msg") | git commit-tree $tree -p $commit) &&
+ commit=$( { echo "$SUBJECT"; echo; cat "$tmp_msg"; } | git commit-tree $tree -p $commit) &&
152
git update-ref -m "quiltimport: $patch_name" HEAD $commit || exit 4
153
fi
154
done 3<"$QUILT_SERIES"
0 commit comments