read_line_from_git_path 1003 wt-status.c    	char *head = read_line_from_git_path("HEAD");
read_line_from_git_path 1004 wt-status.c    	char *orig_head = read_line_from_git_path("ORIG_HEAD");
read_line_from_git_path 1005 wt-status.c    	char *rebase_amend = read_line_from_git_path("rebase-merge/amend");
read_line_from_git_path 1006 wt-status.c    	char *rebase_orig_head = read_line_from_git_path("rebase-merge/orig-head");