X-Git-Url: https://git.distorted.org.uk/~mdw/tig/blobdiff_plain/9c0c0f26b0be0e2768b22f8aec28dd62068e5f4e..c03eff69f9e4cf0cfea0e62f9774e9176f8eb8c8:/tig.1.html diff --git a/tig.1.html b/tig.1.html index 8fa2ed7..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.

@@ -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

@@ -921,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.