diff options
author | Jonathan Nieder <jrnieder@uchicago.edu> | 2008-07-03 00:03:54 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-05 11:24:39 -0700 |
commit | 7f9d77f2797cabfc1b5b9bad89a295d4f139120f (patch) | |
tree | 7b08002c5049fdf9b378a74cebb93928310aafd3 /Documentation/git-format-patch.txt | |
parent | Documentation: fix gitlinks (diff) | |
download | tgif-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.txt | 8 |
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> ------------ |