mirror of
https://git.proxmox.com/git/libgit2
synced 2025-11-30 18:02:57 +00:00
The GIT_CONFIG_LEVEL constants actually work well as an enum because they are mutually exclusive, so this adds a typedef to the enum and uses that everywhere that one of these constants are expected, instead of the old code that typically used an unsigned int. |
||
|---|---|---|
| .. | ||
| commit.h | ||
| config.h | ||
| index.h | ||
| odb_backend.h | ||
| refdb_backend.h | ||
| refs.h | ||
| repository.h | ||