summaryrefslogtreecommitdiff
path: root/dgit.1
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-26 16:48:47 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-26 16:48:47 +0100
commit7de1cca83307cda0d0bf04f8646e23da334f19ef (patch)
tree4e47cf61de9387355b34ed656938bf471e87dd8c /dgit.1
parent7cf634614b9a4ee18a70030e3b340dccd470f908 (diff)
New --no-quilt-fixup option to suppress quilt fixup. RTFM.
Diffstat (limited to 'dgit.1')
-rw-r--r--dgit.15
1 files changed, 5 insertions, 0 deletions
diff --git a/dgit.1 b/dgit.1
index af18b0f..f97e458 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).