From: Jeff King Date: Fri, 4 Jan 2008 09:45:31 +0000 (-0500) Subject: diff: remove lazy config loading X-Git-Tag: v1.5.4-rc3~51 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/cae6c25a7fdd7a316318c2efdc48e63cce36a68c?ds=sidebyside;hp=cae6c25a7fdd7a316318c2efdc48e63cce36a68c 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 Signed-off-by: Junio C Hamano ---