git/Documentation/howto
Patrick Steinhardt 16c89dcf80 meson: prevent finding sed(1) in a loop
We're searching for the sed(1) executable in a loop, which will make us
try to find it multiple times. Starting with the preceding commit we
already declare a variable for that program in the top-level build file.
Use it so that we only need to search for the program once.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2025-02-26 09:09:36 -08:00
..
coordinate-embargoed-releases.txt
howto-index.sh Documentation: refactor "howto-index.sh" for out-of-tree builds 2024-12-27 08:28:11 -08:00
keep-canonical-history-correct.txt global: Fix duplicate word typos 2024-10-21 16:05:04 -04:00
maintain-git.txt Merge branch 'tb/notes-amlog-doc' 2024-10-10 14:22:25 -07:00
meson.build meson: prevent finding sed(1) in a loop 2025-02-26 09:09:36 -08:00
new-command.txt
rebase-from-internal-branch.txt
rebuild-from-update-hook.txt
recover-corrupted-blob-object.txt
recover-corrupted-object-harder.txt
revert-a-faulty-merge.txt
revert-branch-rebase.txt
separating-topic-branches.txt
setup-git-server-over-http.txt
update-hook-example.txt
use-git-daemon.txt
using-merge-subtree.txt
using-signed-tag-in-pull-request.txt