]> git.ipfire.org Git - thirdparty/git.git/commit - ident.c
move identity config parsing to ident.c
authorJeff King <peff@peff.net>
Mon, 21 May 2012 23:09:54 +0000 (19:09 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 May 2012 16:07:53 +0000 (09:07 -0700)
commit9597921b6c173d90359e2cfa4c2e36de8d1554e6
tree36828f30283c0aedb451678417905cafd14cc705
parente21ab1340a1a22f017e9c3e4fc0deb9f4de36917
move identity config parsing to ident.c

There's no reason for this to be in config, except that once
upon a time all of the config parsing was there. It makes
more sense to keep the ident code together.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
config.c
ident.c