X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=dgit.1;h=6f8957444ccc3f911444a9a4e91e637a83ab7986;hb=9c71794454566244b7eaa528ead35b76cca40fc5;hp=60bf0d3767fc157ae80fa7990a047f9bb76a3d38;hpb=e0c2627975ac581b23826ec9a3e766df5dfea46c;p=dgit.git diff --git a/dgit.1 b/dgit.1 index 60bf0d37..6f895744 100644 --- a/dgit.1 +++ b/dgit.1 @@ -542,7 +542,9 @@ to avoid needing the build-dependencies. dgit will only actually clean the tree if it needs to (because it needs to build the source package or binaries from your working tree). -Otherwise any untracked files will be simply ignored. +Otherwise +it will just check that there are no untracked unignored files. +See --clean=git[-ff],always, below. .TP .BR --clean=git-ff " | " -wgf Use @@ -553,6 +555,10 @@ git clean -xdf but it also removes any subdirectories containing different git trees (which only unusual packages are likely to create). .TP +.BR --clean=git "[" -ff "]" ,always " | " -wga " | " -wgfa +Like --clean=git, but always does the clean and not just a check, +deleting any untracked un-ignored files. +.TP .BR --clean=check " | " --clean=check,ignores " | " -wc " | " -wci Merely check that the tree is clean (does not contain uncommitted files).