bozaro / git-lfs-migrate

Simple project for convert old repository for using git-lfs feature
MIT License
222 stars 29 forks source link

Support an arbitrary glob, not just a suffix #8

Closed alexpolozov closed 8 years ago

alexpolozov commented 8 years ago

git-lfs can take an arbitrary glob path as an argument. In my case I need to track something like **/config/*.xml (only those XMLs, not all XMLs). Can you please upgrade git-lfs-migrate to take an LFS-compatible glob instead of a list of suffixes?

bozaro commented 8 years ago

The feature will be implemented soon under #9.