onlywei / explain-git-with-d3

Use D3 to visualize simple git branching operations.
MIT License
1.71k stars 390 forks source link

"git branch" treats unknown/not-implemented flags as the branch name. #27

Closed khipkin closed 9 years ago

khipkin commented 9 years ago

For example, git branch -a creates a branch called "-a" instead of listing all of the branches or saying "I don't understand that".

khipkin commented 9 years ago

Fixed in pull request #28.