Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git wrapper: fix command name in an error message.
When the command execution by execv_git_cmd() fails with an errno other than ENOENT, we used an uninitialized variable instead of the string that holds the command name to report what failed. Signed-off-by: Junio C Hamano <junkio@cox.net>
- Loading branch information