]> git.ipfire.org Git - thirdparty/git.git/commit - fast-import.c
Refactored fast-import's internals for future additions.
authorShawn O. Pearce <spearce@spearce.org>
Tue, 8 Aug 2006 04:46:13 +0000 (00:46 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 14 Jan 2007 07:15:02 +0000 (02:15 -0500)
commitac47a738a7c866eeffc0c6374c0ef3f7ca6ee79d
tree927893857e8f30d9f277ca86d12b0de4c0e6f6ba
parent27d6d29035473f01ba5bb3b52c86ee4181d251fe
Refactored fast-import's internals for future additions.

Too many globals variables were being used not not enough
code was resuable to process trees and commits so this is
a simple refactoring of the existing blob processing code
to get into a state that will be easier to handle trees
and commits in.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
fast-import.c