Handle dataref re-use by not deleting $blob{$dataref}. To avoid keepig
commit493e3aeb133b81f5286a448a8e523f005cf1d312
authorLove Hörnquist Åstrand <lha@kth.se>
Sun, 13 Apr 2008 14:53:14 +0000 (13 16:53 +0200)
committerLove Hörnquist Åstrand <lha@kth.se>
Sun, 13 Apr 2008 14:53:14 +0000 (13 16:53 +0200)
tree0132a1025fcfbbf6d929079d0702e86cecb57598
parentedf3be87892641eceaf83e779e659e6199c4bfb6
Handle dataref re-use by not deleting $blob{$dataref}. To avoid keepig
everything in memory for larger repositories this must be written out
to disk and removed when done. However, my repro is only about 600MiB
right now, so I don't need that.

Also fix some other bug/style issues while here.
git2svn