]> git.ipfire.org Git - thirdparty/git.git/commit - fast-import.c
Converted fast-import to a text based protocol.
authorShawn O. Pearce <spearce@spearce.org>
Tue, 15 Aug 2006 00:16:28 +0000 (20:16 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 14 Jan 2007 07:15:04 +0000 (02:15 -0500)
commitc44cdc7eef212ec09901eb2e0996476e0468ed88
treeab64a49e8719583156fb7a57281313db61cc60e6
parent7111feede9c5905199ba48645fadc369faca5711
Converted fast-import to a text based protocol.

Frontend clients can now send a text stream to fast-import rather
than a binary stream.  This should facilitate developing frontend
software as the data stream is easier to view, manipulate and debug
my hand and Mark-I eyeball.

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