Sync docs release
authorJonas Fonseca <fonseca@diku.dk>
Sun, 24 Sep 2006 23:15:36 +0000 (01:15 +0200)
committerJonas Fonseca <fonseca@antimatter.localdomain>
Sun, 24 Sep 2006 23:15:36 +0000 (01:15 +0200)
README.html
manual.html
tig.1
tig.1.html

index 2501670..ed44ed4 100644 (file)
@@ -15,22 +15,28 @@ with the log message, diffstat, and the diff.</p>
 <ul>\r
 <li>\r
 <p>\r
-Homepage: <a href="http://jonas.nitro.dk/tig">http://jonas.nitro.dk/tig</a>\r
+Homepage:    <a href="http://jonas.nitro.dk/tig">http://jonas.nitro.dk/tig</a>\r
 </p>\r
 </li>\r
 <li>\r
 <p>\r
-Releases: <a href="http://jonas.nitro.dk/tig/releases">http://jonas.nitro.dk/tig/releases</a>\r
+Manual:      <a href="http://jonas.nitro.dk/tig/manual.html">http://jonas.nitro.dk/tig/manual.html</a>\r
 </p>\r
 </li>\r
 <li>\r
 <p>\r
-Git URL:  <a href="http://jonas.nitro.dk/tig/tig.git">http://jonas.nitro.dk/tig/tig.git</a>\r
+Releases:    <a href="http://jonas.nitro.dk/tig/releases">http://jonas.nitro.dk/tig/releases</a>\r
 </p>\r
 </li>\r
 <li>\r
 <p>\r
-Gitweb: <a href="http://pasky.or.cz/gitweb.cgi?p=tig.git;a=summary">http://pasky.or.cz/gitweb.cgi?p=tig.git;a=summary</a>\r
+Git URL:     <a href="http://jonas.nitro.dk/tig/tig.git">http://jonas.nitro.dk/tig/tig.git</a> or\r
+                git://repo.or.cz/tig.git\r
+</p>\r
+</li>\r
+<li>\r
+<p>\r
+Gitweb:      <a href="http://repo.or.cz/?p=tig.git;a=summary">http://repo.or.cz/?p=tig.git;a=summary</a>\r
 </p>\r
 </li>\r
 </ul>\r
@@ -51,6 +57,10 @@ available either in the tarballs or in the above repository in the branch named
 <div class="content">\r
 <pre><tt>$ make install-docs</tt></pre>\r
 </div></div>\r
+<p>Edit the Makefile if you need to configure specific compiler or linker flags.\r
+On FreeBSD for example the c library does not support the iconv interface and\r
+to compile tig you need to append <tt>-L/usr/local/lib -liconv</tt> to <tt>LDLIBS</tt> and\r
+<tt>-I/usr/local/include</tt> to the <tt>CFLAGS</tt> variable.</p>\r
 <p>The following tools and packages are needed:</p>\r
 <div class="tableblock">\r
 <table rules="none"\r
@@ -87,6 +97,14 @@ cellspacing="0" cellpadding="4">
   </tr>\r
   <tr>\r
     <td align="left">\r
+    iconv\r
+    </td>\r
+    <td align="left">\r
+    If iconv is not provided by the c library                                 you need to change the Makefile to link it                                 into the binary.\r
+    </td>\r
+  </tr>\r
+  <tr>\r
+    <td align="left">\r
     asciidoc (&gt;= 7.0), xmlto\r
     </td>\r
     <td align="left">\r
index 2ee686d..43a2b14 100644 (file)
@@ -306,6 +306,11 @@ commit with the log message, diffstat, and the diff.</p>
 <a href="#history-commands">History Commands</a>\r
 </p>\r
 </li>\r
+<li>\r
+<p>\r
+<a href="#tree-commands">Tree Commands</a>\r
+</p>\r
+</li>\r
 </ul>\r
 </li>\r
 <li>\r
@@ -518,6 +523,28 @@ TIG_MAIN_CMD
 </p>\r
 </dd>\r
 </dl>\r
+<h3><a id="tree-commands"></a>2.3. Tree Commands</h3>\r
+<dl>\r
+<dt>\r
+TIG_TREE_CMD\r
+</dt>\r
+<dd>\r
+<p>\r
+        The command used for the tree view. Takes two arguments, the first\r
+        is the revision ID and the second is the path of the directory tree,\r
+        empty for the root directory. Defaults to "git ls-tree %s %s".\r
+</p>\r
+</dd>\r
+<dt>\r
+TIG_BLOB_CMD\r
+</dt>\r
+<dd>\r
+<p>\r
+        The command used for the blob view. Takes one argument which is\r
+        the blob ID. Defaults to "git cat-file blob %s".\r
+</p>\r
+</dd>\r
+</dl>\r
 </div>\r
 <h2><a id="viewer"></a>3. The Viewer</h2>\r
 <div class="sectionbody">\r
@@ -1164,27 +1191,28 @@ the Free Software Foundation; either version 2 of the License, or
 <ul>\r
 <li>\r
 <p>\r
-Homepage: <a href="http://jonas.nitro.dk/tig">http://jonas.nitro.dk/tig</a>\r
+Homepage:    <a href="http://jonas.nitro.dk/tig">http://jonas.nitro.dk/tig</a>\r
 </p>\r
 </li>\r
 <li>\r
 <p>\r
