]> git.99rst.org Git - git.git/commit
setup: mark `set_git_work_tree()` as file-local
authorPatrick Steinhardt <redacted>
Tue, 7 Jul 2026 07:21:32 +0000 (09:21 +0200)
committerJunio C Hamano <redacted>
Tue, 7 Jul 2026 17:49:41 +0000 (10:49 -0700)
commit4df38c632f6808818018711b0c593aafe4c463c7
tree4efba4cfd96f69d1a137d792e5d7d53005e8792c
parent293b7850a72a93af83bcfd6b0280ba26292b3690
setup: mark `set_git_work_tree()` as file-local

In the preceding commit we have removed the last callers of
`set_git_work_tree()` that is located outside of "setup.c". Remove its
declaration and mark the function as file-local.

Signed-off-by: Patrick Steinhardt <redacted>
Signed-off-by: Junio C Hamano <redacted>
setup.c
setup.h
git clone https://git.99rst.org/PROJECT