summaryrefslogtreecommitdiff
path: root/advice.c
diff options
context:
space:
mode:
authorLibravatar Thomas Rast <trast@inf.ethz.ch>2013-07-31 22:23:31 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-07-31 15:20:07 -0700
commit8dc84fdc48a79c70682e6c361a82d0f3e1db9a03 (patch)
tree85570cad8f0677c27fea160da8987a5057ff8db0 /advice.c
parentMerge branch 'rr/rebase-autostash' (diff)
downloadtgif-8dc84fdc48a79c70682e6c361a82d0f3e1db9a03.tar.xz
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 2a52098a29..3eca9f5ffd 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 */