diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-01-06 08:23:29 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-01-06 08:23:29 -0800 |
| commit | ee0e3bbc8dbd6efff2cbab71c3678ba5d412cbe6 (patch) | |
| tree | f3717d2dbba93a6b7e6a7aacbf8d7b46fa272ed4 | |
| parent | Merge branch 'mh/doc-windows-home-env' (diff) | |
| parent | gitcli.txt: typeset pathnames as monospace (diff) | |
| download | git-ee0e3bbc8dbd6efff2cbab71c3678ba5d412cbe6.tar.gz git-ee0e3bbc8dbd6efff2cbab71c3678ba5d412cbe6.zip | |
Merge branch 'jc/doc-opt-tilde-expand'
Docfix.
* jc/doc-opt-tilde-expand:
gitcli.txt: typeset pathnames as monospace
Diffstat (limited to '')
| -rw-r--r-- | Documentation/gitcli.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitcli.txt b/Documentation/gitcli.txt index bd62cbd043..fcd86d2eee 100644 --- a/Documentation/gitcli.txt +++ b/Documentation/gitcli.txt @@ -91,7 +91,7 @@ scripting Git: written in the 'stuck' form. * Despite the above suggestion, when Arg is a path relative to the - home directory of a user, e.g. ~/directory/file or ~u/d/f, you + home directory of a user, e.g. `~/directory/file` or `~u/d/f`, you may want to use the separate form, e.g. `git foo --file ~/mine`, not `git foo --file=~/mine`. The shell will expand `~/` in the former to your home directory, but most shells keep the tilde in |
