summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit4
1 files changed, 2 insertions, 2 deletions
diff --git a/dgit b/dgit
index 8b39bf1..249122c 100755
--- a/dgit
+++ b/dgit
@@ -1830,9 +1830,9 @@ committer $authline
[dgit dummy commit]
END
- runcmd @git, qw(checkout -b dapplied), $dappliedcommit;
+ runcmd @git, qw(checkout -q -b dapplied), $dappliedcommit;
- runcmd @git, qw(checkout -b unpa), $rawimport_hash;
+ runcmd @git, qw(checkout -q -b unpa), $rawimport_hash;
runcmd shell_cmd 'exec >/dev/null', @gbp, qw(pq import);
my $gapplied = git_rev_parse('HEAD');
my $gappliedtree = cmdoutput @git, qw(rev-parse HEAD:);