Searched refs:old_path_start (Results 1 – 1 of 1) sorted by relevance
1548 const char *old_path_start; in git_start() local1601 old_path_start = line + STRLEN_LITERAL("diff --git a/"); in git_start()1603 new_path_start = old_path_start; in git_start()1623 len_old = old_path_end - old_path_start; in git_start()1628 && ! strncmp(old_path_start, new_path_start, len_old)) in git_start()1631 SVN_ERR(grab_filename(&patch->old_filename, old_path_start, in git_start()