summaryrefslogtreecommitdiff
path: root/dgit.1
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2022-12-26 17:43:41 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2022-12-26 17:56:05 +0000
commitcab2fdb41a8f0577fabd0bd8d1b799756352edd1 (patch)
tree9d4a74bf2cdab2c8930699db5eb701764ff20b08 /dgit.1
parent51316fa053573f28581f6f7cc318b229dced9c9d (diff)
dgit: Rename auto quilt mode to try-linear
"auto" makes it sound like this automatically selects the right quilt mode, which is far from true. Don't even document "auto" any more, but accept it for compatibility. Closes: #935762 Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit.1')
-rw-r--r--dgit.12
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit.1 b/dgit.1
index e59cf6a..b91f28d 100644
--- a/dgit.1
+++ b/dgit.1
@@ -887,7 +887,7 @@ HEAD should be a series of plain commits
and pseudomerges,
with as ancestor a patches-applied branch.
.TP
-.BR --quilt=auto
+.BR --quilt=try-linear
When fixing up source format `3.0 (quilt)' metadata, prefer to
generate a linear patch stack
(as with --quilt=linear)