From 30a02caea3c10699915bb4d499d1737e52c35a3b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 17 Nov 2015 01:23:35 +0000 Subject: [PATCH] quilt fixup: When using git-reset, pass -q --- dgit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dgit b/dgit index 15a0b0a6..6a153935 100755 --- a/dgit +++ b/dgit @@ -2779,7 +2779,7 @@ sub quilt_fixup_mkwork ($) { mkdir "work" or die $!; changedir "work"; mktree_in_ud_here(); - runcmd @git, qw(reset --hard), $headref; + runcmd @git, qw(reset -q --hard), $headref; } sub quilt_fixup_linkorigs ($$) { -- 2.30.2