diff options
author | Christian Couder <christian.couder@gmail.com> | 2024-02-14 15:25:11 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-02-14 09:39:14 -0800 |
commit | eaf07b7d15e067305d33150eb98bf0351f9f4cbd (patch) | |
tree | eb4ec48ac99f448027dbb95733a785140deb231e /builtin/commit.c | |
parent | 3ff56af99b1c9becd9e603b59986359f553e62a8 (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