Merge branch 'ks/doc-use-camelcase-for-config-name'
authorJunio C Hamano <gitster@pobox.com>
Thu, 28 Sep 2017 05:47:56 +0000 (14:47 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Sep 2017 05:47:56 +0000 (14:47 +0900)
Doc update.

* ks/doc-use-camelcase-for-config-name:
doc: camelCase the config variables to improve readability

1  2 
Documentation/git-branch.txt
index e292737b9c5ab65d53ed3caf2e553a7e7e098fb5,7463dc44a71a897f3c3aa8eda76e7711f263b118..58f1e5c9c74e187449d6721b4d4322e9cb4733eb
@@@ -92,10 -92,10 +92,10 @@@ OPTION
        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::
@@@ -195,8 -195,10 +195,8 @@@ start-point is either a local or remote
        branch.autoSetupMerge configuration variable is true.
  
  --set-upstream::
 -      If specified branch does not exist yet or if `--force` has been
 -      given, acts exactly like `--track`. Otherwise sets up configuration
 -      like `--track` would when creating the branch, except that where
 -      branch points to is not changed.
 +      As this option had confusing syntax, it is no longer supported.
 +      Please use `--track` or `--set-upstream-to` instead.
  
  -u <upstream>::
  --set-upstream-to=<upstream>::