Hi,

When exporting git repos with multiple branches pointing to one commit,
fossil only tag one of the branches, because fossil doesn't recognize
"reset" commands.

For example, this fast-export:

commit refs/heads/bugfix
mark :83209
author Someone <a...@example.com> 1523846129 +0000
committer Someone <a...@example.com> 1523938423 +0000
[...]

reset refs/heads/staging
from :83209

reset refs/pull/74/head
from :8557

reset refs/heads/staging
from :83209

reset refs/heads/master
from :83209

The last commit :83209 has three branch heads (bugfix, staging, master).
Fossil only recognized the branch written in the "commit" command.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to