summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-05-18 21:21:03 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-07-16 16:47:46 +0100
commit399e378d0e45338911e0d55a3d34988172c609d9 (patch)
treef7e1cda15f3b6991f7125c79c1e26e927bfba56a /dgit
parenteccc1d4a664ce41b3319f62e4fe2560268a1fc4a (diff)
dgit: Add a comment about reason for commit_quilty_patch in push
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit1
1 files changed, 1 insertions, 0 deletions
diff --git a/dgit b/dgit
index ae75cb9..d59d2f5 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();