diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2022-03-05 01:13:54 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-03-05 01:39:12 +0100 |
commit | ed9c84853e99e2dbbb2b49898ca7badfe1686474 (patch) | |
tree | b47a26bc88c39a362cb679adf7277354faab585c /git-submodule.sh | |
parent | submodule--helper: get remote names from any repository (diff) | |
download | git-ed9c84853e99e2dbbb2b49898ca7badfe1686474.tar.xz git-ed9c84853e99e2dbbb2b49898ca7badfe1686474.zip |
submodule--helper: don't use bitfield indirection for parse_options()
Do away with the indirection of local variables added in
c51f8f94e5b (submodule--helper: run update procedures from C,
2021-08-24).
These were only needed because in C you can't get a pointer to a
single bit, so we were using intermediate variables instead.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Glen Choo <chooglen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-submodule.sh')
0 files changed, 0 insertions, 0 deletions