revisions.txt: consistent use of quotes
authorMichael J Gruber <git@drmicha.warpmail.net>
Fri, 1 Apr 2011 09:27:40 +0000 (11:27 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Apr 2011 22:06:54 +0000 (15:06 -0700)
Our use of quotes is inconsistent everywhere and within some files.
Before reworking the structure of revisions.txt, make the quotes
consistent:

`git command`

'some snippet or term'

The former gets typeset as code, the latter with some form of emphasis.
the man backend uses two types of emphasis.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found