From: Nguyễn Thái Ngọc Duy Date: Thu, 27 Jun 2019 09:28:52 +0000 (+0700) Subject: Use the right 'struct repository' instead of the_repository X-Git-Tag: v2.23.0-rc0~34^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/34e7771bc64475d71430c20937f6828675ebccdb?hp=34e7771bc64475d71430c20937f6828675ebccdb Use the right 'struct repository' instead of the_repository There are a couple of places where 'struct repository' is already passed around, but the_repository is still used. Use the right repo. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano ---