We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Graph fails to render if the branch name is a single letter
To Reproduce Use a single letter branch name:
branch A
Expected behavior A graph should be rendered instead of an error shown.
Screenshots Broken sample (throws error):
gitGraph commit branch A commit checkout A
Broken sample (branch name given as mainBranchName parameter):
%%{init: { 'gitGraph': {'mainBranchName': 'A'}} }%% gitGraph commit id: " " tag: "v1.0" branch branch1 order: 3 checkout A commit id: "1st-commit"
Working example (graph is rendered):
gitGraph commit branch Ax commit checkout Ax
Code Sample Broken Sample
Broken Sample with mainBranchName
Working Sample
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
aloisklink
Successfully merging a pull request may close this issue.
Describe the bug
Graph fails to render if the branch name is a single letter
To Reproduce
Use a single letter branch name:
Expected behavior
A graph should be rendered instead of an error shown.
Screenshots
Broken sample (throws error):
Broken sample (branch name given as mainBranchName parameter):
Working example (graph is rendered):
Code Sample
Broken Sample
Broken Sample with mainBranchName
Working Sample
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: