]> Kevux Git Server - rit/commit
merge-ort: rename str{map,intmap,set}_func()
authorElijah Newren <newren@gmail.com>
Fri, 30 Jul 2021 11:47:36 +0000 (11:47 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Jul 2021 16:01:18 +0000 (09:01 -0700)
commit7afc0b03a2307aa02b7caff2746664e886f38d9a
tree40cfbcc1ad27eb68512922d2f7986dc2c9399f36
parent8b09a900a1f1f00d4deb04f567994ae8f1804b5e
merge-ort: rename str{map,intmap,set}_func()

In order to make it clearer that these three variables holding a
function refer to functions that will clear the strmap/strintmap/strset,
rename them to str{map,intmap,set}_clear_func().

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
merge-ort.c