git/contrib/subtree
Patrick Steinhardt b44e63f405 meson: introduce kwargs variable for tests
Meson has the ability to create a kwargs dictionary that can then be
passed to any function call with the `kwargs:` positional argument. This
allows one to deduplicate common parameters that one wishes to pass to
several different function invocations.

Our tests already have one common parameter that we use everywhere,
"timeout", and we're about to add a second common parameter in the next
commit. Let's prepare for this by introducing `test_kwargs` so that we
can deduplicate these common arguments.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2025-06-02 07:51:43 -07:00
..
t Makefile: set default goals in makefiles 2025-02-18 09:02:26 -08:00
.gitignore contrib/subtree: fix building docs 2025-01-17 09:56:37 -08:00
COPYING
INSTALL
Makefile contrib/subtree: rename .txt to .adoc 2025-03-01 10:00:52 -08:00
README
git-subtree.adoc contrib/subtree: rename .txt to .adoc 2025-03-01 10:00:52 -08:00
git-subtree.sh contrib: fix typos 2024-10-10 13:31:12 -07:00
meson.build meson: introduce kwargs variable for tests 2025-06-02 07:51:43 -07:00
todo subtree: give the docs a once-over 2021-04-28 16:47:19 +09:00

README

Please read git-subtree.txt for documentation.

Please don't contact me using github mail; it's slow, ugly, and worst of
all, redundant. Email me instead at apenwarr@gmail.com and I'll be happy to
help.

Avery