An error occurred while fetching this tab.
Reposurgeon no done
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
Prevent 'done' from being written to the output fast-import stream when the --reposurgeon option is used.
This fixes the bug where we add items after importing from a cvs repository, and they are added after the done.
example
reposurgeon> read cvsroot reposurgeon> prefer git reposurgeon> mailbox_in --create <mailbox.in reposurgeon> write >out.fi
Using git fast-import on the out.fi does NOT include the contents of mailbox.in because the 'done' stops processing of the fast import stream.
Push commits to the source branch or add previously merged commits to review them.