No description
Find a file
Paul Mackerras e7297a1c5f gitk: Fix bug where editing an existing view would cause an infinite loop
This fixes a bug where changing the commit range or file list for an
existing view and then clicking OK would cause gitk to go into an
infinite loop.  The problem was that newviewok was invoking reloadcommits
via "run reloadcommits", but reloadcommits wasn't explicitly returning
0, and whatever it was returning was causing dorunq to run it over
and over again.  This fixes it by making reloadcommits return 0.

Signed-off-by: Paul Mackerras <paulus@samba.org>
2008-01-15 22:30:40 +11:00
po [PATCH] gitk: Update German translation 2008-01-09 14:13:22 +11:00
gitk gitk: Fix bug where editing an existing view would cause an infinite loop 2008-01-15 22:30:40 +11:00
Makefile [PATCH] gitk: Update and fix Makefile 2008-01-09 14:12:18 +11:00