Searched refs:read_line_from_git_path (Results 1 – 6 of 6) sorted by relevance
1232 static char *read_line_from_git_path(const char *filename) in read_line_from_git_path() function1259 head = read_line_from_git_path("HEAD"); in split_commit_in_progress()1260 orig_head = read_line_from_git_path("ORIG_HEAD"); in split_commit_in_progress()1261 rebase_amend = read_line_from_git_path("rebase-merge/amend"); in split_commit_in_progress()1262 rebase_orig_head = read_line_from_git_path("rebase-merge/orig-head"); in split_commit_in_progress()
1181 static char *read_line_from_git_path(const char *filename) in read_line_from_git_path() function1208 head = read_line_from_git_path("HEAD"); in split_commit_in_progress()1209 orig_head = read_line_from_git_path("ORIG_HEAD"); in split_commit_in_progress()1210 rebase_amend = read_line_from_git_path("rebase-merge/amend"); in split_commit_in_progress()1211 rebase_orig_head = read_line_from_git_path("rebase-merge/orig-head"); in split_commit_in_progress()