]> git.ipfire.org Git - thirdparty/git.git/commit
git.c: remove the_repository dependence in run_builtin()
authorLidong Yan <yldhome2d2@gmail.com>
Mon, 16 Jun 2025 06:22:33 +0000 (14:22 +0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Jun 2025 15:17:12 +0000 (08:17 -0700)
commit2939494284909cdc1410944c9c1e00a4a6eff2e9
tree4e3436e00786099e9a76ea5c095d74a9fde16da1
parent16bd9f20a403117f2e0d9bcda6c6e621d3763e77
git.c: remove the_repository dependence in run_builtin()

run_builtin() takes a repo parameter, so the use of the_repository
is no longer necessary. Removed the usage of the_repository.

Signed-off-by: Lidong Yan <502024330056@smail.nju.edu.cn>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git.c