* [PATCH 1/2] Documentation: config: add "browser.<tool>.path".
@ 2008-01-28 7:02 Christian Couder
2008-01-28 7:36 ` Junio C Hamano
0 siblings, 1 reply; 3+ messages in thread
From: Christian Couder @ 2008-01-28 7:02 UTC (permalink / raw)
To: Junio Hamano, Eric Wong; +Cc: git
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
---
Documentation/config.txt | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 877eda9..c2fedd1 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -367,6 +367,10 @@ branch.<name>.rebase::
it unless you understand the implications (see linkgit:git-rebase[1]
for details).
+browser.<tool>.path::
+ Override the path for the given tool that may be used to
+ browse help. See linkgit:git-help[1].
+
clean.requireForce::
A boolean to make git-clean do nothing unless given -f
or -n. Defaults to true.
--
1.5.4.rc4.16.g1009
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/2] Documentation: config: add "browser.<tool>.path".
2008-01-28 7:02 [PATCH 1/2] Documentation: config: add "browser.<tool>.path" Christian Couder
@ 2008-01-28 7:36 ` Junio C Hamano
2008-01-29 6:07 ` Christian Couder
0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2008-01-28 7:36 UTC (permalink / raw)
To: Christian Couder; +Cc: Eric Wong, git
Christian Couder <chriscool@tuxfamily.org> writes:
> Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
> ---
> Documentation/config.txt | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/Documentation/config.txt b/Documentation/config.txt
> index 877eda9..c2fedd1 100644
> --- a/Documentation/config.txt
> +++ b/Documentation/config.txt
> @@ -367,6 +367,10 @@ branch.<name>.rebase::
> it unless you understand the implications (see linkgit:git-rebase[1]
> for details).
>
> +browser.<tool>.path::
> + Override the path for the given tool that may be used to
> + browse help. See linkgit:git-help[1].
> +
Thanks.
I wonder if we want to stress the fact that this is about
rendering HTML version of the manual. IOW, the <tool>.path
is about the path the chosen HTML renderer program is at, and
not consulted at all unless "git help -w help" is run.
Also, do we want to list the repertoire of <tool>? Unlike
<name> in "remote.<name>.url" and "branch.<name>.remote", this
is not something the end user can arbitrarily name.
Incidentally, I notice that git-help manual page does not list
what browsers are supported (except that it hints that firefox
is usable by having an example "browser.firefox.path"), even
though it tells how the browser is picked via "*.browser".
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/2] Documentation: config: add "browser.<tool>.path".
2008-01-28 7:36 ` Junio C Hamano
@ 2008-01-29 6:07 ` Christian Couder
0 siblings, 0 replies; 3+ messages in thread
From: Christian Couder @ 2008-01-29 6:07 UTC (permalink / raw)
To: Junio C Hamano; +Cc: Eric Wong, git
Le lundi 28 janvier 2008, Junio C Hamano a écrit :
> Christian Couder <chriscool@tuxfamily.org> writes:
> >
> > +browser.<tool>.path::
> > + Override the path for the given tool that may be used to
> > + browse help. See linkgit:git-help[1].
> > +
>
> Thanks.
>
> I wonder if we want to stress the fact that this is about
> rendering HTML version of the manual. IOW, the <tool>.path
> is about the path the chosen HTML renderer program is at, and
> not consulted at all unless "git help -w help" is run.
>
> Also, do we want to list the repertoire of <tool>? Unlike
> <name> in "remote.<name>.url" and "branch.<name>.remote", this
> is not something the end user can arbitrarily name.
>
> Incidentally, I notice that git-help manual page does not list
> what browsers are supported (except that it hints that firefox
> is usable by having an example "browser.firefox.path"), even
> though it tells how the browser is picked via "*.browser".
It should be fixed in the following patch series.
Thanks,
Christian.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-01-29 6:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-28 7:02 [PATCH 1/2] Documentation: config: add "browser.<tool>.path" Christian Couder
2008-01-28 7:36 ` Junio C Hamano
2008-01-29 6:07 ` Christian Couder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).