Junio C Hamano, 20.12.2008:
Markus Heidelberg [off-list ref] writes:
quoted
@@ -172,7 +172,7 @@ only the primary branches. In addition, if you happen to be on
your topic branch, it is shown as well.
------------
-$ git show-branch --reflog='10,1 hour ago' --list master
+$ git show-branch --reflog="10,1 hour ago" --list master
------------
Is this just a personal taste, or a correction to typography?
When using single quotes, the manpage displayed backticks. I don't know
how to obtain single quotes in the manpage, if this is preferred. The
HTML page worked though: single quotes were translated to single quotes,
double quotes to double quotes.
Other than this one, I did not find anything else in your patch that
looked iffy. Thanks for lending a good set of eyeballs.
Thanks, this happens when reading a lot of documentation :)