Home
last modified time | relevance | path

Searched refs:current_parsing_scope (Results 1 – 6 of 6) sorted by relevance

/dports/devel/git-svn/git-2.34.1/
H A Dconfig.c77 static enum config_scope current_parsing_scope; variable
1875 enum config_scope prev_parsing_scope = current_parsing_scope; in do_git_config_sequence()
1884 current_parsing_scope = CONFIG_SCOPE_SYSTEM; in do_git_config_sequence()
1890 current_parsing_scope = CONFIG_SCOPE_GLOBAL; in do_git_config_sequence()
1899 current_parsing_scope = CONFIG_SCOPE_LOCAL; in do_git_config_sequence()
1904 current_parsing_scope = CONFIG_SCOPE_WORKTREE; in do_git_config_sequence()
1912 current_parsing_scope = CONFIG_SCOPE_COMMAND; in do_git_config_sequence()
1916 current_parsing_scope = prev_parsing_scope; in do_git_config_sequence()
1939 current_parsing_scope = config_source->scope; in config_with_options()
2086 kv_info->scope = current_parsing_scope; in configset_add_value()
[all …]
/dports/devel/git-p4/git-2.34.1/
H A Dconfig.c77 static enum config_scope current_parsing_scope; variable
1875 enum config_scope prev_parsing_scope = current_parsing_scope; in do_git_config_sequence()
1884 current_parsing_scope = CONFIG_SCOPE_SYSTEM; in do_git_config_sequence()
1890 current_parsing_scope = CONFIG_SCOPE_GLOBAL; in do_git_config_sequence()
1899 current_parsing_scope = CONFIG_SCOPE_LOCAL; in do_git_config_sequence()
1904 current_parsing_scope = CONFIG_SCOPE_WORKTREE; in do_git_config_sequence()
1912 current_parsing_scope = CONFIG_SCOPE_COMMAND; in do_git_config_sequence()
1916 current_parsing_scope = prev_parsing_scope; in do_git_config_sequence()
1939 current_parsing_scope = config_source->scope; in config_with_options()
2086 kv_info->scope = current_parsing_scope; in configset_add_value()
[all …]
/dports/devel/git/git-2.34.1/
H A Dconfig.c77 static enum config_scope current_parsing_scope; variable
1875 enum config_scope prev_parsing_scope = current_parsing_scope; in do_git_config_sequence()
1884 current_parsing_scope = CONFIG_SCOPE_SYSTEM; in do_git_config_sequence()
1890 current_parsing_scope = CONFIG_SCOPE_GLOBAL; in do_git_config_sequence()
1899 current_parsing_scope = CONFIG_SCOPE_LOCAL; in do_git_config_sequence()
1904 current_parsing_scope = CONFIG_SCOPE_WORKTREE; in do_git_config_sequence()
1912 current_parsing_scope = CONFIG_SCOPE_COMMAND; in do_git_config_sequence()
1916 current_parsing_scope = prev_parsing_scope; in do_git_config_sequence()
1939 current_parsing_scope = config_source->scope; in config_with_options()
2086 kv_info->scope = current_parsing_scope; in configset_add_value()
[all …]
/dports/devel/git-gui/git-2.34.1/
H A Dconfig.c77 static enum config_scope current_parsing_scope; variable
1875 enum config_scope prev_parsing_scope = current_parsing_scope; in do_git_config_sequence()
1884 current_parsing_scope = CONFIG_SCOPE_SYSTEM; in do_git_config_sequence()
1890 current_parsing_scope = CONFIG_SCOPE_GLOBAL; in do_git_config_sequence()
1899 current_parsing_scope = CONFIG_SCOPE_LOCAL; in do_git_config_sequence()
1904 current_parsing_scope = CONFIG_SCOPE_WORKTREE; in do_git_config_sequence()
1912 current_parsing_scope = CONFIG_SCOPE_COMMAND; in do_git_config_sequence()
1916 current_parsing_scope = prev_parsing_scope; in do_git_config_sequence()
1939 current_parsing_scope = config_source->scope; in config_with_options()
2086 kv_info->scope = current_parsing_scope; in configset_add_value()
[all …]
/dports/devel/git-cvs/git-2.34.1/
H A Dconfig.c77 static enum config_scope current_parsing_scope; variable
1875 enum config_scope prev_parsing_scope = current_parsing_scope; in do_git_config_sequence()
1884 current_parsing_scope = CONFIG_SCOPE_SYSTEM; in do_git_config_sequence()
1890 current_parsing_scope = CONFIG_SCOPE_GLOBAL; in do_git_config_sequence()
1899 current_parsing_scope = CONFIG_SCOPE_LOCAL; in do_git_config_sequence()
1904 current_parsing_scope = CONFIG_SCOPE_WORKTREE; in do_git_config_sequence()
1912 current_parsing_scope = CONFIG_SCOPE_COMMAND; in do_git_config_sequence()
1916 current_parsing_scope = prev_parsing_scope; in do_git_config_sequence()
1939 current_parsing_scope = config_source->scope; in config_with_options()
2086 kv_info->scope = current_parsing_scope; in configset_add_value()
[all …]
/dports/devel/cgit/cgit-1.2.3/git/
H A Dconfig.c75 static enum config_scope current_parsing_scope; variable
1713 current_parsing_scope = CONFIG_SCOPE_SYSTEM; in do_git_config_sequence()
1720 current_parsing_scope = CONFIG_SCOPE_GLOBAL; in do_git_config_sequence()
1727 current_parsing_scope = CONFIG_SCOPE_REPO; in do_git_config_sequence()
1743 current_parsing_scope = CONFIG_SCOPE_CMDLINE; in do_git_config_sequence()
1747 current_parsing_scope = CONFIG_SCOPE_UNKNOWN; in do_git_config_sequence()
1909 kv_info->scope = current_parsing_scope; in configset_add_value()
3317 return current_parsing_scope; in current_config_scope()