diff options
author | Thomas Rast <trast@inf.ethz.ch> | 2013-07-31 22:23:31 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-31 15:20:07 -0700 |
commit | 8dc84fdc48a79c70682e6c361a82d0f3e1db9a03 (patch) | |
tree | 85570cad8f0677c27fea160da8987a5057ff8db0 /advice.c | |
parent | c8686e510fa56d3e8349ec3ca83215a107d47d45 (diff) | |
download | git-8dc84fdc48a79c70682e6c361a82d0f3e1db9a03.tar.gz |
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>
Diffstat (limited to 'advice.c')
-rw-r--r-- | advice.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ static struct { { "implicitidentity", &advice_implicit_identity }, { "detachedhead", &advice_detached_head }, { "setupstreamfailure", &advice_set_upstream_failure }, - { "object_name_warning", &advice_object_name_warning }, + { "objectnamewarning", &advice_object_name_warning }, { "rmhints", &advice_rm_hints }, /* make this an alias for backward compatibility */ |