Initial draft of fast-import documentation.
commit6e411d2044072072692f2d9cf9d633421ef6017a
authorShawn O. Pearce <spearce@spearce.org>
Tue, 6 Feb 2007 02:09:25 +0000 (5 21:09 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 6 Feb 2007 02:09:25 +0000 (5 21:09 -0500)
treeeaf565339f61d60c664aaf74b87019947e864b0a
parent6c3aac1c69ea0bcb2896bec96a01fdf8aa6176fa
Initial draft of fast-import documentation.

This is a first pass at the manpage for git-fast-import.

I have tried to cover the input format in extreme detail, creating a
reference which is more detailed than the BNF grammar appearing in
the header of fast-import.c.  I have also covered some details about
gfi's performance and memory utilization, as well as the average
learning curve required to create a gfi frontend application (as it
is far lower than it might appear on first glance).

The documentation still lacks real example input streams, which may
turn out to be difficult to format in asciidoc due to the blank lines
which carry meaning within the format.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Documentation/git-fast-import.txt [new file with mode: 0644]