"Shawn O. Pearce" [off-list ref] writes:
Junio C Hamano [off-list ref] wrote:
...
quoted
Is it fine for even git-fast-import? fast-import.c: parse_merge() seems
to suggest that it also wants one parent per "merge " line.
fast-import wants the same as bzr-fast-import; one parent per
merge line. If git-fast-import was doing anything with multiple
per line it was probably dropping everything after the first. :-(
This was a bug in fast-export; I'm glad Pieter has fixed it.
Unfortunately, t9301 does not pass with the "fix".