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

Function gitdiff_newname

apply.c:985–992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

983}
984
985static int gitdiff_newname(struct gitdiff_data *state,
986 const char *line,
987 struct patch *patch)
988{
989 return gitdiff_verify_name(state, line,
990 patch->is_delete, &patch->new_name,
991 DIFF_NEW_NAME);
992}
993
994static int parse_mode_line(const char *line,
995 const char *patch_input_file,

Callers

nothing calls this directly

Calls 1

gitdiff_verify_nameFunction · 0.85

Tested by

no test coverage detected