From: Junio C Hamano Date: Fri, 9 May 2008 03:06:11 +0000 (-0700) Subject: Merge branch 'cc/help' X-Git-Tag: v1.5.6-rc0~82 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d576c45aae8479e6a50ae183e3a6ef4d6b42489f?ds=inline;hp=-c Merge branch 'cc/help' * cc/help: documentation: web--browse: add a note about konqueror documentation: help: add info about "man..cmd" config var help: use "man..cmd" as custom man viewer command documentation: help: add "man..path" config variable help: use man viewer path from "man..path" config var --- d576c45aae8479e6a50ae183e3a6ef4d6b42489f diff --combined Documentation/config.txt index c4d6ccdf27,3b65c07517..7a91ac16fb --- a/Documentation/config.txt +++ b/Documentation/config.txt @@@ -234,13 -234,7 +234,13 @@@ core.worktree: used in combination with repositories found automatically in a .git directory (i.e. $GIT_DIR is not set). This can be overridden by the GIT_WORK_TREE environment - variable and the '--work-tree' command line option. + variable and the '--work-tree' command line option. It can be + a absolute path or relative path to the directory specified by + --git-dir or GIT_DIR. + Note: If --git-dir or GIT_DIR are specified but none of + --work-tree, GIT_WORK_TREE and core.worktree is specified, + the current working directory is regarded as the top directory + of your working tree. core.logAllRefUpdates:: Enable the reflog. Updates to a ref is logged to the file @@@ -684,36 -678,6 +684,36 @@@ specified as 'gitcvs...recursive: performing an internal merge between common ancestors. See linkgit:gitattributes[5] for details. + man..cmd:: + Specify the command to invoke the specified man viewer. The + specified command is evaluated in shell with the man page + passed as argument. (See linkgit:git-help[1].) + + man..path:: + Override the path for the given tool that may be used to + display help in the 'man' format. See linkgit:git-help[1]. + mergetool..path:: Override the path for the given tool. This is useful in case your tool is not in the PATH. @@@ -951,10 -924,6 +960,10 @@@ remote..push: The default set of "refspec" for linkgit:git-push[1]. See linkgit:git-push[1]. +remote..mirror:: + If true, pushing to this remote will automatically behave + as if the `\--mirror` option was given on the command line. + remote..skipDefaultUpdate:: If true, this remote will be skipped by default when updating using the update subcommand of linkgit:git-remote[1].