$ tag log -- master+
$ tig log -- master
From: Jonas Fonseca Tig is a git repository browser that additionally can act as a pager for output
of various git commands. When browsing repositories, it uses the underlying git commands to present the
-user with various views, such as summarized commit log and showing the commit
+user with various views, such as summarized revision log and showing the commit
with the log message, diffstat, and the diff. Using it as a pager, it will display input from stdin and try to colorize it.
$ tag log -- master+
$ tig log -- master
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".