First stab at implementation of rev-parse.
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)
Showing
include/git2/revparse.h
0 → 100644
src/revparse.c
0 → 100644
tests-clar/refs/revparse.c
0 → 100644
Please
register
or
sign in
to comment