diff options
author | Jeff Hostetler <jeffhostetler@github.com> | 2024-03-07 15:22:27 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-03-07 10:24:34 -0800 |
commit | 0c1c3c861eacc7e27e627c80cc081ec7c00c743d (patch) | |
tree | 22b47a16348bdc077eadf05bd10169c6eafd725f /commit.c | |
parent | b387623c12f3f4a376e4d35a610fd3e55d7ea907 (diff) |
t0211: demonstrate missing 'def_param' events for certain commands
Some Git commands fail to emit 'def_param' events for interesting
config and environment variable settings.
Add unit tests to demonstrate this.
Most commands are considered "builtin" and are based upon git.c.
These typically do emit 'def_param' events. Exceptions are some of
the "query" commands, the "run-dashed" mechanism, and alias handling.
Commands built from remote-curl.c (instead of git.c), such as
"git-remote-https", do not emit 'def_param' events.
Likewise, "git-http-fetch" is built http-fetch.c and does not emit
them.
Signed-off-by: Jeff Hostetler <jeffhostetler@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions