Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-03-24 10:52:42 +0300
committerJunio C Hamano <junkio@cox.net>2006-03-24 10:52:42 +0300
commit88d9405600ece221306ac98db68c6bf756e1ff09 (patch)
tree68ec7c90369cbf6a9ddbff76e2e574ab0f782793 /ls-tree.c
parentdcd0409fc545e881a61f522eb8f1d1a7e814eb94 (diff)
parent1b371f567d9b0094918e128262577b76994eef74 (diff)
Merge branch 'jc/name' into next
* jc/name: sha1_name: make core.warnambiguousrefs the default. sha1_name: warning ambiguous refs.
Diffstat (limited to 'ls-tree.c')
-rw-r--r--ls-tree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ls-tree.c b/ls-tree.c
index 97f09bdf81..26258c3cf9 100644
--- a/ls-tree.c
+++ b/ls-tree.c
@@ -90,6 +90,7 @@ int main(int argc, const char **argv)
struct tree *tree;
prefix = setup_git_directory();
+ git_config(git_default_config);
if (prefix && *prefix)
chomp_prefix = strlen(prefix);
while (1 < argc && argv[1][0] == '-') {