Merge with master
[tig] / tig.1
diff --git a/tig.1 b/tig.1
index b291fbb..8596483 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
@@ -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
 
@@ -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