Remove usage of git- (dash) commands from email hook
authorDan McGee <dpmcgee@gmail.com>
Mon, 14 Jan 2008 04:51:01 +0000 (22:51 -0600)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Jan 2008 05:48:20 +0000 (21:48 -0800)
Switch all git command calls to use the git (space) command format, and
remove the use of git-repo-config in place of git config.

Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found