Junio C Hamano, 20.12.2008: > Markus Heidelberg <markus.heidelberg@xxxxxx> writes: > > > Junio C Hamano, 20.12.2008: > >> Markus Heidelberg <markus.heidelberg@xxxxxx> writes: > >> > >> > @@ -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. > > It does not seem to do that to me: > > $ git help show-branch | grep 10,1 | od -bc > 0000040 146 154 157 147 075 342 200 231 061 060 054 061 040 150 157 165 > f l o g = 342 200 231 1 0 , 1 h o u I get this instead: 0000040 145 146 154 157 147 075 302 264 061 060 054 061 040 150 157 165 e f l o g = 302 264 1 0 , 1 h o u > It does not use ASCII single quote ' (\047) but the result still does > render well enough to keep anybody who are typing, following the printed > examples, from mistaking it from a backquote: > > http://pics.livejournal.com/gitster/pic/00009pk0/g6 Yes, I was wrong, it wasn't a backtick. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html