Home
last modified time | relevance | path

Searched refs:repo_config_get_string (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/git-gui/git-2.34.1/
H A Drepo-settings.c66 if (!repo_config_get_string(r, "core.untrackedcache", &strval)) { in prepare_repo_settings()
80 if (!repo_config_get_string(r, "fetch.negotiationalgorithm", &strval)) { in prepare_repo_settings()
H A Dconfig.h504 int repo_config_get_string(struct repository *repo,
H A Dconfig.c2319 int repo_config_get_string(struct repository *repo, in repo_config_get_string() function
2410 return repo_config_get_string(the_repository, key, dest); in git_config_get_string()
H A Dupload-pack.c1767 if (!repo_config_get_string(the_repository, in upload_pack_advertise()
/dports/devel/git-p4/git-2.34.1/
H A Drepo-settings.c66 if (!repo_config_get_string(r, "core.untrackedcache", &strval)) { in prepare_repo_settings()
80 if (!repo_config_get_string(r, "fetch.negotiationalgorithm", &strval)) { in prepare_repo_settings()
H A Dconfig.h504 int repo_config_get_string(struct repository *repo,
H A Dconfig.c2319 int repo_config_get_string(struct repository *repo, in repo_config_get_string() function
2410 return repo_config_get_string(the_repository, key, dest); in git_config_get_string()
H A Dupload-pack.c1767 if (!repo_config_get_string(the_repository, in upload_pack_advertise()
H A Drefs.c584 else if (repo_config_get_string(r, config_key, &ret) < 0)
/dports/devel/git-svn/git-2.34.1/
H A Drepo-settings.c66 if (!repo_config_get_string(r, "core.untrackedcache", &strval)) { in prepare_repo_settings()
80 if (!repo_config_get_string(r, "fetch.negotiationalgorithm", &strval)) { in prepare_repo_settings()
H A Dconfig.h504 int repo_config_get_string(struct repository *repo,
H A Dconfig.c2319 int repo_config_get_string(struct repository *repo, in repo_config_get_string() function
2410 return repo_config_get_string(the_repository, key, dest); in git_config_get_string()
H A Dupload-pack.c1767 if (!repo_config_get_string(the_repository, in upload_pack_advertise()
/dports/devel/git/git-2.34.1/
H A Drepo-settings.c66 if (!repo_config_get_string(r, "core.untrackedcache", &strval)) { in prepare_repo_settings()
80 if (!repo_config_get_string(r, "fetch.negotiationalgorithm", &strval)) { in prepare_repo_settings()
H A Dconfig.h504 int repo_config_get_string(struct repository *repo,
H A Dconfig.c2319 int repo_config_get_string(struct repository *repo, in repo_config_get_string() function
2410 return repo_config_get_string(the_repository, key, dest); in git_config_get_string()
H A Dupload-pack.c1767 if (!repo_config_get_string(the_repository, in upload_pack_advertise()
/dports/devel/git-cvs/git-2.34.1/
H A Drepo-settings.c66 if (!repo_config_get_string(r, "core.untrackedcache", &strval)) { in prepare_repo_settings()
80 if (!repo_config_get_string(r, "fetch.negotiationalgorithm", &strval)) { in prepare_repo_settings()
H A Dconfig.h504 int repo_config_get_string(struct repository *repo,
H A Dconfig.c2319 int repo_config_get_string(struct repository *repo, in repo_config_get_string() function
2410 return repo_config_get_string(the_repository, key, dest); in git_config_get_string()
H A Dupload-pack.c1767 if (!repo_config_get_string(the_repository, in upload_pack_advertise()
/dports/devel/cgit/cgit-1.2.3/git/
H A Drepo-settings.c32 } else if (!repo_config_get_string(r, "core.untrackedcache", &strval)) { in prepare_repo_settings()
39 if (!repo_config_get_string(r, "fetch.negotiationalgorithm", &strval)) { in prepare_repo_settings()
H A Dconfig.h474 int repo_config_get_string(struct repository *repo,
H A Dconfig.c2144 int repo_config_get_string(struct repository *repo, in repo_config_get_string() function
2225 return repo_config_get_string(the_repository, key, dest); in git_config_get_string()
H A Dsubmodule.c282 ret = !repo_config_get_string(repo, key, &value); in is_submodule_active()

12