Home
last modified time | relevance | path

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

/dports/devel/git-svn/git-2.34.1/
H A Dls-refs.c21 if (repo_config_get_string_tmp(the_repository, "lsrefs.unborn", &str)) { in ensure_config_read()
H A Dconfig.h506 int repo_config_get_string_tmp(struct repository *repo,
H A Dsubmodule.c223 if (repo_config_get_string_tmp(the_repository, key, &ignore)) in set_diffopt_flags_from_submodule_config()
1351 if (!repo_config_get_string_tmp(spf->r, key, &value)) { in get_fetch_recurse_config()
H A Dconfig.c2330 int repo_config_get_string_tmp(struct repository *repo, in repo_config_get_string_tmp() function
2415 return repo_config_get_string_tmp(the_repository, key, dest); in git_config_get_string_tmp()
/dports/devel/git-gui/git-2.34.1/
H A Dls-refs.c21 if (repo_config_get_string_tmp(the_repository, "lsrefs.unborn", &str)) { in ensure_config_read()
H A Dconfig.h506 int repo_config_get_string_tmp(struct repository *repo,
H A Dsubmodule.c223 if (repo_config_get_string_tmp(the_repository, key, &ignore)) in set_diffopt_flags_from_submodule_config()
1351 if (!repo_config_get_string_tmp(spf->r, key, &value)) { in get_fetch_recurse_config()
H A Dconfig.c2330 int repo_config_get_string_tmp(struct repository *repo, in repo_config_get_string_tmp() function
2415 return repo_config_get_string_tmp(the_repository, key, dest); in git_config_get_string_tmp()
/dports/devel/git-p4/git-2.34.1/
H A Dls-refs.c21 if (repo_config_get_string_tmp(the_repository, "lsrefs.unborn", &str)) { in ensure_config_read()
H A Dconfig.h506 int repo_config_get_string_tmp(struct repository *repo,
H A Dsubmodule.c223 if (repo_config_get_string_tmp(the_repository, key, &ignore)) in set_diffopt_flags_from_submodule_config()
1351 if (!repo_config_get_string_tmp(spf->r, key, &value)) { in get_fetch_recurse_config()
H A Dconfig.c2330 int repo_config_get_string_tmp(struct repository *repo, in repo_config_get_string_tmp() function
2415 return repo_config_get_string_tmp(the_repository, key, dest); in git_config_get_string_tmp()
/dports/devel/git/git-2.34.1/
H A Dls-refs.c21 if (repo_config_get_string_tmp(the_repository, "lsrefs.unborn", &str)) { in ensure_config_read()
H A Dconfig.h506 int repo_config_get_string_tmp(struct repository *repo,
H A Dsubmodule.c223 if (repo_config_get_string_tmp(the_repository, key, &ignore)) in set_diffopt_flags_from_submodule_config()
1351 if (!repo_config_get_string_tmp(spf->r, key, &value)) { in get_fetch_recurse_config()
H A Dconfig.c2330 int repo_config_get_string_tmp(struct repository *repo, in repo_config_get_string_tmp() function
2415 return repo_config_get_string_tmp(the_repository, key, dest); in git_config_get_string_tmp()
/dports/devel/git-cvs/git-2.34.1/
H A Dls-refs.c21 if (repo_config_get_string_tmp(the_repository, "lsrefs.unborn", &str)) { in ensure_config_read()
H A Dconfig.h506 int repo_config_get_string_tmp(struct repository *repo,
H A Dsubmodule.c223 if (repo_config_get_string_tmp(the_repository, key, &ignore)) in set_diffopt_flags_from_submodule_config()
1351 if (!repo_config_get_string_tmp(spf->r, key, &value)) { in get_fetch_recurse_config()
H A Dconfig.c2330 int repo_config_get_string_tmp(struct repository *repo, in repo_config_get_string_tmp() function
2415 return repo_config_get_string_tmp(the_repository, key, dest); in git_config_get_string_tmp()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dsubmodule--helper.c1926 } else if (!repo_config_get_string_tmp(r, key, &val)) { in determine_submodule_update_strategy()
2096 if (!repo_config_get_string_tmp(the_repository, key, &update_string)) { in prepare_to_clone_next_submodule()
2119 if (repo_config_get_string_tmp(the_repository, sb.buf, &url)) { in prepare_to_clone_next_submodule()
2647 if (repo_config_get_string_tmp(the_repository, key, &branch)) in remote_submodule_branch()
2782 if (!repo_config_get_string_tmp(&subrepo, "core.worktree", &cw)) { in ensure_core_worktree()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dsubmodule--helper.c1926 } else if (!repo_config_get_string_tmp(r, key, &val)) { in determine_submodule_update_strategy()
2096 if (!repo_config_get_string_tmp(the_repository, key, &update_string)) { in prepare_to_clone_next_submodule()
2119 if (repo_config_get_string_tmp(the_repository, sb.buf, &url)) { in prepare_to_clone_next_submodule()
2647 if (repo_config_get_string_tmp(the_repository, key, &branch)) in remote_submodule_branch()
2782 if (!repo_config_get_string_tmp(&subrepo, "core.worktree", &cw)) { in ensure_core_worktree()
/dports/devel/git/git-2.34.1/builtin/
H A Dsubmodule--helper.c1926 } else if (!repo_config_get_string_tmp(r, key, &val)) { in determine_submodule_update_strategy()
2096 if (!repo_config_get_string_tmp(the_repository, key, &update_string)) { in prepare_to_clone_next_submodule()
2119 if (repo_config_get_string_tmp(the_repository, sb.buf, &url)) { in prepare_to_clone_next_submodule()
2647 if (repo_config_get_string_tmp(the_repository, key, &branch)) in remote_submodule_branch()
2782 if (!repo_config_get_string_tmp(&subrepo, "core.worktree", &cw)) { in ensure_core_worktree()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dsubmodule--helper.c1926 } else if (!repo_config_get_string_tmp(r, key, &val)) { in determine_submodule_update_strategy()
2096 if (!repo_config_get_string_tmp(the_repository, key, &update_string)) { in prepare_to_clone_next_submodule()
2119 if (repo_config_get_string_tmp(the_repository, sb.buf, &url)) { in prepare_to_clone_next_submodule()
2647 if (repo_config_get_string_tmp(the_repository, key, &branch)) in remote_submodule_branch()
2782 if (!repo_config_get_string_tmp(&subrepo, "core.worktree", &cw)) { in ensure_core_worktree()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dsubmodule--helper.c1926 } else if (!repo_config_get_string_tmp(r, key, &val)) { in determine_submodule_update_strategy()
2096 if (!repo_config_get_string_tmp(the_repository, key, &update_string)) { in prepare_to_clone_next_submodule()
2119 if (repo_config_get_string_tmp(the_repository, sb.buf, &url)) { in prepare_to_clone_next_submodule()
2647 if (repo_config_get_string_tmp(the_repository, key, &branch)) in remote_submodule_branch()
2782 if (!repo_config_get_string_tmp(&subrepo, "core.worktree", &cw)) { in ensure_core_worktree()