Right now, the code is parsing output from git status This is dirty and the regex's will break when that output changes it's english wording (ie, it's brittle). There's got to be better more machine-readable output to find out what I need to know. Got to clean that up.
Right now, the code is parsing output from
git statusThis is dirty and the regex's will break when that output changes it's english wording (ie, it's brittle). There's got to be better more machine-readable output to find out what I need to know. Got to clean that up.