pub fn parse_numstat(output: &str) -> Vec<NumstatEntry>Expand description
Parse git diff --numstat output into NumstatEntry rows.
Each line is <additions>\t<deletions>\t<path>. Binary files report -
for the counts, which parse to 0.
pub fn parse_numstat(output: &str) -> Vec<NumstatEntry>Parse git diff --numstat output into NumstatEntry rows.
Each line is <additions>\t<deletions>\t<path>. Binary files report -
for the counts, which parse to 0.