From: Ian Jackson Date: Sun, 30 Jun 2019 13:30:27 +0000 (+0100) Subject: dgit(1): In --include-dirty caveat, say "especially --clean=git" X-Git-Tag: archive/debian/9.0~23 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=f4bb232e123bbdff84252c3d7dcb65787bdbe765 dgit(1): In --include-dirty caveat, say "especially --clean=git" Closes: #930922 Signed-off-by: Ian Jackson --- diff --git a/dgit.1 b/dgit.1 index cf7b8c52..cb1cbe21 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.