MCPcopy Create free account
hub / github.com/git/git / die_for_incompatible_opt3

Function die_for_incompatible_opt3

parse-options.h:444–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442
443
444static inline void die_for_incompatible_opt3(int opt1, const char *opt1_name,
445 int opt2, const char *opt2_name,
446 int opt3, const char *opt3_name)
447{
448 die_for_incompatible_opt4(opt1, opt1_name,
449 opt2, opt2_name,
450 opt3, opt3_name,
451 0, "");
452}
453
454static inline void die_for_incompatible_opt2(int opt1, const char *opt1_name,
455 int opt2, const char *opt2_name)

Callers 7

setup_revisionsFunction · 0.85
cmd_show_refFunction · 0.85
cmd_format_patchFunction · 0.85
cmd_grepFunction · 0.85
cmd_replayFunction · 0.85
cmd_repackFunction · 0.85
cmd_difftoolFunction · 0.85

Calls 1

Tested by

no test coverage detected