Code

gitk: More bug fixes and cleanups
authorPaul Mackerras <paulus@samba.org>
Tue, 18 Dec 2007 22:35:33 +0000 (09:35 +1100)
committerPaul Mackerras <paulus@samba.org>
Tue, 18 Dec 2007 22:35:33 +0000 (09:35 +1100)
commit24f7a667e69262525beba726dded2fb221d9be27
tree8945a7361b564bd40f387d7e5a55debecf12f4df
parente5b37ac1ec6f1500a47a320a261933bccbdeb4f7
gitk: More bug fixes and cleanups

* Add/remove fake commits (for local changes) when updating the view
  even if nothing else has changed.
* Get rid of unused getdbg variable.
* Get rid of vseeds and uat.
* Fix bug where removerow would throw a "no such element in array" error.
* Clear out cached highlights when line numbers change.
* Make dodiffindex remove the fake commit rows if they currently exist
  but there are now no local changes.

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk