Home
last modified time | relevance | path

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

12

/dports/devel/cgit/cgit-1.2.3/git/
H A Dconfig.h283 int git_config_rename_section_in_file(const char *, const char *, const char *);
H A Dconfig.c3204 int git_config_rename_section_in_file(const char *config_filename, in git_config_rename_section_in_file() function
3213 return git_config_rename_section_in_file(NULL, old_name, new_name); in git_config_rename_section()
H A Dsubmodule.c152 if (git_config_rename_section_in_file(GITMODULES_FILE, sect.buf, NULL) < 0) { in remove_path_from_gitmodules()
/dports/devel/git-svn/git-2.34.1/
H A Dconfig.h320 int git_config_rename_section_in_file(const char *, const char *, const char *);
H A Dconfig.c3400 int git_config_rename_section_in_file(const char *config_filename, in git_config_rename_section_in_file() function
3409 return git_config_rename_section_in_file(NULL, old_name, new_name); in git_config_rename_section()
H A Dsubmodule.c152 if (git_config_rename_section_in_file(GITMODULES_FILE, sect.buf, NULL) < 0) { in remove_path_from_gitmodules()
/dports/devel/git-gui/git-2.34.1/
H A Dconfig.h320 int git_config_rename_section_in_file(const char *, const char *, const char *);
H A Dconfig.c3400 int git_config_rename_section_in_file(const char *config_filename, in git_config_rename_section_in_file() function
3409 return git_config_rename_section_in_file(NULL, old_name, new_name); in git_config_rename_section()
H A Dsubmodule.c152 if (git_config_rename_section_in_file(GITMODULES_FILE, sect.buf, NULL) < 0) { in remove_path_from_gitmodules()
/dports/devel/git-p4/git-2.34.1/
H A Dconfig.h320 int git_config_rename_section_in_file(const char *, const char *, const char *);
H A Dconfig.c3400 int git_config_rename_section_in_file(const char *config_filename, in git_config_rename_section_in_file() function
3409 return git_config_rename_section_in_file(NULL, old_name, new_name); in git_config_rename_section()
H A Dsubmodule.c152 if (git_config_rename_section_in_file(GITMODULES_FILE, sect.buf, NULL) < 0) { in remove_path_from_gitmodules()
/dports/devel/git/git-2.34.1/
H A Dconfig.h320 int git_config_rename_section_in_file(const char *, const char *, const char *);
H A Dconfig.c3400 int git_config_rename_section_in_file(const char *config_filename, in git_config_rename_section_in_file() function
3409 return git_config_rename_section_in_file(NULL, old_name, new_name); in git_config_rename_section()
H A Dsubmodule.c152 if (git_config_rename_section_in_file(GITMODULES_FILE, sect.buf, NULL) < 0) { in remove_path_from_gitmodules()
/dports/devel/git-cvs/git-2.34.1/
H A Dconfig.h320 int git_config_rename_section_in_file(const char *, const char *, const char *);
H A Dconfig.c3400 int git_config_rename_section_in_file(const char *config_filename, in git_config_rename_section_in_file() function
3409 return git_config_rename_section_in_file(NULL, old_name, new_name); in git_config_rename_section()
H A Dsubmodule.c152 if (git_config_rename_section_in_file(GITMODULES_FILE, sect.buf, NULL) < 0) { in remove_path_from_gitmodules()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dconfig.c842 ret = git_config_rename_section_in_file(given_config_source.file, in cmd_config()
853 ret = git_config_rename_section_in_file(given_config_source.file, in cmd_config()
H A Dsubmodule--helper.c1159 git_config_rename_section_in_file(NULL, sub_key, NULL); in deinit_submodule()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dconfig.c938 ret = git_config_rename_section_in_file(given_config_source.file, in cmd_config()
949 ret = git_config_rename_section_in_file(given_config_source.file, in cmd_config()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dconfig.c938 ret = git_config_rename_section_in_file(given_config_source.file, in cmd_config()
949 ret = git_config_rename_section_in_file(given_config_source.file, in cmd_config()
/dports/devel/git/git-2.34.1/builtin/
H A Dconfig.c938 ret = git_config_rename_section_in_file(given_config_source.file, in cmd_config()
949 ret = git_config_rename_section_in_file(given_config_source.file, in cmd_config()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dconfig.c938 ret = git_config_rename_section_in_file(given_config_source.file, in cmd_config()
949 ret = git_config_rename_section_in_file(given_config_source.file, in cmd_config()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dconfig.c938 ret = git_config_rename_section_in_file(given_config_source.file, in cmd_config()
949 ret = git_config_rename_section_in_file(given_config_source.file, in cmd_config()

12