chiark / gitweb /
New import: Get rid of some pointless output
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 8 Oct 2016 18:18:31 +0000 (19:18 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 8 Oct 2016 18:27:29 +0000 (19:27 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
dgit

diff --git a/dgit b/dgit
index 8b39bf18ad8730b0f4d9fc3c55f57f8dfceab898..249122c7f80e109b4e2aee5bc7daf3135a82469a 100755 (executable)
--- 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:);