Code

man pages are littered with .ft C and others
[git.git] / Documentation / config.txt
index 477b2d913897ab65debcf48f27b57b319b3beec6..6d8cca46ab934826a84647cbd6e441fee286f330 100644 (file)
@@ -333,7 +333,7 @@ branch.autosetupmerge::
        so that linkgit:git-pull[1] will appropriately merge from that
        remote branch.  Note that even if this option is not set,
        this behavior can be chosen per-branch using the `--track`
-       and `--no-track` options.  This option defaults to false.
+       and `--no-track` options.  This option defaults to true.
 
 branch.<name>.remote::
        When in branch <name>, it tells `git fetch` which remote to fetch.
@@ -369,7 +369,8 @@ branch.<name>.rebase::
 
 browser.<tool>.path::
        Override the path for the given tool that may be used to
-       browse HTML help. See '-w' option in linkgit:git-help[1].
+       browse HTML help (see '-w' option in linkgit:git-help[1]) or a
+       working repository in gitweb (see linkgit:git-instaweb[1]).
 
 clean.requireForce::
        A boolean to make git-clean do nothing unless given -f