paulfitz / daff

align and compare tables
https://paulfitz.github.io/daff
MIT License
790 stars 68 forks source link

daff git csv with lfs #154

Open Mincol opened 4 years ago

Mincol commented 4 years ago

I am using git lfs extension for storing csv files. Right now if git is configured with filter for csv files, daff will not add itself. (Git does not support multiple filters, diffs and merges)

Would it be possible to include filter, diff and merge wrapper which would call lfs and then daff?