summaryrefslogtreecommitdiff
path: root/Documentation/git-format-patch.txt
diff options
context:
space:
mode:
authorLibravatar Jonathan Nieder <jrnieder@uchicago.edu>2008-07-03 00:03:54 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2008-07-05 11:24:39 -0700
commit7f9d77f2797cabfc1b5b9bad89a295d4f139120f (patch)
tree7b08002c5049fdf9b378a74cebb93928310aafd3 /Documentation/git-format-patch.txt
parentDocumentation: fix gitlinks (diff)
downloadtgif-7f9d77f2797cabfc1b5b9bad89a295d4f139120f.tar.xz
manpages: fix bogus whitespace
It's distracting. Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-format-patch.txt')
-rw-r--r--Documentation/git-format-patch.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt
index 3c9192a6cf..b990052f57 100644
--- a/Documentation/git-format-patch.txt
+++ b/Documentation/git-format-patch.txt
@@ -175,10 +175,10 @@ and file suffix, and number patches when outputting more than one.
------------
[format]
- headers = "Organization: git-foo\n"
- subjectprefix = CHANGE
- suffix = .txt
- numbered = auto
+ headers = "Organization: git-foo\n"
+ subjectprefix = CHANGE
+ suffix = .txt
+ numbered = auto
cc = <email>
------------