Home
last modified time | relevance | path

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

/dports/devel/git-svn/git-2.34.1/builtin/
H A Dlog.c1732 char *cover_from_description_arg = NULL; in cmd_format_patch() local
1772 OPT_STRING(0, "cover-from-description", &cover_from_description_arg, in cmd_format_patch()
1873 if (cover_from_description_arg) in cmd_format_patch()
1874 cover_from_description_mode = parse_cover_from_description(cover_from_description_arg); in cmd_format_patch()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dlog.c1732 char *cover_from_description_arg = NULL; in cmd_format_patch() local
1772 OPT_STRING(0, "cover-from-description", &cover_from_description_arg, in cmd_format_patch()
1873 if (cover_from_description_arg) in cmd_format_patch()
1874 cover_from_description_mode = parse_cover_from_description(cover_from_description_arg); in cmd_format_patch()
/dports/devel/git/git-2.34.1/builtin/
H A Dlog.c1732 char *cover_from_description_arg = NULL; in cmd_format_patch() local
1772 OPT_STRING(0, "cover-from-description", &cover_from_description_arg, in cmd_format_patch()
1873 if (cover_from_description_arg) in cmd_format_patch()
1874 cover_from_description_mode = parse_cover_from_description(cover_from_description_arg); in cmd_format_patch()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dlog.c1732 char *cover_from_description_arg = NULL; in cmd_format_patch() local
1772 OPT_STRING(0, "cover-from-description", &cover_from_description_arg, in cmd_format_patch()
1873 if (cover_from_description_arg) in cmd_format_patch()
1874 cover_from_description_mode = parse_cover_from_description(cover_from_description_arg); in cmd_format_patch()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dlog.c1732 char *cover_from_description_arg = NULL; in cmd_format_patch() local
1772 OPT_STRING(0, "cover-from-description", &cover_from_description_arg, in cmd_format_patch()
1873 if (cover_from_description_arg) in cmd_format_patch()
1874 cover_from_description_mode = parse_cover_from_description(cover_from_description_arg); in cmd_format_patch()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dlog.c1613 char *cover_from_description_arg = NULL; in cmd_format_patch() local
1650 OPT_STRING(0, "cover-from-description", &cover_from_description_arg, in cmd_format_patch()
1750 if (cover_from_description_arg) in cmd_format_patch()
1751 cover_from_description_mode = parse_cover_from_description(cover_from_description_arg); in cmd_format_patch()