status: get blob object id of file on disk
Add git_status_hashfile() to get blob's object id for a file without adding it to the object database or needing a repository at all. This functionality is similar to `git hash-object` without '-w'.
Showing
include/git2/status.h
0 → 100644
src/status.c
0 → 100644
tests/resources/status/test.txt
0 → 100644
tests/t18-status.c
0 → 100644
Please
register
or
sign in
to comment