]> git.ipfire.org Git - thirdparty/git.git/commit - fast-import.c
Moved from command to after data to help cvs2svn.
authorShawn O. Pearce <spearce@spearce.org>
Fri, 25 Aug 2006 02:38:13 +0000 (22:38 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 14 Jan 2007 07:15:07 +0000 (02:15 -0500)
commit02f3389d9647378ed864ff1cdfb6f0238b64ee91
tree93a7c966ec49d140f7c4a2ddb48e7313ef3ba178
parent00e2b8842c58e451fcf8038287c8420423bab50a
Moved from command to after data to help cvs2svn.

cvs2svn has three phases: begin_commit, middle_commit, end_commit.
The ancester is computed in the middle_commit phase. So its easier
to generate a stream if the from command appears after the commit
message itself but before the file change commands.

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