Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gitk: Fix bug causing Tcl error when no commits are selected
Some of the stuff that commit 31c0eaa added to drawvisible isn't appropriate to do when we have no commits, and this was causing a Tcl error if gitk was invoked in such a fashion that no commits were selected. This fixes it by bailing out of drawvisible early if there are no commits displayed. Bug reported by Johannes Sixt. Signed-off-by: Paul Mackerras <paulus@samba.org>
- Loading branch information