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-gui.txt | |
parent | 0cafe944e9c1d50e0b4377fbf26f2fc1544d0204 (diff) | |
download | git-7f9d77f2797cabfc1b5b9bad89a295d4f139120f.tar.gz |
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-gui.txt')
-rw-r--r-- | Documentation/git-gui.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-gui.txt b/Documentation/git-gui.txt index 940e43f37e..ea1e4ce624 100644 --- a/Documentation/git-gui.txt +++ b/Documentation/git-gui.txt @@ -34,7 +34,7 @@ blame:: browser:: 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. citool:: @@ -61,7 +61,7 @@ git gui blame Makefile:: git gui blame v0.99.8 Makefile:: 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 the working directory. |