]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit83456b13528c47be1ee08924f31cca565b92342f
tree966cabdccaa4909cc69254c23d3f7340cd53c498
parent6acef043581d69597860f3343ec2691c72b0803c
revisions.txt: consistent use of quotes

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>
Documentation/revisions.txt