Closed alexpolozov closed 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?
git-lfs
**/config/*.xml
git-lfs-migrate
The feature will be implemented soon under #9.
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 upgradegit-lfs-migrate
to take an LFS-compatible glob instead of a list of suffixes?