From: Junio C Hamano Date: Tue, 30 Mar 2021 21:35:37 +0000 (-0700) Subject: Merge branch 'ab/read-tree' X-Git-Tag: v2.32.0-rc0~122 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad16f748f22c82d096664f15f1a1c7fcc361cfe3;p=thirdparty%2Fgit.git Merge branch 'ab/read-tree' Code simplification by removing support for a caller that is long gone. * ab/read-tree: tree.h API: simplify read_tree_recursive() signature tree.h API: expose read_tree_1() as read_tree_at() archive: stop passing "stage" through read_tree_recursive() ls-files: refactor away read_tree() ls-files: don't needlessly pass around stage variable tree.c API: move read_tree() into builtin/ls-files.c ls-files tests: add meaningful --with-tree tests show tests: add test for "git show " --- ad16f748f22c82d096664f15f1a1c7fcc361cfe3