diff: remove lazy config loading
authorJeff King <peff@peff.net>
Fri, 4 Jan 2008 09:45:31 +0000 (04:45 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 5 Jan 2008 00:22:07 +0000 (16:22 -0800)
There is no point to this. Either:

1. The program has already loaded git_diff_ui_config, in
which case this is a noop.
2. The program didn't, which means it is plumbing that
does not _want_ git_diff_ui_config to be loaded.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found