mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 23:26:39 +00:00
14 lines
312 B
C
14 lines
312 B
C
extern void assert_config_entry_existence(
|
|
git_repository *repo,
|
|
const char *name,
|
|
bool is_supposed_to_exist);
|
|
|
|
extern void assert_config_entry_value(
|
|
git_repository *repo,
|
|
const char *name,
|
|
const char *expected_value);
|
|
|
|
extern int count_config_entries_match(
|
|
git_repository *repo,
|
|
const char *pattern);
|