aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-branch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-09-28 14:47:56 +0900
committerJunio C Hamano <gitster@pobox.com>2017-09-28 14:47:56 +0900
commit47d26f0a66de017d7516e3414517eb5898f3723f (patch)
treebd4fd8d9a82e5a614e369922f36515393f4c7db9 /Documentation/git-branch.txt
parentfdbe2ac1983c1224ce40b465b22e44d7e22de6c4 (diff)
parentc3342b362e77ad22b751e00fee00f96ea6ff0884 (diff)
downloadgit-47d26f0a66de017d7516e3414517eb5898f3723f.tar.gz
Merge branch 'ks/doc-use-camelcase-for-config-name'
Doc update. * ks/doc-use-camelcase-for-config-name: doc: camelCase the config variables to improve readability
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 e292737b9c..58f1e5c9c7 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::