git-school / visualizing-git

:framed_picture: Visualize how common Git operations affect the commit graph
http://git-school.github.io/visualizing-git/
MIT License
1.25k stars 193 forks source link

Log hangs when branch name is ambiguous #108

Open erictwalker18 opened 6 years ago

erictwalker18 commented 6 years ago

To reproduce branch name ambiguity:

Then, do git log. Observed results: commits up to the branch created turn blue, can still type in the prompt, but pressing enter doesn't do anything.