summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2022-09-03 17:26:24 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2022-09-03 20:14:26 +0100
commit615d3bcd66f597cbce84c746ce6862e0e173e8ce (patch)
treef3e29eda3aa96aa142439c0fc9f4b1ba28beb097 /dgit
parent0b07305b2981e843e714eca0c9fbbc58e4fc1e84 (diff)
quiltify_trees_differ: Fix comment to reflect what we do now
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit4
1 files changed, 2 insertions, 2 deletions
diff --git a/dgit b/dgit
index 8e737d9..86a2046 100755
--- a/dgit
+++ b/dgit
@@ -5425,8 +5425,8 @@ sub quiltify_trees_differ ($$;$$$) {
# if $ignorenamesr is defined, $ingorenamesr->{$fn}
# is set for each modified .gitignore filename $fn
# if $unrepres is defined, array ref to which is appeneded
- # a list of unrepresentable changes (removals of upstream files
- # (as messages)
+ # a list of unrepresentable changes (changes that dpkg-source
+ # cannot apply even just during unpack).
local $/=undef;
my @cmd = (@git, qw(diff-tree -z --no-renames));
push @cmd, qw(--name-only) unless $unrepres;