]> git.ipfire.org Git - thirdparty/git.git/commit
rev-list: make "struct rev_list_info" static to the only user
authorJunio C Hamano <gitster@pobox.com>
Fri, 18 Jul 2025 23:58:03 +0000 (16:58 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Jul 2025 22:40:46 +0000 (15:40 -0700)
commit9b5c002811e672fe994d72a4f0cc9325a0ecffa8
tree28754c2b44c43e4d557a1dfb5da047399612760f
parent16bd9f20a403117f2e0d9bcda6c6e621d3763e77
rev-list: make "struct rev_list_info" static to the only user

The structure has nothing to do with what "git bisect" does; as
nobody other than "git rev-list" implementation uses it, move it
as a private data type to builtin/rev-list.c

Signed-off-by: Junio C Hamano <gitster@pobox.com>
bisect.h
builtin/rev-list.c