Skip to content

Orphan branch commits are not displayed correctly #7

@depsir

Description

@depsir

Commits on orphan branches are piled together in the top left corner of the svg commit group.
If I inspect the commit elements I see that:

  • in circle cx and cy are missing
  • in commitId and commit message x is missing and y is NaN

digit-issue-orphan-branch

How to reproduce:

git init .
// start digit on this repo
touch test
git add test
git commit -m "initial commit"
git checkout --orphan secret
git commit -m "secret"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions