summaryrefslogtreecommitdiff
path: root/advice.c
diff options
context:
space:
mode:
authorThomas Rast <trast@inf.ethz.ch>2013-07-31 20:23:31 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-07-31 22:20:07 (GMT)
commit8dc84fdc48a79c70682e6c361a82d0f3e1db9a03 (patch)
tree85570cad8f0677c27fea160da8987a5057ff8db0 /advice.c
parentc8686e510fa56d3e8349ec3ca83215a107d47d45 (diff)
downloadgit-8dc84fdc48a79c70682e6c361a82d0f3e1db9a03.zip
git-8dc84fdc48a79c70682e6c361a82d0f3e1db9a03.tar.gz
git-8dc84fdc48a79c70682e6c361a82d0f3e1db9a03.tar.bz2
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/advice.c b/advice.c
index 2a52098..3eca9f5 100644
--- a/advice.c
+++ b/advice.c
@@ -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 */