diff options
author | sean <seanlkml@sympatico.ca> | 2006-05-05 15:05:24 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-05 14:21:52 -0700 |
commit | e994004f93a481414b9065ac24edd0807d1c311e (patch) | |
tree | a7055636fbd71e0bde0c1ed55d85893e6f330af2 /Documentation/git-whatchanged.txt | |
parent | 2b5f3ed3166ea7d93f4138bb2b6c849851ba86ac (diff) | |
download | git-e994004f93a481414b9065ac24edd0807d1c311e.tar.gz git-e994004f93a481414b9065ac24edd0807d1c311e.tar.xz |
Fix up docs where "--" isn't displayed correctly.
A bare "--" doesn't show up in man or html pages correctly
as two individual dashes unless backslashed as \--
in the asciidoc source. Note, no backslash is needed
inside a literal block.
Signed-off-by: Sean Estabrooks <seanlkml@sympatico.ca>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-whatchanged.txt')
-rw-r--r-- | Documentation/git-whatchanged.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-whatchanged.txt b/Documentation/git-whatchanged.txt index 641cb7ea9..e8f21d02f 100644 --- a/Documentation/git-whatchanged.txt +++ b/Documentation/git-whatchanged.txt @@ -58,7 +58,7 @@ git-whatchanged -p v2.6.12.. include/scsi drivers/scsi:: Show as patches the commits since version 'v2.6.12' that changed any file in the include/scsi or drivers/scsi subdirectories -git-whatchanged --since="2 weeks ago" -- gitk:: +git-whatchanged --since="2 weeks ago" \-- gitk:: Show the changes during the last two weeks to the file 'gitk'. The "--" is necessary to avoid confusion with the *branch* named |