jbrukh / ggit

ggit
17 stars 2 forks source link

Implement ref parsing (git-show-ref). #20

Closed jbrukh closed 12 years ago

jbrukh commented 12 years ago

A ref is a reference to a git SHA. A ref generally looks like this: refs/heads/ or HEAD/MERGE_HEAD, etc. Reading refs can be best summarized by the functionality of the git-show-ref command.