Home
last modified time | relevance | path

Searched refs:pushremote_name (Results 1 – 12 of 12) sorted by relevance

/dports/devel/cgit/cgit-1.2.3/git/
H A Dremote.c47 static const char *pushremote_name; variable
330 return git_config_string(&branch->pushremote_name, key, value); in handle_config()
360 return git_config_string(&pushremote_name, key, value); in handle_config()
505 if (branch && branch->pushremote_name) { in pushremote_for_branch()
508 return branch->pushremote_name; in pushremote_for_branch()
510 if (pushremote_name) { in pushremote_for_branch()
513 return pushremote_name; in pushremote_for_branch()
H A Dremote.h241 const char *pushremote_name; member
/dports/devel/git-gui/git-2.34.1/
H A Dremote.c47 static const char *pushremote_name; variable
315 return git_config_string(&branch->pushremote_name, key, value); in handle_config()
345 return git_config_string(&pushremote_name, key, value); in handle_config()
491 if (branch && branch->pushremote_name) { in pushremote_for_branch()
494 return branch->pushremote_name; in pushremote_for_branch()
496 if (pushremote_name) { in pushremote_for_branch()
499 return pushremote_name; in pushremote_for_branch()
H A Dremote.h269 const char *pushremote_name; member
/dports/devel/git-p4/git-2.34.1/
H A Dremote.c47 static const char *pushremote_name; variable
315 return git_config_string(&branch->pushremote_name, key, value); in handle_config()
345 return git_config_string(&pushremote_name, key, value); in handle_config()
491 if (branch && branch->pushremote_name) { in pushremote_for_branch()
494 return branch->pushremote_name; in pushremote_for_branch()
496 if (pushremote_name) { in pushremote_for_branch()
499 return pushremote_name; in pushremote_for_branch()
H A Dremote.h269 const char *pushremote_name; member
/dports/devel/git-svn/git-2.34.1/
H A Dremote.c47 static const char *pushremote_name; variable
315 return git_config_string(&branch->pushremote_name, key, value); in handle_config()
345 return git_config_string(&pushremote_name, key, value); in handle_config()
491 if (branch && branch->pushremote_name) { in pushremote_for_branch()
494 return branch->pushremote_name; in pushremote_for_branch()
496 if (pushremote_name) { in pushremote_for_branch()
499 return pushremote_name; in pushremote_for_branch()
H A Dremote.h269 const char *pushremote_name; member
/dports/devel/git/git-2.34.1/
H A Dremote.c47 static const char *pushremote_name; variable
315 return git_config_string(&branch->pushremote_name, key, value); in handle_config()
345 return git_config_string(&pushremote_name, key, value); in handle_config()
491 if (branch && branch->pushremote_name) { in pushremote_for_branch()
494 return branch->pushremote_name; in pushremote_for_branch()
496 if (pushremote_name) { in pushremote_for_branch()
499 return pushremote_name; in pushremote_for_branch()
H A Dremote.h269 const char *pushremote_name; member
/dports/devel/git-cvs/git-2.34.1/
H A Dremote.c47 static const char *pushremote_name; variable
315 return git_config_string(&branch->pushremote_name, key, value); in handle_config()
345 return git_config_string(&pushremote_name, key, value); in handle_config()
491 if (branch && branch->pushremote_name) { in pushremote_for_branch()
494 return branch->pushremote_name; in pushremote_for_branch()
496 if (pushremote_name) { in pushremote_for_branch()
499 return pushremote_name; in pushremote_for_branch()
H A Dremote.h269 const char *pushremote_name; member