]> git.ipfire.org Git - thirdparty/git.git/commit
Print the packfile names to stdout from fast-import.
authorShawn O. Pearce <spearce@spearce.org>
Mon, 15 Jan 2007 13:03:38 +0000 (08:03 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 15 Jan 2007 13:05:01 +0000 (08:05 -0500)
commit9d1b1b5ed7f4234ea4f2c1344ba67c6f89e2067c
tree29de376f2aeaf4ca6347a523bd265f81c3ead6b3
parentd9ee53ce45b0f1c26285417b900b3c5735721f7e
Print the packfile names to stdout from fast-import.

Caller scripts may want to know what packfiles the fast-import
process just wrote out for them.  This is now output to stdout,
one packfile name per line, after we checkpoint each packfile.

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