git.el: Get the default user name and email from the repository config.
authorAlexandre Julliard <julliard@winehq.org>
Sun, 19 Mar 2006 09:05:48 +0000 (10:05 +0100)
committerJunio C Hamano <junkio@cox.net>
Sun, 19 Mar 2006 20:30:07 +0000 (12:30 -0800)
commit75a8180d4b6939aca03b2c6320f128469abd5879
tree46c83eee61d11b49590c407a76ab9c74daba8f64
parent9de83169d34825d617b7fe92b95c966d9910848d
git.el: Get the default user name and email from the repository config.

If user name or email are not set explicitly, get them from the
user.name and user.email configuration values before falling back to
the Emacs defaults.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/emacs/git.el