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

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>
diff.c