summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2019-06-30 14:30:27 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2019-06-30 21:11:18 +0100
commitf4bb232e123bbdff84252c3d7dcb65787bdbe765 (patch)
treeea8392348192bbcee0f17fa28589ecfb2621dea5
parent6738d3cea80e524dd1ce22a849c44167297bc3a9 (diff)
dgit(1): In --include-dirty caveat, say "especially --clean=git"
Closes: #930922 Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--dgit.12
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit.1 b/dgit.1
index cf7b8c5..cb1cbe2 100644
--- a/dgit.1
+++ b/dgit.1
@@ -647,7 +647,7 @@ Note that this does
.BR not
prevent dgit from cleaning your tree, so if the changes in your
working tree are in the form of untracked files, those might still be
-deleted.
+deleted, especially with --clean=git.
If you want to include untracked files in the build, you can
use --clean=none or --clean=dpkg-source[-d]
in addition to --include-dirty.