]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'rs/ls-tree-path-expansion-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 23 Jan 2023 21:39:50 +0000 (13:39 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Jan 2023 21:39:50 +0000 (13:39 -0800)
commit8a40af9cabe2efbb830bf90c864ffda3136926ba
tree39d9cadffe0693da25fa5d77afdeeb506d1b23c7
parentb26956351209415520487c036541d58c2fd7ef2d
parentc388fcda9943c0cf46960787041a1ff3bcf5e833
Merge branch 'rs/ls-tree-path-expansion-fix'

"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