tokuhirom / git-xlsx-textconv

138 stars 23 forks source link

Wondering if "git diff --numstate " could show the add/delete line numbers of a xlsx file. #10

Closed ZhenshengLee closed 4 years ago

ZhenshengLee commented 6 years ago

Since you've changed the xlsx file to text using your go script so that git could show diff with that. Why not to change the binary attribute to false, that is "binary=false", and use "git log/diff --numstat" to see how many line numbers did you add/delete last month?

I've tried, but it seems does't work.

git 2.17 for windows