]> git.ipfire.org Git - thirdparty/git.git/commit - fast-import.c
Allow fast-import frontends to reload the marks table
authorShawn O. Pearce <spearce@spearce.org>
Wed, 7 Mar 2007 23:07:26 +0000 (18:07 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 7 Mar 2007 23:07:26 +0000 (18:07 -0500)
commite8438420bb7d368bec3647b90c557b9931582267
tree6a5737f68624bc073e8bea3c7de8914d481b4bd3
parent60b9004cdb106ce56589cbe587b6b5e7d6ad3cf9
Allow fast-import frontends to reload the marks table

I'm giving fast-import a lesson on how to reload the marks table
using the same format it outputs with --export-marks.  This way
a frontend can reload the marks table from a prior import, making
incremental imports less painful.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Documentation/git-fast-import.txt
fast-import.c
t/t9300-fast-import.sh