Closed cs278 closed 4 years ago
Can you confirm that these builds don't crash? https://github.com/foriequal0/git-trim/actions/runs/206393332
Can you confirm that these builds don't crash? https://github.com/foriequal0/git-trim/actions/runs/206393332
:+1: Works perfectly.
Thank you!
Check your version before submitting the bug
git-trim 0.4.0-alpha.1
Describe the bug Orphan branches cause crash which cannot be ignored by making them protected.
To Reproduce Steps to reproduce the behavior:
git checkout --orphan new-test
git commit -a -m "just testing"
git push origin new-test
git trim --dry-run
Expected behavior
git-trim realises that the branch does not have a common ancestor and doesn't crash.
Actual behaviour
Additional context and logs & dumps N/A
Logs and stacktraces N/A