Searched refs:force_author (Results 1 – 6 of 6) sorted by relevance
/dports/devel/git-svn/git-2.34.1/builtin/ |
H A D | commit.c | 101 static const char *logfile, *force_author; variable 636 if (force_author) { in determine_author_info() 639 if (split_ident_line(&ident, force_author, strlen(force_author)) < 0) in determine_author_info() 1249 if (force_author && !strchr(force_author, '>')) in parse_and_validate_options() 1250 force_author = find_author_by_nickname(force_author); in parse_and_validate_options() 1252 if (force_author && renew_authorship) in parse_and_validate_options() 1624 OPT_STRING(0, "author", &force_author, N_("author"), N_("override author for commit")), in cmd_commit()
|
/dports/devel/git-p4/git-2.34.1/builtin/ |
H A D | commit.c | 101 static const char *logfile, *force_author; variable 636 if (force_author) { in determine_author_info() 639 if (split_ident_line(&ident, force_author, strlen(force_author)) < 0) in determine_author_info() 1249 if (force_author && !strchr(force_author, '>')) in parse_and_validate_options() 1250 force_author = find_author_by_nickname(force_author); in parse_and_validate_options() 1252 if (force_author && renew_authorship) in parse_and_validate_options() 1624 OPT_STRING(0, "author", &force_author, N_("author"), N_("override author for commit")), in cmd_commit()
|
/dports/devel/git/git-2.34.1/builtin/ |
H A D | commit.c | 101 static const char *logfile, *force_author; variable 636 if (force_author) { in determine_author_info() 639 if (split_ident_line(&ident, force_author, strlen(force_author)) < 0) in determine_author_info() 1249 if (force_author && !strchr(force_author, '>')) in parse_and_validate_options() 1250 force_author = find_author_by_nickname(force_author); in parse_and_validate_options() 1252 if (force_author && renew_authorship) in parse_and_validate_options() 1624 OPT_STRING(0, "author", &force_author, N_("author"), N_("override author for commit")), in cmd_commit()
|
/dports/devel/git-gui/git-2.34.1/builtin/ |
H A D | commit.c | 101 static const char *logfile, *force_author; variable 636 if (force_author) { in determine_author_info() 639 if (split_ident_line(&ident, force_author, strlen(force_author)) < 0) in determine_author_info() 1249 if (force_author && !strchr(force_author, '>')) in parse_and_validate_options() 1250 force_author = find_author_by_nickname(force_author); in parse_and_validate_options() 1252 if (force_author && renew_authorship) in parse_and_validate_options() 1624 OPT_STRING(0, "author", &force_author, N_("author"), N_("override author for commit")), in cmd_commit()
|
/dports/devel/git-cvs/git-2.34.1/builtin/ |
H A D | commit.c | 101 static const char *logfile, *force_author; variable 636 if (force_author) { in determine_author_info() 639 if (split_ident_line(&ident, force_author, strlen(force_author)) < 0) in determine_author_info() 1249 if (force_author && !strchr(force_author, '>')) in parse_and_validate_options() 1250 force_author = find_author_by_nickname(force_author); in parse_and_validate_options() 1252 if (force_author && renew_authorship) in parse_and_validate_options() 1624 OPT_STRING(0, "author", &force_author, N_("author"), N_("override author for commit")), in cmd_commit()
|
/dports/devel/cgit/cgit-1.2.3/git/builtin/ |
H A D | commit.c | 97 static const char *logfile, *force_author; variable 619 if (force_author) { in determine_author_info() 622 if (split_ident_line(&ident, force_author, strlen(force_author)) < 0) in determine_author_info() 1163 if (force_author && !strchr(force_author, '>')) in parse_and_validate_options() 1164 force_author = find_author_by_nickname(force_author); in parse_and_validate_options() 1166 if (force_author && renew_authorship) in parse_and_validate_options() 1495 OPT_STRING(0, "author", &force_author, N_("author"), N_("override author for commit")), in cmd_commit()
|