summaryrefslogtreecommitdiff
path: root/builtin/mktag.c
diff options
context:
space:
mode:
authorLibravatar René Scharfe <l.s.r@web.de>2018-10-04 17:14:37 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-10-04 11:12:14 -0700
commit8c84ae659e0e17d55f5ddc58bc79855ed7650e00 (patch)
treedc8d88fd7755fe3706cecbcbcd71696491c4c471 /builtin/mktag.c
parentoidset: use khash (diff)
downloadtgif-8c84ae659e0e17d55f5ddc58bc79855ed7650e00.tar.xz
oidset: uninline oidset_init()
There is no need to inline oidset_init(), as it's typically only called twice in the lifetime of an oidset (once at the beginning and at the end by oidset_clear()) and kh_resize_* is quite big, so move its definition to oidset.c. Document it while we're at it. Signed-off-by: Rene Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/mktag.c')
0 files changed, 0 insertions, 0 deletions