From: Nguyễn Thái Ngọc Duy Date: Tue, 16 Apr 2019 09:33:32 +0000 (+0700) Subject: sha1-name.c: remove the_repo from get_oid_1() X-Git-Tag: v2.22.0-rc0~25^2~9 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2b1790f5ab949abc86124d107ee4b7e7fef1323c?ds=inline;hp=2b1790f5ab949abc86124d107ee4b7e7fef1323c sha1-name.c: remove the_repo from get_oid_1() There is a cyclic dependency between one of these functions so they cannot be converted one by one, so all related functions are converted at once. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano ---