git-svn: unlink index files that were globbed, too
commit321b1842dceb94bbaa00b9f75c7c2fe6bf6fad1c
authorEric Wong <normalperson@yhbt.net>
Wed, 2 Jan 2008 18:10:03 +0000 (2 10:10 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jan 2008 18:44:22 +0000 (2 10:44 -0800)
tree88ab1f336b8ebd9bea60f7a2cfbd07b83e01a7c2
parent7dfa16b9dc89c14c8e351cb70d775a21e87d5c23
git-svn: unlink index files that were globbed, too

commit 3157dd9e89a71e80673d0bc21b5c0630f3b1fe68 (git-svn: unlink
internal index files after operations) introduced unlinking
index files after fetching.  However, this missed indices for
refs that were created by globbing branches and tags.  This will
track all refs we ever touch during a fetch and unlink them at
exit time.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-svn.perl