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 documentation: fix subject/verb agreement 2023-10-09 12:06:29 -07:00
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 new-command.txt: update reference to builtin docs 2023-02-06 14:07:33 -08:00
rebase-from-internal-branch.txt docs: adjust the technical overview for the rename pu -> seen 2020-06-25 09:18:55 -07:00
rebuild-from-update-hook.txt
recover-corrupted-blob-object.txt
recover-corrupted-object-harder.txt docs: move pack format docs to man section 5 2022-08-04 14:12:24 -07:00
revert-a-faulty-merge.txt
revert-branch-rebase.txt docs: adjust the technical overview for the rename pu -> seen 2020-06-25 09:18:55 -07:00
separating-topic-branches.txt
setup-git-server-over-http.txt
update-hook-example.txt doc: avoid redundant use of cat 2024-03-16 11:08:55 -07:00
use-git-daemon.txt documentation: add missing words 2023-10-09 12:06:29 -07:00
using-merge-subtree.txt documentation: wording improvements 2023-10-09 12:04:21 -07:00
using-signed-tag-in-pull-request.txt