summaryrefslogtreecommitdiff
path: root/builtin/commit.c
diff options
context:
space:
mode:
authorChristian Couder <christian.couder@gmail.com>2024-02-14 15:25:11 +0100
committerJunio C Hamano <gitster@pobox.com>2024-02-14 09:39:14 -0800
commiteaf07b7d15e067305d33150eb98bf0351f9f4cbd (patch)
treeeb4ec48ac99f448027dbb95733a785140deb231e /builtin/commit.c
parent3ff56af99b1c9becd9e603b59986359f553e62a8 (diff)
oidset: refactor oidset_insert_from_set()
In a following commit, we will need to add all the oids from a set into another set. In "list-objects-filter.c", there is already a static function called add_all() to do that. Let's rename this function oidset_insert_from_set() and move it into oidset.{c,h} to make it generally available. While at it, let's remove a useless `!= NULL`. Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions