chiark
/
gitweb
/
~ianmdlvl
/
dgit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dbf0ed
)
dgit(1): Fix reference in description of --quilt=auto
author
Sean Whitton
<spwhitton@spwhitton.name>
Sat, 6 Jul 2019 15:49:18 +0000
(16:49 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 6 Jul 2019 20:12:45 +0000
(21:12 +0100)
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
dgit.1
patch
|
blob
|
history
diff --git
a/dgit.1
b/dgit.1
index 6e0c4f1186c2113795bc24cb14db02f396beef78..8ede01f3e38a6be7c6baea8d67ffc42b5f9cc5c5 100644
(file)
--- 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).