Merge branch 'cc/help'
authorJunio C Hamano <gitster@pobox.com>
Sat, 15 Mar 2008 08:10:32 +0000 (01:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 15 Mar 2008 08:10:32 +0000 (01:10 -0700)
* cc/help:
Documentation/git-help: typofix
help: warn if specified 'man.viewer' is unsupported, instead of erroring out
Documentation: help: explain 'man.viewer' multiple values
help: implement multi-valued "man.viewer" config option
Documentation: help: describe 'man.viewer' config variable
help: add "man.viewer" config var to use "woman" or "konqueror"

1  2 
Documentation/config.txt
diff --combined Documentation/config.txt
index ed2cb832b96f3ef6354f924bf856bcbe74f5583d,ae1486da3d812e16e35c5ffbe2e03f12bbde0774..0865f4e01a7d37c102dced01120798b79af4f4b1
@@@ -420,11 -420,6 +420,11 @@@ branch.<name>.rebase:
        it unless you understand the implications (see linkgit:git-rebase[1]
        for details).
  
 +browser.<tool>.cmd::
 +      Specify the command to invoke the specified browser. The
 +      specified command is evaluated in shell with the URLs passed
 +      as arguments. (See linkgit:git-web--browse[1].)
 +
  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]) or a
@@@ -595,10 -590,6 +595,10 @@@ gc.packrefs:
        at some stage, and setting this to `false` will continue to
        prevent `git pack-refs` from being run from `git gc`.
  
 +gc.pruneexpire::
 +      When `git gc` is run, it will call `prune --expire 2.weeks.ago`.
 +      Override the grace period with this config variable.
 +
  gc.reflogexpire::
        `git reflog expire` removes reflog entries older than
        this time; defaults to 90 days.
@@@ -757,6 -748,10 +757,10 @@@ log.showroot:
        Tools like linkgit:git-log[1] or linkgit:git-whatchanged[1], which
        normally hide the root commit will now show it. True by default.
  
+ man.viewer::
+       Specify the programs that may be used to display help in the
+       'man' format. See linkgit:git-help[1].
  merge.summary::
        Whether to include summaries of merged commits in newly created
        merge commit messages. False by default.
@@@ -869,7 -864,7 +873,7 @@@ pack.indexVersion:
        whenever the corresponding pack is larger than 2 GB.  Otherwise
        the default is 1.
  
 -pack.packSizeLimit:
 +pack.packSizeLimit::
        The default maximum size of a pack.  This setting only affects
        packing to a file, i.e. the git:// protocol is unaffected.  It
        can be overridden by the `\--max-pack-size` option of