summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorA Large Angry SCM <gitzilla@gmail.com>2005-08-28 21:17:15 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-08-28 21:32:39 (GMT)
commita698bafb5529f7a1dbf6c105428fff8eae564484 (patch)
treee3832072cbaedaaab01358cea04f43afb5cfe6ed /Documentation
parentf58b7432d286d30117e76aeca5515c67b3ba5bb0 (diff)
downloadgit-a698bafb5529f7a1dbf6c105428fff8eae564484.zip
git-a698bafb5529f7a1dbf6c105428fff8eae564484.tar.gz
git-a698bafb5529f7a1dbf6c105428fff8eae564484.tar.bz2
[PATCH] Add footnote about Thunderbird about trimming trailing WS.
Add footnote about Thunderbird about trimming trailing WS. Signed-off-by: <gitzilla@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/SubmittingPatches6
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index 15b917f..dea1fa8 100644
--- a/Documentation/SubmittingPatches
+++ b/Documentation/SubmittingPatches
@@ -191,7 +191,7 @@ Thunderbird
(A Large Angry SCM)
Here are some hints on how to successfully submit patches inline using
-Thunderbird.
+Thunderbird. [*3*]
This recipe appears to work with the current [*1*] Thunderbird from Suse.
@@ -236,5 +236,7 @@ settings but I haven't tried, yet.
mail.identity.default.compose_html => false
mail.identity.id?.compose_html => false
-
+*3* Even after following these hints, Thunderbird will still trim
+trailing whitespace from each line. I currently have no work around for
+for this issue.