]> git.ipfire.org Git - thirdparty/git.git/commit - t/t0201-gettext-fallbacks.sh
Merge branch 'rs/ls-tree-path-expansion-fix' into maint-2.39
authorJunio C Hamano <gitster@pobox.com>
Tue, 14 Feb 2023 22:15:52 +0000 (14:15 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Feb 2023 22:15:52 +0000 (14:15 -0800)
commit1f071460d3c367ee87d2d15add2388da2c6c68df
treeefc1869db881a612117598e285772cffa13456b0
parentfa5958f4d6e9f5d63b08095c454e3e5208468572
parentc388fcda9943c0cf46960787041a1ff3bcf5e833
Merge branch 'rs/ls-tree-path-expansion-fix' into maint-2.39

"git ls-tree --format='%(path) %(path)' $tree $path" showed the
path three times, which has been corrected.

* rs/ls-tree-path-expansion-fix:
  ls-tree: remove dead store and strbuf for quote_c_style()
  ls-tree: fix expansion of repeated %(path)
builtin/ls-tree.c
t/t3104-ls-tree-format.sh