X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=dgit;h=4aff8637b4b1c2c829c3f050a25621c1abe0b613;hb=2eff224fc177203b2b38c12cc706210d1b422870;hp=249122c7f80e109b4e2aee5bc7daf3135a82469a;hpb=9ec0d1901c3ca58fa688d065520d9862d969793c;p=dgit.git diff --git a/dgit b/dgit index 249122c7..4aff8637 100755 --- a/dgit +++ b/dgit @@ -2405,7 +2405,7 @@ END } else { $hash = $mergeinputs[0]{Commit}; } - progress "fetch hash=$hash\n"; + printdebug "fetch hash=$hash\n"; my $chkff = sub { my ($lasth, $what) = @_; @@ -3732,7 +3732,7 @@ The Debian packaging git branch contains these updates to the upstream .gitignore file(s). This patch is autogenerated, to provide these updates to users of the official Debian archive view of the package. -[dgit version $our_version] +[dgit ($our_version) update-gitignore] --- END close GIPATCH or die "$gipatch: $!";