]> git.ipfire.org Git - thirdparty/git.git/commit
run-command: declare the `git_shell_path()` function globally
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 13 Jul 2024 21:08:23 +0000 (21:08 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sat, 13 Jul 2024 23:23:37 +0000 (16:23 -0700)
commit877da5e208dfd747750e16f34a0275f3e598d8d2
tree56412f0760496ba059d895de2d3b435614b0d9ce
parent92fe7c7d42cc941ed70d6fce988d6b7936a9765a
run-command: declare the `git_shell_path()` function globally

The intention is to use it in `git var GIT_SHELL_PATH`, therefore we
need this function to stop being file-local only.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
run-command.c
run-command.h