summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Patrick Steinhardt <ps@pks.im>2021-04-29 14:55:34 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-04-30 09:46:53 +0900
commitc331551ccf9a4c8922ff5d2987eed9e218479000 (patch)
tree5a629d63d2470957f4915d413b8da85f68775286 /Documentation
parentgit.txt: fix synopsis of `--config-env` missing the equals sign (diff)
downloadtgif-c331551ccf9a4c8922ff5d2987eed9e218479000.tar.xz
git: support separate arg for `--config-env`'s value
While not documented as such, many of the top-level options like `--git-dir` and `--work-tree` support two syntaxes: they accept both an equals sign between option and its value, and they do support option and value as two separate arguments. The recently added `--config-env` option only supports the syntax with an equals sign. Mitigate this inconsistency by accepting both syntaxes and add tests to verify both work. Signed-off-by: Patrick Steinhardt <ps@pks.im> Reviewed-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions