Home
last modified time | relevance | path

Searched refs:repo_config_get_int (Results 1 – 23 of 23) sorted by relevance

/dports/devel/git-gui/git-2.34.1/
H A Drepo-settings.c63 if (!repo_config_get_int(r, "index.version", &value)) in prepare_repo_settings()
H A Dconfig.h508 int repo_config_get_int(struct repository *repo,
H A Dconfig.c2341 int repo_config_get_int(struct repository *repo, in repo_config_get_int() function
2420 return repo_config_get_int(the_repository, key, dest); in git_config_get_int()
H A Dcommit-graph.c102 repo_config_get_int(r, "commitgraph.generationversion", &version); in get_configured_generation_version()
/dports/devel/git-p4/git-2.34.1/
H A Drepo-settings.c63 if (!repo_config_get_int(r, "index.version", &value)) in prepare_repo_settings()
H A Dconfig.h508 int repo_config_get_int(struct repository *repo,
H A Dconfig.c2341 int repo_config_get_int(struct repository *repo, in repo_config_get_int() function
2420 return repo_config_get_int(the_repository, key, dest); in git_config_get_int()
H A Dcommit-graph.c102 repo_config_get_int(r, "commitgraph.generationversion", &version); in get_configured_generation_version()
/dports/devel/git-svn/git-2.34.1/
H A Drepo-settings.c63 if (!repo_config_get_int(r, "index.version", &value)) in prepare_repo_settings()
H A Dconfig.h508 int repo_config_get_int(struct repository *repo,
H A Dconfig.c2341 int repo_config_get_int(struct repository *repo, in repo_config_get_int() function
2420 return repo_config_get_int(the_repository, key, dest); in git_config_get_int()
H A Dcommit-graph.c102 repo_config_get_int(r, "commitgraph.generationversion", &version); in get_configured_generation_version()
/dports/devel/git/git-2.34.1/
H A Drepo-settings.c63 if (!repo_config_get_int(r, "index.version", &value)) in prepare_repo_settings()
H A Dconfig.h508 int repo_config_get_int(struct repository *repo,
H A Dconfig.c2341 int repo_config_get_int(struct repository *repo, in repo_config_get_int() function
2420 return repo_config_get_int(the_repository, key, dest); in git_config_get_int()
H A Dcommit-graph.c102 repo_config_get_int(r, "commitgraph.generationversion", &version); in get_configured_generation_version()
/dports/devel/git-cvs/git-2.34.1/
H A Drepo-settings.c63 if (!repo_config_get_int(r, "index.version", &value)) in prepare_repo_settings()
H A Dconfig.h508 int repo_config_get_int(struct repository *repo,
H A Dconfig.c2341 int repo_config_get_int(struct repository *repo, in repo_config_get_int() function
2420 return repo_config_get_int(the_repository, key, dest); in git_config_get_int()
H A Dcommit-graph.c102 repo_config_get_int(r, "commitgraph.generationversion", &version); in get_configured_generation_version()
/dports/devel/cgit/cgit-1.2.3/git/
H A Drepo-settings.c25 if (!repo_config_get_int(r, "index.version", &value)) in prepare_repo_settings()
H A Dconfig.h476 int repo_config_get_int(struct repository *repo,
H A Dconfig.c2151 int repo_config_get_int(struct repository *repo, in repo_config_get_int() function
2230 return repo_config_get_int(the_repository, key, dest); in git_config_get_int()