manpages: fix bogus whitespace

It's distracting.

Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Jonathan Nieder 2008-07-03 00:03:54 -05:00 committed by Junio C Hamano
parent 0cafe944e9
commit 7f9d77f279
3 changed files with 7 additions and 7 deletions

View File

@ -86,7 +86,7 @@ OPTIONS
--quiet:: --quiet::
Disable all non-fatal output, making fast-import silent when it Disable all non-fatal output, making fast-import silent when it
is successful. This option disables the output shown by is successful. This option disables the output shown by
\--stats. \--stats.
--stats:: --stats::

View File

@ -175,10 +175,10 @@ and file suffix, and number patches when outputting more than one.
------------ ------------
[format] [format]
headers = "Organization: git-foo\n" headers = "Organization: git-foo\n"
subjectprefix = CHANGE subjectprefix = CHANGE
suffix = .txt suffix = .txt
numbered = auto numbered = auto
cc = <email> cc = <email>
------------ ------------

View File

@ -34,7 +34,7 @@ blame::
browser:: browser::
Start a tree browser showing all files in the specified Start a tree browser showing all files in the specified
commit (or 'HEAD' by default). Files selected through the commit (or 'HEAD' by default). Files selected through the
browser are opened in the blame viewer. browser are opened in the blame viewer.
citool:: citool::
@ -61,7 +61,7 @@ git gui blame Makefile::
git gui blame v0.99.8 Makefile:: git gui blame v0.99.8 Makefile::
Show the contents of 'Makefile' in revision 'v0.99.8' Show the contents of 'Makefile' in revision 'v0.99.8'
and provide annotations for each line. Unlike the above and provide annotations for each line. Unlike the above
example the file is read from the object database and not example the file is read from the object database and not
the working directory. the working directory.