-Manual: <a href="http://jonas.nitro.dk/tig/manual.html">http://jonas.nitro.dk/tig/manual.html</a>\r
+Manual:      <a href="http://jonas.nitro.dk/tig/manual.html">http://jonas.nitro.dk/tig/manual.html</a>\r
 </p>\r
 </li>\r
 <li>\r
 <p>\r
-Releases: <a href="http://jonas.nitro.dk/tig/releases">http://jonas.nitro.dk/tig/releases</a>\r
+Releases:    <a href="http://jonas.nitro.dk/tig/releases">http://jonas.nitro.dk/tig/releases</a>\r
 </p>\r
 </li>\r
 <li>\r
 <p>\r
-Git URL:  <a href="http://jonas.nitro.dk/tig/tig.git">http://jonas.nitro.dk/tig/tig.git</a>\r
+Git URL:     <a href="http://jonas.nitro.dk/tig/tig.git">http://jonas.nitro.dk/tig/tig.git</a> or\r
+                git://repo.or.cz/tig.git\r
 </p>\r
 </li>\r
 <li>\r
 <p>\r
-Gitweb: <a href="http://pasky.or.cz/gitweb.cgi?p=tig.git;a=summary">http://pasky.or.cz/gitweb.cgi?p=tig.git;a=summary</a>\r
+Gitweb:      <a href="http://repo.or.cz/?p=tig.git;a=summary">http://repo.or.cz/?p=tig.git;a=summary</a>\r
 </p>\r
 </li>\r
 </ul>\r
@@ -1222,7 +1250,7 @@ gitview(1)
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 18-Sep-2006 18:23:56 CEST\r
+Last updated 25-Sep-2006 01:14:32 CEST\r
 </div>\r
 </div>\r
 </body>\r
diff --git a/tig.1 b/tig.1
index e8f7262..53fd6cb 100644 (file)
--- a/tig.1
+++ b/tig.1
@@ -174,9 +174,9 @@ Manual: http://jonas\&.nitro\&.dk/tig/manual\&.html: \fIhttp://jonas.nitro.dk/ti
 Releases: http://jonas\&.nitro\&.dk/tig/releases: \fIhttp://jonas.nitro.dk/tig/releases\fR 
 .TP
 \(bu
-Git URL: http://jonas\&.nitro\&.dk/tig/tig\&.git: \fIhttp://jonas.nitro.dk/tig/tig.git\fR 
+Git URL: http://jonas\&.nitro\&.dk/tig/tig\&.git: \fIhttp://jonas.nitro.dk/tig/tig.git\fR or git://repo\&.or\&.cz/tig\&.git
 .TP
 \(bu
-Gitweb: http://pasky\&.or\&.cz/gitweb\&.cgi?p=tig\&.git;a=summary: \fIhttp://pasky.or.cz/gitweb.cgi?p=tig.git;a=summary\fR 
+Gitweb: http://repo\&.or\&.cz/?p=tig\&.git;a=summary: \fIhttp://repo.or.cz/?p=tig.git;a=summary\fR 
 .LP
 
index 06ded8c..ae14630 100644 (file)
@@ -516,34 +516,35 @@ gitk(1), qgit(1), gitview(1).</p>
 <ul>\r
 <li>\r
 <p>\r
-Homepage: <a href="http://jonas.nitro.dk/tig">http://jonas.nitro.dk/tig</a>\r
+Homepage:    <a href="http://jonas.nitro.dk/tig">http://jonas.nitro.dk/tig</a>\r
 </p>\r
 </li>\r
 <li>\r
 <p>\r
-Manual: <a href="http://jonas.nitro.dk/tig/manual.html">http://jonas.nitro.dk/tig/manual.html</a>\r
+Manual:      <a href="http://jonas.nitro.dk/tig/manual.html">http://jonas.nitro.dk/tig/manual.html</a>\r
 </p>\r
 </li>\r
 <li>\r
 <p>\r
-Releases: <a href="http://jonas.nitro.dk/tig/releases">http://jonas.nitro.dk/tig/releases</a>\r
+Releases:    <a href="http://jonas.nitro.dk/tig/releases">http://jonas.nitro.dk/tig/releases</a>\r
 </p>\r
 </li>\r
 <li>\r
 <p>\r
-Git URL:  <a href="http://jonas.nitro.dk/tig/tig.git">http://jonas.nitro.dk/tig/tig.git</a>\r
+Git URL:     <a href="http://jonas.nitro.dk/tig/tig.git">http://jonas.nitro.dk/tig/tig.git</a> or\r
+                git://repo.or.cz/tig.git\r
 </p>\r
 </li>\r
 <li>\r
 <p>\r
-Gitweb: <a href="http://pasky.or.cz/gitweb.cgi?p=tig.git;a=summary">http://pasky.or.cz/gitweb.cgi?p=tig.git;a=summary</a>\r
+Gitweb:      <a href="http://repo.or.cz/?p=tig.git;a=summary">http://repo.or.cz/?p=tig.git;a=summary</a>\r
 </p>\r
 </li>\r
 </ul>\r
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 18-Sep-2006 18:23:50 CEST\r
+Last updated 25-Sep-2006 01:14:26 CEST\r
 </div>\r
 </div>\r
 </body>\r