An error occurred while fetching the assigned milestone of the selected merge_request.
Reposurgeon no done
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.
Merge request reports
Activity
Please register or sign in to reply