Files
git/exec_cmd.c
Johannes Sixt e479ea2f91 Turn builtin_exec_path into a function.
builtin_exec_path returns the hard-coded installation path, which is used
as the ultimate fallback to look for git commands. Making it into a function
enables us to return a computed value instead of just a constant string.
2007-04-11 17:17:41 +02:00

4.6 KiB