diff options
author | Patrick Steinhardt <ps@pks.im> | 2024-02-21 13:37:19 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-02-21 09:58:05 -0800 |
commit | 0218de2bdbd13975c31c3944775d0d7a6cd73e7b (patch) | |
tree | f59db946484f6176fcd73e1bdc66458a09da687c /builtin/commit-tree.c | |
parent | f7cdeafdd018ba143e0b2d7ef826b65ead923eac (diff) |
dir-iterator: pass name to `prepare_next_entry_data()` directly
When adding the next directory entry for `struct dir_iterator` we pass
the complete `struct dirent *` to `prepare_next_entry_data()` even
though we only need the entry's name.
Refactor the code to pass in the name, only. This prepares for a
subsequent commit where we introduce the ability to iterate through
dir entries in an ordered manner.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit-tree.c')
0 files changed, 0 insertions, 0 deletions