From: Ian Jackson Date: Sun, 9 Oct 2016 00:10:26 +0000 (+0100) Subject: Quilt admin commits: Provide [dgit ...] in all of them X-Git-Tag: archive/debian/2.0~63 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=934524a7a8f9fbcd193f0b21bac392e9444912e4;p=dgit.git Quilt admin commits: Provide [dgit ...] in all of them With the version number, in general. (These are used during quiltification of the user's branch, not during import, so they don't need to be stable.) Signed-off-by: Ian Jackson --- diff --git a/debian/changelog b/debian/changelog index 1ad499d7..61b7765b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,6 +31,8 @@ dgit (1.5~~) unstable; urgency=medium * When generating quilt patches from git commits, make patches that look quite like git-format-patch output (rather than strange things based on an obselete interpretation of DEP-3). + * Several dgit-generated commits now have slightly better annotations + from dgit about what it was doing. Infrastructure: * Better error handling in dgit-repos-policy-debian. diff --git a/dgit b/dgit index 4b593fce..8d13d15a 100755 --- a/dgit +++ b/dgit @@ -2630,7 +2630,11 @@ sub commit_quilty_patch () { } my @adds = map { s/[][*?\\]/\\$&/g; $_; } sort keys %adds; runcmd_ordryrun_local @git, qw(add -f), @adds; - commit_admin "Commit Debian 3.0 (quilt) metadata"; + commit_admin <