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

Function dotdot_missing

revision.c:2041–2049  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2039}
2040
2041static int dotdot_missing(const char *full_name,
2042 struct rev_info *revs, int symmetric)
2043{
2044 if (revs->ignore_missing)
2045 return 0;
2046 die(symmetric
2047 ? "Invalid symmetric difference expression %s"
2048 : "Invalid revision range %s", full_name);
2049}
2050
2051static int handle_dotdot_1(const char *a_name, const char *b_name,
2052 const char *full_name, int symmetric,

Callers 1

handle_dotdot_1Function · 0.85

Calls 1

dieFunction · 0.70

Tested by

no test coverage detected