dashtopatch: git: +--no-edit
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 31 Jul 2013 15:25:52 +0000 (17:25 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 31 Jul 2013 15:25:52 +0000 (17:25 +0200)
bin/dashtopatch

index c48fad6..73952a0 100755 (executable)
@@ -24,7 +24,7 @@ for elem in $(echo "$1"|tr '-' ' ');do
     next="$base-$elem"
   fi
   git checkout "$next"
-  git merge "$base"
+  git merge --no-edit "$base"
   if $compile;then
     make
   fi