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)
commit22fa97d4e011de82b44fdc83c27e919a996ce1be
tree67665ee8d3b274098ba77a3303e0a94ce870dbb3
parent16335fdd7ace78a8285ba25fd7a81177a48e7c9b
Remove usage of git- (dash) commands from email hook

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>
contrib/hooks/post-receive-email