summaryrefslogtreecommitdiffstats
path: root/git-web--browse.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-05-09 05:46:08 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-05-09 05:46:08 +0000
commit6d76d61fb621d158ee26238e735e282e33fb1a81 (patch)
treeedcabf096615344f6d597c38b9faf68b26ba024d /git-web--browse.html
parent47d68a53947d51de4f67b6b7e4e7f76e71e16fb5 (diff)
downloadgit-htmldocs-6d76d61fb621d158ee26238e735e282e33fb1a81.tar.gz
Autogenerated HTML docs for v1.5.5.1-178-g1f81
Diffstat (limited to 'git-web--browse.html')
-rw-r--r--git-web--browse.html23
1 files changed, 21 insertions, 2 deletions
diff --git a/git-web--browse.html b/git-web--browse.html
index 888590942..ebc92fb09 100644
--- a/git-web--browse.html
+++ b/git-web--browse.html
@@ -293,7 +293,7 @@ iceweasel
</li>
<li>
<p>
-konqueror (this is the default under KDE)
+konqueror (this is the default under KDE, see <em>Note about konqueror</em> below)
</p>
</li>
<li>
@@ -374,6 +374,25 @@ not among the supported ones, then the corresponding
variable exists then "git web--browse" will treat the specified tool
as a custom command and will use a shell eval to run the command with
the URLs passed as arguments.</p>
+</div>
+<h2>Note about konqueror</h2>
+<div class="sectionbody">
+<p>When <em>konqueror</em> is specified by the a command line option or a
+configuration variable, we launch <em>kfmclient</em> to try to open the HTML
+man page on an already opened konqueror in a new tab if possible.</p>
+<p>For consistency, we also try such a trick if <em>brower.konqueror.path</em> is
+set to something like <em>A_PATH_TO/konqueror</em>. That means we will try to
+launch <em>A_PATH_TO/kfmclient</em> instead.</p>
+<p>If you really want to use <em>konqueror</em>, then you can use something like
+the following:</p>
+<div class="listingblock">
+<div class="content">
+<pre><tt> [web]
+ browser = konq
+
+ [browser "konq"]
+ cmd = A_PATH_TO/konqueror</tt></pre>
+</div></div>
<h3>Note about git config --global</h3>
<p>Note that these configuration variables should probably be set using
the <em>--global</em> flag, for example like this:</p>
@@ -400,7 +419,7 @@ git-list &lt;git@vger.kernel.org&gt;.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 14-Mar-2008 08:58:16 UTC
+Last updated 09-May-2008 05:45:39 UTC
</div>
</div>
</body>