From: Sean Whitton Date: Sat, 6 Jul 2019 15:49:18 +0000 (+0100) Subject: dgit(1): Fix reference in description of --quilt=auto X-Git-Tag: archive/debian/9.1~62 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f8fe5f19d1ec104f8735dd0d8813ae5e5317f536;p=dgit.git dgit(1): Fix reference in description of --quilt=auto Signed-off-by: Sean Whitton --- diff --git a/dgit.1 b/dgit.1 index 6e0c4f11..8ede01f3 100644 --- a/dgit.1 +++ b/dgit.1 @@ -835,7 +835,7 @@ with as ancestor a patches-applied branch. .BR --quilt=auto When fixing up source format `3.0 (quilt)' metadata, prefer to generate a linear patch stack -(as with --quilt=auto) +(as with --quilt=linear) but if that doesn't seem possible, try to generate a single squashed patch for all the changes made in git (as with --quilt=smash).