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

Function gitdiff_oldname

apply.c:976–983  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

974}
975
976static int gitdiff_oldname(struct gitdiff_data *state,
977 const char *line,
978 struct patch *patch)
979{
980 return gitdiff_verify_name(state, line,
981 patch->is_new, &patch->old_name,
982 DIFF_OLD_NAME);
983}
984
985static int gitdiff_newname(struct gitdiff_data *state,
986 const char *line,

Callers

nothing calls this directly

Calls 1

gitdiff_verify_nameFunction · 0.85

Tested by

no test coverage detected