X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=dgit.1;h=f97e458fb0b15fe75cffabd64bed9c7812fe46d7;hp=9740856b215a59d62c8790743b3cb2faa2d2b023;hb=28789232f5edcc1c24bbb4bfe3b5e12119e9886e;hpb=fcfb9c26e444f643f44789618d1f1ebc25429ac4 diff --git a/dgit.1 b/dgit.1 index 9740856b..f97e458f 100644 --- a/dgit.1 +++ b/dgit.1 @@ -342,6 +342,21 @@ This is the default. It requires the package's build dependencies. The package may be new in this suite. Without this, dgit will refuse to push. .TP +.BR --ignore-dirty +Do not complain if the working tree does not match your git HEAD. +This can be useful with build, if you plan to commit later. (dgit +push will still ensure that the .dsc you upload and the git tree +you push are identical, so this option won't make broken pushes.) + +This option may not work properly on `3.0 (quilt)' packages, as in +that case dgit needs to use and perhaps commit parts of your working +tree. +.TP +.BR --no-quilt-fixup +Do not fix up source format `3.0 (quilt)' metadata. If you use this +option and the package did in fact need fixing up, dgit push will +fail. +.TP .BI -D Prints debugging information to stderr. Repeating the option produces more output (currently, up to -DD is meaningfully different).