chiark / gitweb /
Sync docs
authorJonas Fonseca <fonseca@diku.dk>
Wed, 17 May 2006 16:10:57 +0000 (18:10 +0200)
committerJonas Fonseca <fonseca@antimatter.localdomain>
Wed, 17 May 2006 16:10:57 +0000 (18:10 +0200)
tig.1
tig.1.html
tig.1.txt

diff --git a/tig.1 b/tig.1
index 4823742ff1a42848c243455a7e376c109ec9a98c..85964834274c10ba79483bc7e86e82181e56235d 100644 (file)
--- a/tig.1
+++ b/tig.1
@@ -189,7 +189,7 @@ tig(1) presents various \fIviews\fR of a repository\&. Each view is based on out
 
 .TP
 The main view
-Is the default view, and it shows a one line summary of each commit in the chosen list of revision\&. The summary includes commit date, author, and the first line of the log message\&. Additionally, any repository references, such as tags, will be shown\&.
+Is the default view, and it shows a one line summary of each commit in the chosen list of revisions\&. The summary includes commit date, author, and the first line of the log message\&. Additionally, any repository references, such as tags, will be shown\&.
 
 .TP
 The log view
@@ -465,6 +465,7 @@ This program is free software; you can redistribute it and/or modify it under th
 git(7): \fIhttp://www.kernel.org/pub/software/scm/git/docs/\fR,
 cogito(7): \fIhttp://www.kernel.org/pub/software/scm/cogito/docs/\fR
 gitk(1): git repository browser written using tcl/tk,
+qgit(1): git repository browser written using c++/Qt,
 gitview(1): git repository browser written using python/gtk\&.
 .fi
 
index 6a834f1b6b53290bbbe31dec21478d5a188a9d55..e1d0948cd6ef0ecf3a2f540f86bf6da36741ba8b 100644 (file)
@@ -505,7 +505,7 @@ The main view
 <dd>\r
 <p>\r
         Is the default view, and it shows a one line summary of each commit\r
-        in the chosen list of revision. The summary includes commit date,\r
+        in the chosen list of revisions. The summary includes commit date,\r
         author, and the first line of the log message. Additionally, any\r
         repository references, such as tags, will be shown.\r
 </p>\r
@@ -922,11 +922,12 @@ the Free Software Foundation; either version 2 of the License, or
 <div class="content"><a href="http://www.kernel.org/pub/software/scm/git/docs/">git(7)</a>,\r
 <a href="http://www.kernel.org/pub/software/scm/cogito/docs/">cogito(7)</a>\r
 gitk(1): git repository browser written using tcl/tk,\r
+qgit(1): git repository browser written using c++/Qt,\r
 gitview(1): git repository browser written using python/gtk.</div></div>\r
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 17-May-2006 12:54:05 CEST\r
+Last updated 17-May-2006 18:10:38 CEST\r
 </div>\r
 </div>\r
 </body>\r
index 0f84af0216d9487e54aa53939a4a561e4f2eabe8..1d2d1eb1b98d2e5607ee9b266a70670d0c8b08c6 100644 (file)
--- a/tig.1.txt
+++ b/tig.1.txt
@@ -159,7 +159,7 @@ from an external command, most often 'git log', 'git diff', or 'git show'.
 
 The main view::
        Is the default view, and it shows a one line summary of each commit
-       in the chosen list of revision. The summary includes commit date,
+       in the chosen list of revisions. The summary includes commit date,
        author, and the first line of the log message. Additionally, any
        repository references, such as tags, will be shown.
 
@@ -381,5 +381,6 @@ SEE ALSO
 link:http://www.kernel.org/pub/software/scm/git/docs/[git(7)],
 link:http://www.kernel.org/pub/software/scm/cogito/docs/[cogito(7)]
 gitk(1): git repository browser written using tcl/tk,
+qgit(1): git repository browser written using c++/Qt,
 gitview(1): git repository browser written using python/gtk.