mirror of
https://github.com/git/git.git
synced 2026-01-28 19:41:36 +00:00
Technically, it is correct that git_exec_path() returns a possibly malloc()ed string. Practically, it is *sometimes* not malloc()ed. So let's just use a static variable to make it a singleton. That'll shut Coverity up, hopefully. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
3.0 KiB
3.0 KiB