]> git.ipfire.org Git - thirdparty/git.git/commit - t/t9350-fast-export.sh
builtin-fast-export: Add importing and exporting of revision marks
authorPieter de Bie <pdebie@ai.rug.nl>
Wed, 11 Jun 2008 11:17:04 +0000 (13:17 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Jun 2008 22:52:53 +0000 (15:52 -0700)
commitdf6a7ff7ac55d320afa1b8a59393122d6ca0f6c4
treed970fad945945bf0966fec8c3504f8e777a36354
parente449f105805ffa49ccf7cf080db897ecf65a1a0f
builtin-fast-export: Add importing and exporting of revision marks

This adds the --import-marks and --export-marks to fast-export. These import
and export the marks used to for all revisions exported in a similar fashion
to what fast-import does. The format is the same as fast-import, so you can
create a bidirectional importer / exporter by using the same marks file on
both sides.

Signed-off-by: Pieter de Bie <pdebie@ai.rug.nl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fast-export.txt
builtin-fast-export.c
t/t9301-fast-export.sh