Re: [PATCH v2 2/9] Documentation/git-send-pack.txt: Flow long synopsis line
From: Junio C Hamano <hidden>
Date: 2016-06-15 23:06:30
Junio C Hamano [off-list ref] writes:
Dave Borowitz [off-list ref] writes:quoted
I produced the patch with "git format-patch --subject-prefix='PATCH v2' --cover-letter @{u}.." and mailed with "git send-email --to=git@vger.kernel.org,gitster@pobox.com 0*.patch"; is there a way that would have preserved whitespace better?No need to worry, I suspect that this is a local Emacs/GNUS glitch on the receiving end. Sorry for a noise.
PSA, as I figured this out.
It turns out that gnus-treat-fill-long-lines was set to (typep
"text/plain"), which meant that I cannot trust what I see in my MUA
as an exact copy of the patch the sender intended to give me.
Here is what "Describe variable" gave me (after I fixed it, that is).
---
gnus-treat-fill-long-lines's value is nil
Original value was
(typep "text/plain")
Documentation:
Fill long lines.
Valid values are nil, t, `head', `first', `last', an integer or a
predicate. See Info node `(gnus)Customizing Articles'.
You can customize this variable.
This variable was introduced, or its default value was changed, in
version 24.1 of Emacs.
---