git-svn: track writes writes to the index in fetch
commitef3cfaad19f2587ea4ff7d46574d9118f8d9555e
authorEric Wong <normalperson@yhbt.net>
Wed, 24 Jan 2007 11:30:57 +0000 (24 03:30 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:10 +0000 (23 00:57 -0800)
treefc6c67987b5c7479e3feed60e2d2a1ee3fce6a46
parent7f578c55af80e9346135004bd47099cbb451f859
git-svn: track writes writes to the index in fetch

Introducing Git::IndexInfo.  This module will probably be useful
outside of git-svn, so I'm not putting it in the Git::SVN
namespace.

This will allow me to more easily avoid the use of get_log() in
the future and simply run do_update in incrementing ranges.
get_log() should be avoided because there are cases where
moved/deleted directories do not track correctly (until
--follow-parent is run on a new branch).

Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl