From 562355762b4c6fd37e5a8c2383278587efa447d6 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Wed, 17 May 2006 12:54:29 +0200 Subject: [PATCH] Sync docs --- README.html | 2 +- tig.1 | 6 +++--- tig.1.html | 9 +++++---- tig.1.txt | 7 ++++--- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/README.html b/README.html index 58dd334..8635164 100644 --- a/README.html +++ b/README.html @@ -3,7 +3,7 @@

Tig is a git repository browser that additionally can act as a pager for output of various git commands.

When browsing repositories, it uses the underlying git commands to present the -user with various views, such as summarized commit log and showing the commit +user with various views, such as summarized revision log and showing the commit with the log message, diffstat, and the diff.

Using it as a pager, it will display input from stdin and try to colorize it.

diff --git a/tig.1 b/tig.1 index b291fbb..4823742 100644 --- a/tig.1 +++ b/tig.1 @@ -345,7 +345,7 @@ $ tig log Makefile To avoid ambiguity with repository references such as tag name, be sure to separate file names from other git options using "\-\-"\&. So if you have a file named \fImaster\fR it will clash with the reference named \fImaster\fR, and thus you will have to use: .nf -$ tag log \-\- master +$ tig log \-\- master .fi .RS @@ -365,14 +365,14 @@ To speed up interaction with git, you can limit the amount of commits to show bo If you are only interested in changed that happened between two dates you can use: .nf -$ tig \-\- \-\-after=may\&.5th \-\-before=2006\-05\-16\&.15:44 +$ tig \-\- \-\-after=May\&.5th \-\-before=2006\-05\-16\&.15:44 .fi .RS .Sh "Note" -The dot ("\&.") is used as a separator instead of a space to avoid having to quote the option value\&. +The dot ("\&.") is used as a separator instead of a space to avoid having to quote the option value\&. If you prefer use \-\-after="May 5th" instead of \-\-after="May 5th"\&. .RE diff --git a/tig.1.html b/tig.1.html index 8fa2ed7..6a834f1 100644 --- a/tig.1.html +++ b/tig.1.html @@ -799,7 +799,7 @@ have a file named master it will clash with the reference named master, and thus you will have to use:

-
$ tag log -- master
+
$ tig log -- master
@@ -819,7 +819,7 @@ e.g. --since=1.month or limit by the number of commits using -n400< you can use:

-
$ tig -- --after=may.5th --before=2006-05-16.15:44
+
$ tig -- --after=May.5th --before=2006-05-16.15:44
@@ -827,7 +827,8 @@ you can use:

Note
+having to quote the option value. If you prefer use --after="May 5th" +instead of --after="May 5th".
The dot (".") is used as a separator instead of a space to avoid -having to quote the option value.

Limiting by commit ranges

@@ -925,7 +926,7 @@ gitview(1): git repository browser written using python/gtk. diff --git a/tig.1.txt b/tig.1.txt index ce0e353..0f84af0 100644 --- a/tig.1.txt +++ b/tig.1.txt @@ -280,7 +280,7 @@ to separate file names from other git options using "\--". So if you have a file named 'master' it will clash with the reference named 'master', and thus you will have to use: - $ tag log -- master + $ tig log -- master NOTE: For the main view, avoiding ambiguity will in some cases require you to specify two "\--" options. The first will make tig(1) stop @@ -295,10 +295,11 @@ e.g. `--since=1.month` or limit by the number of commits using `-n400`. If you are only interested in changed that happened between two dates you can use: - $ tig -- --after=may.5th --before=2006-05-16.15:44 + $ tig -- --after=May.5th --before=2006-05-16.15:44 NOTE: The dot (".") is used as a separator instead of a space to avoid -having to quote the option value. +having to quote the option value. If you prefer use `--after="May 5th"` +instead of `--after="May 5th"`. Limiting by commit ranges ~~~~~~~~~~~~~~~~~~~~~~~~~ -- 2.11.0