]> git.ipfire.org Git - thirdparty/git.git/commit
ref-filter.c: rename 'ref_filter_handler()' to 'filter_one()'
authorVictoria Dye <vdye@github.com>
Tue, 14 Nov 2023 19:53:53 +0000 (19:53 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Nov 2023 05:03:00 +0000 (14:03 +0900)
commit9c575b020232c5af0d2068aa82ce390923b81646
treef344e7b45aaa17a604d71330ac185f43bab2d172
parente7574b0c6b1e0cf2de9e000766a13d23fd9516e6
ref-filter.c: rename 'ref_filter_handler()' to 'filter_one()'

Rename 'ref_filter_handler()' to 'filter_one()' to more clearly distinguish
it from other ref filtering callbacks that will be added in later patches.
The "*_one()" naming convention is common throughout the codebase for
iteration callbacks.

Signed-off-by: Victoria Dye <vdye@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ref-filter.c