| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
an error code".
|
|
|
|
|
|
|
|
| |
The `hashfile` function has been moved to ODB, next to `git_odb_hash`.
Global state has been removed from the dirent call in `status.c`,
because global state is killing the rainforest and causing global
warming.
|
|
|
|
|
| |
Add git_status_file to be able to retrieve status of single file by
supplying a path.
|
|
|
|
|
| |
Add git_status_foreach() to run a callback on each file passing the path
and a status value.
|
|
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'.
|