projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84a9b58
)
sha1_name: make core.warnambiguousrefs the default.
author
Junio C Hamano
<junkio@cox.net>
Fri, 24 Mar 2006 07:42:40 +0000
(23:42 -0800)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 24 Mar 2006 07:42:40 +0000
(23:42 -0800)
Signed-off-by: Junio C Hamano <junkio@cox.net>
environment.c
patch
|
blob
|
history
diff --git
a/environment.c
b/environment.c
index
5d29b92
..
6df6478
100644
(file)
--- a/
environment.c
+++ b/
environment.c
@@
-14,7
+14,7
@@
char git_default_name[MAX_GITNAME];
int trust_executable_bit = 1;
int assume_unchanged = 0;
int only_use_symrefs = 0;
-int warn_ambiguous_refs =
0
;
+int warn_ambiguous_refs =
1
;
int repository_format_version = 0;
char git_commit_encoding[MAX_ENCODING_LENGTH] = "utf-8";
int shared_repository = 0;