Documentation: revamp gitk(1)
commit744db23c2d4399ff345a0ef6f2407c9a494d91dd
authorThomas Rast <trast@inf.ethz.ch>
Sun, 20 Oct 2013 16:57:41 +0000 (20 18:57 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Oct 2013 18:23:31 +0000 (22 11:23 -0700)
tree3c1ffee10f5abce6aa2a3109aa95b5e2170e0c78
parent5f737ac91bd869e65bff401ad1108581ac504e22
Documentation: revamp gitk(1)

The gitk manpage suffers from a bit of neglect: there have been only
minor changes, and no changes to the set of options documented, since
a2df1fb (Documentation: New GUI configuration and command-line
options., 2008-11-13).  In the meantime, the set of rev-list options
has been expanded several times by options that are useful in gitk,
e.g., --ancestry-path and the optional globbing for --branches, --tags
and --remotes.

Restructure and expand the manpage.  List more options that the author
perceives as useful, while remaining somewhat terse.  Ideally the user
should not have to look up any of the references, but we dispense with
precise explanations in some places and refer to git-log(1) instead.

Note that the options that have an easy GUI equivalent (e.g.,
--word-diff, -S, --grep) are deliberately not listed even in the cases
where they simply fill in the GUI fields.

Signed-off-by: Thomas Rast <trast@inf.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitk.txt