aboutsummaryrefslogtreecommitdiffstats
path: root/checkout-index.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-02-21 22:33:21 -0800
committerJunio C Hamano <junkio@cox.net>2006-02-21 22:33:21 -0800
commitee072260dbff6914c24d956bcc2d46882831f1a0 (patch)
tree903879eab78ae085ccb956299d6d8007e4427cee /checkout-index.c
parentMerge branch 'js/portable' (diff)
parentcache_name_compare() compares name and stage, nothing else. (diff)
downloadgit-ee072260dbff6914c24d956bcc2d46882831f1a0.tar.gz
git-ee072260dbff6914c24d956bcc2d46882831f1a0.zip
Merge branch 'jc/nostat'
* jc/nostat: cache_name_compare() compares name and stage, nothing else. "assume unchanged" git: documentation. ls-files: split "show-valid-bit" into a different option. "Assume unchanged" git: --really-refresh fix. ls-files: debugging aid for CE_VALID changes. "Assume unchanged" git: do not set CE_VALID with --refresh "Assume unchanged" git
Diffstat (limited to 'checkout-index.c')
-rw-r--r--checkout-index.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/checkout-index.c b/checkout-index.c
index 53dd8cba6f..957b4a86b0 100644
--- a/checkout-index.c
+++ b/checkout-index.c
@@ -116,6 +116,7 @@ int main(int argc, char **argv)
int all = 0;
prefix = setup_git_directory();
+ git_config(git_default_config);
prefix_length = prefix ? strlen(prefix) : 0;
if (read_cache() < 0) {