Git development
 help / color / mirror / Atom feed
* [PATCH 0/2] Reliably open the installed HTML docs from git-gui
@ 2009-04-05  1:33 Markus Heidelberg
  2009-04-05  1:35 ` [PATCH 1/2] add --html-path to get the location of installed HTML docs Markus Heidelberg
  2009-04-05  1:48 ` [PATCH 2/2 resend] git-gui: use `git --html-path` " Markus Heidelberg
  0 siblings, 2 replies; 4+ messages in thread
From: Markus Heidelberg @ 2009-04-05  1:33 UTC (permalink / raw)
  To: Junio C Hamano, Shawn O. Pearce; +Cc: git

The path to the installed HTML documentation has to be queried, so that git-gui
is able to open it for viewing. This doesn't really work currently, because a
hardcoded path is used.

Markus Heidelberg (2):
  add --html-path to get the location of installed HTML docs
  git-gui: use `git --html-path` to get the location of installed HTML docs

 Documentation/git.txt                  |    6 +++++-
 Makefile                               |    1 +
 contrib/completion/git-completion.bash |    1 +
 exec_cmd.c                             |    6 ++++++
 git.c                                  |    5 ++++-
 perl/Git.pm                            |   12 +++++++++++-
 git-gui/git-gui.sh                     |   33 +++++++++++++++++++++++++++++----
 7 files changed, 57 insertions(+), 7 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-04-05  2:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-05  1:33 [PATCH 0/2] Reliably open the installed HTML docs from git-gui Markus Heidelberg
2009-04-05  1:35 ` [PATCH 1/2] add --html-path to get the location of installed HTML docs Markus Heidelberg
2009-04-05  2:15   ` [PATCH v2 " Markus Heidelberg
2009-04-05  1:48 ` [PATCH 2/2 resend] git-gui: use `git --html-path` " Markus Heidelberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox