]> git.99rst.org Git - git.git/commit
run-command: make `exists_in_PATH()` non-static
authorPranit Bauva <redacted>
Mon, 13 Sep 2021 17:39:01 +0000 (19:39 +0200)
committerJunio C Hamano <redacted>
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 <redacted>
Mentored by: Johannes Schindelin <redacted>
Signed-off-by: Tanushree Tumane <redacted>
Signed-off-by: Miriam Rubio <redacted>
Signed-off-by: Junio C Hamano <redacted>
run-command.c
run-command.h
git clone https://git.99rst.org/PROJECT