Re: [PATCH] git-pull.sh: Fix call to git-merge for new command format
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:47:49
Michael J Gruber [off-list ref] writes:
This made me wonder a bit: Do we have a policy regarding the use of "git-command" vs. "git command" in git shell scripts such as this one?
Yes. Anything that sets GIT_EXEC_PATH correctly can use git-foo form.