http-push: do not access git_default_email directly
commit5cb2194aba3c6828cec3e4ec75d78f49165e2eab
authorJeff King <peff@peff.net>
Mon, 21 May 2012 23:09:47 +0000 (21 19:09 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 May 2012 16:07:52 +0000 (22 09:07 -0700)
treef0bf917c447d98aded56c2d77e2e06121f669df7
parentbcb2b0044b3baedf7857613ec069f300c364680c
http-push: do not access git_default_email directly

By calling the ident_default_email accessor, we can be sure
that the default value is actually filled-in.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http-push.c