dashtopatch: git: +--no-edit
[nethome.git] / 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