Git fork

Merge branch 'jc/doc-opt-tilde-expand'

Docfix.

* jc/doc-opt-tilde-expand:
gitcli.txt: typeset pathnames as monospace

+1 -1
+1 -1
Documentation/gitcli.txt
··· 91 91 written in the 'stuck' form. 92 92 93 93 * Despite the above suggestion, when Arg is a path relative to the 94 - home directory of a user, e.g. ~/directory/file or ~u/d/f, you 94 + home directory of a user, e.g. `~/directory/file` or `~u/d/f`, you 95 95 may want to use the separate form, e.g. `git foo --file ~/mine`, 96 96 not `git foo --file=~/mine`. The shell will expand `~/` in the 97 97 former to your home directory, but most shells keep the tilde in