author | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 7 Mar 2007 23:07:26 +0000 (18:07 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 7 Mar 2007 23:07:26 +0000 (18:07 -0500) | ||
commit | e8438420bb7d368bec3647b90c557b9931582267 | |
tree | 6a5737f68624bc073e8bea3c7de8914d481b4bd3 | tree | snapshot |
parent | 60b9004cdb106ce56589cbe587b6b5e7d6ad3cf9 | commit | diff |
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>
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 | diff | blob | history | |
fast-import.c | diff | blob | history | |
t/t9300-fast-import.sh | diff | blob | history |