mezis / git-whistles

A set of bells and whistles for your Git.
Other
64 stars 15 forks source link

Two small fixes in git-list-branches.sh #51

Closed vwal closed 8 years ago

vwal commented 8 years ago

Added a missing underscore in a function reference ('_die'), and fixed a case-sensitive git constant: 'head' -> 'HEAD'.

pedrocunha commented 8 years ago

Hey @vwal thanks for your contribution. I was almost sure head ref is case insensitive. But I'm glad you are on top of it :).