Files
git-mirror/bisect.h
Junio C Hamano 9b5c002811 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>
2025-07-21 15:40:46 -07:00

2.3 KiB