X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=dgit.1;h=86f19b491b5c7206daf19517016288fe0dfea759;hb=1ec102dd363fda92126fcaa433bf1fdee747914e;hp=af18b0fb71e0e337736e8effb013902e1d97de35;hpb=7cf634614b9a4ee18a70030e3b340dccd470f908;p=dgit.git diff --git a/dgit.1 b/dgit.1 index af18b0fb..86f19b49 100644 --- a/dgit.1 +++ b/dgit.1 @@ -352,6 +352,11 @@ 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). @@ -560,5 +565,6 @@ sane way to find the path in the archive pool of the .dsc for a particular suite. I'm assured that the archive layout is a `well known algorithm' by now. ---dry-run often does not work with fetch, even though this is a -logically plausible request. (It fails, instead.) +--dry-run does not always work properly, as not doing some of the git +fetches may result in subsequent actions being different. Doing a +non-dry-run dgit fetch first will help.