diff options
| author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2021-03-20 23:37:46 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2021-03-20 16:09:25 -0700 |
| commit | eefadd18e10fc0c4c808faa8ee077f375f28050c (patch) | |
| tree | 284702ab16dcd9b9f8a26f8e211f8d8e0751ef59 /builtin/commit.c | |
| parent | ls-files tests: add meaningful --with-tree tests (diff) | |
| download | git-eefadd18e10fc0c4c808faa8ee077f375f28050c.tar.gz git-eefadd18e10fc0c4c808faa8ee077f375f28050c.zip | |
tree.c API: move read_tree() into builtin/ls-files.c
Since the read_tree() API was added around the same time as
read_tree_recursive() in 94537c78a82 (Move "read_tree()" to
"tree.c"[...], 2005-04-22) and b12ec373b8e ([PATCH] Teach read-tree
about commit objects, 2005-04-20) things have gradually migrated over
to the read_tree_recursive() version.
Now builtin/ls-files.c is the last user of this code, let's move all
the relevant code there. This allows for subsequent simplification of
it, and an eventual move to read_tree_recursive().
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions
