diff options
author | Patrick Steinhardt <ps@pks.im> | 2025-02-26 09:22:21 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-02-26 09:09:37 -0800 |
commit | 3ee3a6eb522fd3ad672e7734e5708f5ddcc63fce (patch) | |
tree | 695d591d422e298393e83082d27068a1dd0682a2 /commit.c | |
parent | 16c89dcf80b742276d927b99fe28dbcde1469417 (diff) |
meson: fix overwritten `git` variable
We're assigning the `git` variable in three places:
- In "meson.build" to store the external Git executable.
- In "meson.build" to store the compiled Git executable.
- In "Documentation/meson.build" to store the external Git executable,
a second time.
The last case is only needed because we overwrite the original variable
with the built version. Rename the variable used for the built Git
executable so that we don't have to resolve the external Git executable
multiple times.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions