Re: [PATCH v2 08/15] user-manual: Standardize backtick quoting

2013-02-10 Thread W. Trevor King
On Sun, Feb 10, 2013 at 10:10:34AM -0500, W. Trevor King wrote: > @@ -4155,8 +4156,9 @@ As a result, the general consistency of an object can > always be tested > independently of the contents or the type of the object: all objects can > be validated by verifying that (a) their hashes match the

[PATCH v2 08/15] user-manual: Standardize backtick quoting

2013-02-10 Thread W. Trevor King
From: "W. Trevor King" I tried to always use backticks for: * Paths and filenames (e.g. `.git/config`) * Compound refs (e.g. `origin/HEAD`) * Git commands (e.g. `git log`) * Command arguments (e.g. `--pretty`) * URLs (e.g. `git://`), as a subset of command arguments * Special characters (e.g. `+`