chiark / gitweb /
git-debrebase: Do not mind stitching an unlaundered branch
[dgit.git] / git-debrebase
index 5aaa6601965a09c9e494c09b9ef3b47603cc635c..c02fe8a27e2c25d8c573ce88b7ddda8ca3828cb4 100755 (executable)
@@ -1316,7 +1316,7 @@ sub cmd_stitch () {
     my $prose = 'stitch';
     GetOptions('prose=s', \$prose) or die badusage("bad options to stitch");
     badusage "no arguments allowed" if @ARGV;
-    do_stitch $prose, \&snag;
+    do_stitch $prose, 0;
 }
 sub cmd_prepush () { cmd_stitch(); }