gitk: Make more options easily accessible from Edit View dialog
commit13d40b618a78ce236d103ab14272b07305f2f7c9
authorElijah Newren <newren@gmail.com>
Mon, 23 Mar 2009 17:57:46 +0000 (23 11:57 -0600)
committerPaul Mackerras <paulus@samba.org>
Sat, 16 May 2009 11:09:08 +0000 (16 21:09 +1000)
tree62b5f337607bad16bc2a518cc63ea023af8ae3d7
parenta8138733fcf4d9c175b53ab0d0f06a3f7c232286
gitk: Make more options easily accessible from Edit View dialog

Commit 218a900bd8efd0d49f8a0d9491aa4786a998d4f4 added a number of new
individual fields for the Edit View dialog to make them more accessible
to end users, while still allowing all options to be specified in the
"arguments to git log" field.  This extends the dialog further, to
include refs, author, committer, commit message, and patch contents.
As before everything still remains accessible from the "arguments to
git log" input field.

Additionally, this provides hints for the format of the various input
fields (for example, listing some sample date strings in different
formats), and puts related query items into subsections to make it
easier to digest the number of options that exist.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk