mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-01 10:03:48 +00:00
This creates include/sys/filter.h with a basic definition of a git_filter and then converts the internal code to use it. There are related internal objects (git_filter_list) that we will want to publish at some point, but this is a first step. |
||
|---|---|---|
| .. | ||
| commit.h | ||
| config.h | ||
| filter.h | ||
| index.h | ||
| odb_backend.h | ||
| refdb_backend.h | ||
| refs.h | ||
| repository.h | ||