git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] git-help: add new options -w (for web) and -i (for info)
@ 2007-12-02  5:03 Christian Couder
  0 siblings, 0 replies; only message in thread
From: Christian Couder @ 2007-12-02  5:03 UTC (permalink / raw)
  To: Junio Hamano
  Cc: git, Theodore Tso, Jakub Narebski, Alex Riesen, Andreas Ericsson,
	Matthieu Moy, Eric Wong

Hi,

Here are the changes since my last RFC/PATCH:

[PATCH 1/3] git-help: add -i|--info option to display info page:

- info is now in a separate patch

[PATCH 2/3] git-help: add -w|--web option to display html man page in a browser.

- git-html-help.sh has been renamed git-browse-help.sh
- use web.browser config option instead of web.tool
- look up for the following documentation directories:
	"$PREFIX/share/doc/git-doc"
	"$PREFIX/share/doc/git-core-$GIT_VERSION"
not only the first one 
- add links, lynx and dillo has possible browsers
- git-browse-help.sh accept both -b|--browser and -t|--tool to specify
a browser (to be consistent with both git-mergetool and git-instaweb)
- improved launching of firefox|iceweasel and konqueror

[PATCH 3/3] Use {web,instaweb,help}.browser config options.

- improve consistent use of config options between git-browse-help and
git-instaweb

Thanks for your reviews,
Christian.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-02  4:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-02  5:03 [PATCH 0/3] git-help: add new options -w (for web) and -i (for info) 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).