From 2e2af845dd1033adebc578773c84d2b6d8227839 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 22 Apr 2018 23:32:36 +0100 Subject: git-debrebase: conclude, quick: uncleanness after laundry is fatal Signed-off-by: Ian Jackson --- git-debrebase | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'git-debrebase') diff --git a/git-debrebase b/git-debrebase index 6211fb6..ce348e2 100755 --- a/git-debrebase +++ b/git-debrebase @@ -1332,7 +1332,7 @@ sub cmd_prepush () { cmd_stitch(); } sub cmd_quick () { badusage "no arguments allowed" if @ARGV; do_launder_head 'launder for git-debrebase quick'; - do_stitch 'quick', \&snag; + do_stitch 'quick'; } sub cmd_conclude () { @@ -1345,7 +1345,7 @@ sub cmd_conclude () { badusage "no arguments allowed" if @ARGV; do_launder_head 'launder for git-debrebase quick'; - do_stitch 'quick', \&snag; + do_stitch 'quick'; } sub cmd_convert_from_gbp () { -- cgit v1.2.3