// Status tells us whether the file has been wholly or partially added to a patch. We might want to pull this logic up into the gui package and make it a map like we do with cherry picked commits
Statusint// one of 'WHOLE' 'PART' 'NONE'
ChangeStatusstring// e.g. 'A' for added or 'M' for modified. This is based on the result from git diff --name-status