author | Jeff King <peff@peff.net> | |
Fri, 4 Jan 2008 09:45:31 +0000 (04:45 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 5 Jan 2008 00:22:07 +0000 (16:22 -0800) | ||
commit | cae6c25a7fdd7a316318c2efdc48e63cce36a68c | |
tree | d133a436dc0fd3d6b8e657d3b67af566f8e3d63c | tree | snapshot |
parent | e467193ff3f57171c5c3232b4ba3595970efbfb5 | commit | diff |
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>
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 | diff | blob | history |