mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-15 17:48:05 +00:00
Diff and status do not want core.safecrlf to actually raise an error regardless of the setting, so this extends the filter API with an additional options flags parameter and adds a flag so that filters can be applied with GIT_FILTER_OPT_ALLOW_UNSAFE, indicating that unsafe filter application should be downgraded from a failure to a warning. |
||
|---|---|---|
| .. | ||
| commit.h | ||
| config.h | ||
| diff.h | ||
| filter.h | ||
| index.h | ||
| mempack.h | ||
| odb_backend.h | ||
| refdb_backend.h | ||
| reflog.h | ||
| refs.h | ||
| repository.h | ||