diff options
author | Patrick Steinhardt <ps@pks.im> | 2021-04-29 14:55:34 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-04-30 09:46:53 +0900 |
commit | c331551ccf9a4c8922ff5d2987eed9e218479000 (patch) | |
tree | 5a629d63d2470957f4915d413b8da85f68775286 /t/t3304-notes-mixed.sh | |
parent | git.txt: fix synopsis of `--config-env` missing the equals sign (diff) | |
download | tgif-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 't/t3304-notes-mixed.sh')
0 files changed, 0 insertions, 0 deletions