list-objects-filter.c: remove implicit dependency on the_index
commit01d40c8487f62476e722f30ba252359b59f35c33
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sat, 10 Nov 2018 05:48:51 +0000 (10 06:48 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Nov 2018 05:50:05 +0000 (12 14:50 +0900)
tree36222f1a61785666ecc25c73ab84fc55e85ca659
parent788454576f64dc2d830b0e6704175b05db34ce53
list-objects-filter.c: remove implicit dependency on the_index

While at there, since we have access to struct repository now,
eliminate the only the_repository reference in this file.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
list-objects-filter.c
list-objects-filter.h
list-objects.c