Go to file
Markus Hitter 18ae912082 gitk: Clear array 'commitinfo' on reload
After a reload we might have an entirely different set of commits,
so keeping all of them leaks memory. Remove them all because
re-creating them is not more expensive than testing wether they're
still valid. Lazy (re-)creation is already well established, so
a missing entry can't cause harm.

Signed-off-by: Markus Hitter <mah@jump-ing.de>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
2016-12-12 20:39:37 +11:00
po gitk: Fix Japanese translation for "marked commit" 2016-12-12 20:36:40 +11:00
.gitignore gitk: Ignore gitk-wish buildproduct 2013-01-30 21:12:16 +11:00
Makefile gitk: Makefile: create install bin directory 2016-12-12 11:01:12 +11:00
gitk gitk: Clear array 'commitinfo' on reload 2016-12-12 20:39:37 +11:00