]> git.ipfire.org Git - thirdparty/git.git/commit - fast-import.c
Added basic command handler to fast-import.
authorShawn O. Pearce <spearce@spearce.org>
Tue, 8 Aug 2006 05:14:21 +0000 (01:14 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 14 Jan 2007 07:15:03 +0000 (02:15 -0500)
commit6143f0644e79686407c1dc0e1b4dadff74e80046
tree7358248fc45c8526c1507ef6a79c4062ceca2508
parentac47a738a7c866eeffc0c6374c0ef3f7ca6ee79d
Added basic command handler to fast-import.

Moved the new_blob logic off into a new subroutine and
invoked it when getting the 'blob' command.

Added statistics dump to STDERR when the program terminates listing
what it did at a high level.  This is somewhat interesting.

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