Searched refs:old_path_start (Results 1 – 1 of 1) sorted by relevance
1508 const char *old_path_start; in git_start() local1561 old_path_start = line + STRLEN_LITERAL("diff --git a/"); in git_start()1563 new_path_start = old_path_start; in git_start()1583 len_old = old_path_end - old_path_start; in git_start()1588 && ! strncmp(old_path_start, new_path_start, len_old)) in git_start()1591 SVN_ERR(grab_filename(&patch->old_filename, old_path_start, in git_start()