[PATCH] gitk: make autoselect optional
commit95293b58eb2ac31f93266f9e86ea17c0999d75c9
authorJeff King <peff@peff.net>
Thu, 6 Mar 2008 11:49:25 +0000 (6 06:49 -0500)
committerPaul Mackerras <paulus@samba.org>
Mon, 10 Mar 2008 06:42:23 +0000 (10 17:42 +1100)
tree8128d9ba430a7cdb96746f3c098de11edc6fe5e4
parenta3a1f57959c38d5034f17b4f5d06ea3eb1a378e9
[PATCH] gitk: make autoselect optional

Whenever a commit is selected in the graph pane, its SHA1 is
automatically put into the selection buffer for cut and paste.
However, some users may find this behavior annoying since it can
overwrite something they actually wanted to keep in the buffer.

This makes the behavior optional under the name "Auto-select SHA1",
but continues to default to "on".

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk