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 /blame.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 'blame.c')
-rw-r--r--blame.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/blame.c b/blame.c
index 7e88833a37..396defccc7 100644
--- a/blame.c
+++ b/blame.c
@@ -752,6 +752,7 @@ int main(int argc, const char **argv)
int found_rename;
const char* prefix = setup_git_directory();
+ git_config(git_default_config);
for(i = 1; i < argc; i++) {
if(options) {