]> git.ipfire.org Git - thirdparty/git.git/commit
unpack-trees: rename unpack_nondirectories()
authorDerrick Stolee <dstolee@microsoft.com>
Wed, 14 Jul 2021 13:12:32 +0000 (13:12 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Jul 2021 20:42:49 +0000 (13:42 -0700)
commitbd6a3fd7f1ab698c7ed1222c70a7a0f6a6592bd8
treef06ac8782c6c2ba5c93a96436f33aae18ad55bd6
parentcd807a5cdabe5720071d91801dbc76faa8a643ba
unpack-trees: rename unpack_nondirectories()

In the next change, we will use this method to unpack a sparse directory
entry, so change the name to unpack_single_entry() so these entries
apply. The new name reflects that we will not recurse into trees in
order to resolve the conflicts.

Reviewed-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
unpack-trees.c