]> git.ipfire.org Git - thirdparty/git.git/commit - run-command.c
run-command: make `exists_in_PATH()` non-static
authorPranit Bauva <pranit.bauva@gmail.com>
Mon, 13 Sep 2021 17:39:01 +0000 (19:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Sep 2021 20:37:37 +0000 (13:37 -0700)
commit3f36e6f30c5ee8d337dffa65c487080b87b29030
tree89b4358fa7b169acd513648e8740c5a0e77182e0
parent5fe973b9122903ed540c468b8fb347ab0b6ca6ff
run-command: make `exists_in_PATH()` non-static

Remove the `static` keyword from `exists_in_PATH()` function
and declare the function in `run-command.h` file.
The function will be used in bisect_visualize() in a later
commit.

Mentored by: Christian Couder <chriscool@tuxfamily.org>
Mentored by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Tanushree Tumane <tanushreetumane@gmail.com>
Signed-off-by: Miriam Rubio <mirucam@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
run-command.c
run-command.h