Sync docs
authorJonas Fonseca <fonseca@diku.dk>
Wed, 17 May 2006 10:54:29 +0000 (12:54 +0200)
committerJonas Fonseca <fonseca@antimatter.localdomain>
Wed, 17 May 2006 10:54:29 +0000 (12:54 +0200)
README.html
tig.1
tig.1.html
tig.1.txt

index 58dd334..8635164 100644 (file)
@@ -3,7 +3,7 @@
 <p>Tig is a git repository browser that additionally can act as a pager for output\r
 of various git commands.</p>\r
 <p>When browsing repositories, it uses the underlying git commands to present the\r
-user with various views, such as summarized commit log and showing the commit\r
+user with various views, such as summarized revision log and showing the commit\r
 with the log message, diffstat, and the diff.</p>\r
 <p>Using it as a pager, it will display input from stdin and try to colorize it.</p>\r
 </div>\r
diff --git a/tig.1 b/tig.1
index b291fbb..4823742 100644 (file)
--- 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
 
index 8fa2ed7..6a834f1 100644 (file)
@@ -799,7 +799,7 @@ have a file named <em>master</em> it will clash with the reference named
 <em>master</em>, and thus you will have to use:</p>\r
 <div class="literalblock">\r
 <div class="content">\r
-<pre><tt>$ tag log -- master</tt></pre>\r
+<pre><tt>$ tig log -- master</tt></pre>\r
 </div></div>\r
 <div class="admonitionblock">\r
 <table><tr>\r
@@ -819,7 +819,7 @@ e.g. <tt>--since=1.month</tt> or limit by the number of commits using <tt>-n400<
 you can use:</p>\r
 <div class="literalblock">\r
 <div class="content">\r
-<pre><tt>$ tig -- --after=may.5th --before=2006-05-16.15:44</tt></pre>\r
+<pre><tt>$ tig -- --after=May.5th --before=2006-05-16.15:44</tt></pre>\r
 </div></div>\r
 <div class="admonitionblock">\r
 <table><tr>\r
@@ -827,7 +827,8 @@ you can use:</p>
 <div class="title">Note</div>\r
 </td>\r
 <td class="content">The dot (".") is used as a separator instead of a space to avoid\r
-having to quote the option value.</td>\r
+having to quote the option value. If you prefer use <tt>--after="May 5th"</tt>\r
+instead of <tt>--after="May 5th"</tt>.</td>\r
 </tr></table>\r
 </div>\r
 <h3>Limiting by commit ranges</h3>\r
@@ -925,7 +926,7 @@ gitview(1): git repository browser written using python/gtk.</div></div>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 16-May-2006 20:10:45 CEST\r
+Last updated 17-May-2006 12:54:05 CEST\r
 </div>\r
 </div>\r
 </body>\r
index ce0e353..0f84af0 100644 (file)
--- 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
 ~~~~~~~~~~~~~~~~~~~~~~~~~