gitk: Recompute ancestor/descendent heads/tags when rereading refs
authorPaul Mackerras <paulus@samba.org>
Tue, 1 Aug 2006 23:38:10 +0000 (09:38 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 1 Aug 2006 23:38:10 +0000 (09:38 +1000)
We weren't updating the desc_heads, desc_tags and anc_tags arrays when
rereading the set of heads/tags/etc. The tricky thing to get right
here is restarting the computation correctly when we are only half-way
through it.

Signed-off-by: Paul Mackerras <paulus@samba.org>
No differences found