summaryrefslogtreecommitdiff
path: root/Documentation/git-branch.txt
diff options
context:
space:
mode:
authorKaartic Sivaraam <kaarticsivaraam91196@gmail.com>2017-09-23 04:56:17 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-09-25 07:11:56 (GMT)
commitc3342b362e77ad22b751e00fee00f96ea6ff0884 (patch)
tree614d76d24d985c0b149c181e73734640b0bfbafc /Documentation/git-branch.txt
parent94c9fd268d4287f6fbfef84793288479905a7e48 (diff)
downloadgit-c3342b362e77ad22b751e00fee00f96ea6ff0884.zip
git-c3342b362e77ad22b751e00fee00f96ea6ff0884.tar.gz
git-c3342b362e77ad22b751e00fee00f96ea6ff0884.tar.bz2
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>
Diffstat (limited to 'Documentation/git-branch.txt')
-rw-r--r--Documentation/git-branch.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt
index d0b3358..7463dc4 100644
--- a/Documentation/git-branch.txt
+++ b/Documentation/git-branch.txt
@@ -92,10 +92,10 @@ OPTIONS
all changes made to the branch ref, enabling use of date
based sha1 expressions such as "<branchname>@\{yesterday}".
Note that in non-bare repositories, reflogs are usually
- enabled by default by the `core.logallrefupdates` config option.
+ enabled by default by the `core.logAllRefUpdates` config option.
The negated form `--no-create-reflog` only overrides an earlier
`--create-reflog`, but currently does not negate the setting of
- `core.logallrefupdates`.
+ `core.logAllRefUpdates`.
-f::
--force::