aboutsummaryrefslogtreecommitdiff
path: root/t/t4128-apply-root.sh
AgeCommit message (Expand)Author
2026-02-20apply: normalize path in --directory argumentJoaquim Rocha
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt
2022-04-13revisions API: have release_revisions() release "cmdline"Ævar Arnfjörð Bjarmason
2022-03-07apply tests: don't ignore "git ls-files" exit code, drop sub-shellÆvar Arnfjörð Bjarmason
2022-03-07tests: change some 'test $(git) = "x"' to test_cmpÆvar Arnfjörð Bjarmason
2021-11-01leak tests: mark some apply tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason
2009-11-26builtin-apply.c: pay attention to -p<n> when determining the nameJunio C Hamano
2008-10-13tests: shell negation portability fixJeff King
2008-10-12git apply --directory broken for new filesJeff King
2008-07-06git-apply --directory: make --root more similar to GNU diffJunio C Hamano
2008-07-02apply --root: thinkofix.Junio C Hamano
2008-07-01Teach "git apply" to prepend a prefix with "--root=<root>"Johannes Schindelin