From 801818680ab907abf347fbdc48623f43a49beee9 Mon Sep 17 00:00:00 2001 From: Jeff King Date: Fri, 11 Mar 2016 17:37:03 -0500 Subject: config: drop git_config_early There are no more callers, and it's a rather confusing interface. This could just be folded into git_config_with_options(), but for the sake of readability, we'll leave it as a separate (static) helper function. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- Documentation/technical/api-config.txt | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Documentation/technical') diff --git a/Documentation/technical/api-config.txt b/Documentation/technical/api-config.txt index 0d8b99b36..20741f345 100644 --- a/Documentation/technical/api-config.txt +++ b/Documentation/technical/api-config.txt @@ -63,13 +63,6 @@ parse for configuration, rather than looking in the usual files. Regular Specify whether include directives should be followed in parsed files. Regular `git_config` defaults to `1`. -There is a special version of `git_config` called `git_config_early`. -This version takes an additional parameter to specify the repository -config, instead of having it looked up via `git_path`. This is useful -early in a Git program before the repository has been found. Unless -you're working with early setup code, you probably don't want to use -this. - Reading Specific Files ---------------------- -- cgit v1.2.1