gitgraph.js icon indicating copy to clipboard operation
gitgraph.js copied to clipboard

Multiple branches from same commit

Open nicoespeon opened this issue 6 years ago • 3 comments

nicoespeon avatar Apr 14 '19 22:04 nicoespeon

@nicoespeon is this PR still valid? I'm really interested in using this feature of multiple branches from the same commit.

joneserick avatar Feb 13 '20 14:02 joneserick

@joneserick well it is because it only added the tests showing that the feature is missing.

You can see that there's no develop branch showing up here: https://www.chromaticqa.com/snapshot?appId=5c9632d9ead30500207bb576&id=5cb3b3a140be8b0020b2216b

image

There should be.

The goal would be to make the tests pass.

nicoespeon avatar Feb 13 '20 16:02 nicoespeon

Will multiple branches show correctly, if the structure is imported via gitgraph.import()?

In other words, is this feature only for .branch method or for showing? 😀

iliakan avatar Mar 04 '23 21:03 iliakan