Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding comment documentation for rev-parse api. | Ben Straub | 2012-05-11 | 1 | -3/+17 |
| | |||||
* | First stab at implementation of rev-parse. | Ben Straub | 2012-05-11 | 1 | -0/+22 |
This version supports refspecs of these kinds: - Full & partial SHAs - Output from "git describe" - "/refs/heads/master" (full ref names) - "master" (partial ref names) - "FETCH_HEAD" (named heads) |