mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-01 19:01:49 +00:00
References and their logs are logically coupled, let's make it so in the code by moving the fs-based reflog implementation to live next to the fs-based refs one. As part of the change, make the function take names rather than references, as only the names are relevant when looking up and handling reflogs. |
||
|---|---|---|
| .. | ||
| commit.h | ||
| config.h | ||
| filter.h | ||
| index.h | ||
| odb_backend.h | ||
| refdb_backend.h | ||
| reflog.h | ||
| refs.h | ||
| repository.h | ||