From 60e10e16c82e25bf2d52a3def45c93633e3c2b5c Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Mon, 25 Sep 2006 01:15:36 +0200 Subject: [PATCH] Sync docs --- README.html | 26 ++++++++++++++++++++++---- manual.html | 40 ++++++++++++++++++++++++++++++++++------ tig.1 | 4 ++-- tig.1.html | 13 +++++++------ 4 files changed, 65 insertions(+), 18 deletions(-) diff --git a/README.html b/README.html index 2501670..ed44ed4 100644 --- a/README.html +++ b/README.html @@ -15,22 +15,28 @@ with the log message, diffstat, and the diff.

@@ -51,6 +57,10 @@ available either in the tarballs or in the above repository in the branch named
$ make install-docs
+

Edit the Makefile if you need to configure specific compiler or linker flags. +On FreeBSD for example the c library does not support the iconv interface and +to compile tig you need to append -L/usr/local/lib -liconv to LDLIBS and +-I/usr/local/include to the CFLAGS variable.

The following tools and packages are needed:

+ + + +
+ iconv + + If iconv is not provided by the c library you need to change the Makefile to link it into the binary. +
asciidoc (>= 7.0), xmlto diff --git a/manual.html b/manual.html index 2ee686d..43a2b14 100644 --- a/manual.html +++ b/manual.html @@ -306,6 +306,11 @@ commit with the log message, diffstat, and the diff.

History Commands

+
  • +

    +Tree Commands +

    +
  • @@ -518,6 +523,28 @@ TIG_MAIN_CMD

    +

    2.3. Tree Commands

    +
    +
    +TIG_TREE_CMD +
    +
    +

    + The command used for the tree view. Takes two arguments, the first + is the revision ID and the second is the path of the directory tree, + empty for the root directory. Defaults to "git ls-tree %s %s". +

    +
    +
    +TIG_BLOB_CMD +
    +
    +

    + The command used for the blob view. Takes one argument which is + the blob ID. Defaults to "git cat-file blob %s". +

    +
    +

    3. The Viewer

    @@ -1164,27 +1191,28 @@ the Free Software Foundation; either version 2 of the License, or @@ -1222,7 +1250,7 @@ gitview(1)
    diff --git a/tig.1 b/tig.1 index e8f7262..53fd6cb 100644 --- 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 diff --git a/tig.1.html b/tig.1.html index 06ded8c..ae14630 100644 --- a/tig.1.html +++ b/tig.1.html @@ -516,34 +516,35 @@ gitk(1), qgit(1), gitview(1).

    -- 2.11.0