Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-gui: fix use of undeclared variable diff_empty_count
Commit 584fa9c introduced the global variable diff_empty_count, which is used in diff.tcl. This variable wasn't declared anywhere which resulted in an ugly error message box instead of the intended informative message. Signed-off-by: Joerg Bornemann <joerg.bornemann@web.de> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
- Loading branch information