Rename advice.object_name_warning to objectNameWarning
We spell config variables in camelCase instead of with_underscores. Signed-off-by: Thomas Rast <trast@inf.ethz.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
c8686e510f
commit
8dc84fdc48
2
advice.c
2
advice.c
@ -35,7 +35,7 @@ static struct {
|
|||||||
{ "implicitidentity", &advice_implicit_identity },
|
{ "implicitidentity", &advice_implicit_identity },
|
||||||
{ "detachedhead", &advice_detached_head },
|
{ "detachedhead", &advice_detached_head },
|
||||||
{ "setupstreamfailure", &advice_set_upstream_failure },
|
{ "setupstreamfailure", &advice_set_upstream_failure },
|
||||||
{ "object_name_warning", &advice_object_name_warning },
|
{ "objectnamewarning", &advice_object_name_warning },
|
||||||
{ "rmhints", &advice_rm_hints },
|
{ "rmhints", &advice_rm_hints },
|
||||||
|
|
||||||
/* make this an alias for backward compatibility */
|
/* make this an alias for backward compatibility */
|
||||||
|
@ -445,7 +445,7 @@ static int get_sha1_basic(const char *str, int len, unsigned char *sha1)
|
|||||||
"\n"
|
"\n"
|
||||||
"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
|
"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
|
||||||
"examine these refs and maybe delete them. Turn this message off by\n"
|
"examine these refs and maybe delete them. Turn this message off by\n"
|
||||||
"running \"git config advice.object_name_warning false\"");
|
"running \"git config advice.objectNameWarning false\"");
|
||||||
unsigned char tmp_sha1[20];
|
unsigned char tmp_sha1[20];
|
||||||
char *real_ref = NULL;
|
char *real_ref = NULL;
|
||||||
int refs_found = 0;
|
int refs_found = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user