From: Ian Jackson Date: Wed, 18 May 2016 20:21:03 +0000 (+0100) Subject: dgit: Add a comment about reason for commit_quilty_patch in push X-Git-Tag: archive/debian/2.0~335 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=399e378d0e45338911e0d55a3d34988172c609d9;p=dgit.git dgit: Add a comment about reason for commit_quilty_patch in push --- diff --git a/dgit b/dgit index ae75cb9b..d59d2f5f 100755 --- a/dgit +++ b/dgit @@ -1977,6 +1977,7 @@ END my $format = getfield $dsc, 'Format'; printdebug "format $format\n"; if (madformat($format)) { + # user might have not used dgit build, so maybe do this now: commit_quilty_patch(); } check_not_dirty();