]> git.99rst.org Git - git.git/commit
git.c: remove the_repository dependence in run_builtin()
authorLidong Yan <redacted>
Mon, 16 Jun 2025 06:22:33 +0000 (14:22 +0800)
committerJunio C Hamano <redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
git.c
git clone https://git.99rst.org/PROJECT