summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-11-17 01:23:35 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-07-01 23:53:45 +0100
commit30a02caea3c10699915bb4d499d1737e52c35a3b (patch)
tree5b119cfd22b8a6d546718ca347ceaeadbd7dc6d8 /dgit
parent496eedd22761330b59f4f7b81d2b860e154c9b37 (diff)
quilt fixup: When using git-reset, pass -q
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index 15a0b0a..6a15393 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 ($$) {