From: Jonas Fonseca Date: Wed, 17 May 2006 16:10:57 +0000 (+0200) Subject: Sync docs X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/tig/commitdiff_plain/e7a724d902feb81f1cb009d48316aac6de2b5cf8 Sync docs --- diff --git a/tig.1 b/tig.1 index 4823742..8596483 100644 --- 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 diff --git a/tig.1.html b/tig.1.html index 6a834f1..e1d0948 100644 --- a/tig.1.html +++ b/tig.1.html @@ -505,7 +505,7 @@ 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.

@@ -922,11 +922,12 @@ the Free Software Foundation; either version 2 of the License, or
git(7), 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.
diff --git a/tig.1.txt b/tig.1.txt index 0f84af0..1d2d1eb 100644 --- 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.