doc: camelCase the config variables to improve readability
authorKaartic Sivaraam <kaarticsivaraam91196@gmail.com>
Sat, 23 Sep 2017 04:56:17 +0000 (10:26 +0530)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Sep 2017 07:11:56 +0000 (16:11 +0900)
commitc3342b362e77ad22b751e00fee00f96ea6ff0884
tree614d76d24d985c0b149c181e73734640b0bfbafc
parent94c9fd268d4287f6fbfef84793288479905a7e48
doc: camelCase the config variables to improve readability

References to multi-word configuration variable names in our
documentation must consistently use camelCase to highlight where
the word boundaries are, even though these are treated case
insensitively.

Fix a few places that spell them in all lowercase, which makes
them harder to read.

Signed-off-by: Kaartic Sivaraam <kaarticsivaraam91196@gmail.com>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-branch.txt
Documentation/git-tag.txt