diff options
author | Elijah Newren <newren@gmail.com> | 2020-12-13 08:04:21 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-12-13 14:18:20 -0800 |
commit | ee4012dcf962fa26ae83d1e7ff28263b9d2d1452 (patch) | |
tree | 147848b32042261efb860e016cf16477500c70c3 /commit.h | |
parent | a9945bba600914bc8feb7aa52dce7b8e41237649 (diff) |
merge-ort: step 2 of tree writing -- function to create tree object
Create a new function, write_tree(), which will take a list of
basenames, modes, and oids for a single directory and create a tree
object in the object-store. We do not yet have just basenames, modes,
and oids for just a single directory (we have a mixture of entries from
all directory levels in the hierarchy) so we still die() before the
current call to write_tree(), but the next patch will rectify that.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.h')
0 files changed, 0 insertions, 0 deletions