X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=dgit.1;h=19a88fae79ff6b633f4fb83ac0f4051b39df8059;hp=ccf1ea597e111bb447ca86795992ae67f7883001;hb=02201fcb3e2f7e92ccf115811c3e909a490f0a80;hpb=e289b3f481be490065d59067918eabae6a180b47 diff --git a/dgit.1 b/dgit.1 index ccf1ea59..19a88fae 100644 --- a/dgit.1 +++ b/dgit.1 @@ -548,11 +548,22 @@ git clean -xdf but it also removes any subdirectories containing different git trees (which only unusual packages are likely to create). .TP -.BR --clean=check " | " -wc +.BR --clean=check " | " --clean=check,ignores " | " -wc " | " -wci Merely check that the tree is clean (does not contain uncommitted files). Avoids running rules clean, and can avoid needing the build-dependencies. + +With +.BR ,ignores +or +.BR -wci , +untracked files covered by .gitignore are tolerated, +so only files which show up as +.B ? +in git status +(ie, ones you maybe forgot to git add) +are treated as a problem. .TP .BR --clean=none " | " -wn Do not clean the tree, nor check that it is clean.