Merge branch 'sg/git-C-empty-doc'
Doc update. * sg/git-C-empty-doc: Document that 'git -C ""' works and doesn't change directory
This commit is contained in:
commit
df73cb38d9
@ -57,7 +57,8 @@ help ...`.
|
|||||||
Run as if git was started in '<path>' instead of the current working
|
Run as if git was started in '<path>' instead of the current working
|
||||||
directory. When multiple `-C` options are given, each subsequent
|
directory. When multiple `-C` options are given, each subsequent
|
||||||
non-absolute `-C <path>` is interpreted relative to the preceding `-C
|
non-absolute `-C <path>` is interpreted relative to the preceding `-C
|
||||||
<path>`.
|
<path>`. If '<path>' is present but empty, e.g. `-C ""`, then the
|
||||||
|
current working directory is left unchanged.
|
||||||
+
|
+
|
||||||
This option affects options that expect path name like `--git-dir` and
|
This option affects options that expect path name like `--git-dir` and
|
||||||
`--work-tree` in that their interpretations of the path names would be
|
`--work-tree` in that their interpretations of the path names would be
|
||||||
|
Loading…
Reference in New Issue
Block a user