-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hasChanged function using Git log #80
Comments
Early indications suggest the following will work pretty quickly. If a file exists in the destination but has not yet been committed it is forwarded for processing again. gulp-git does not support git log but gulp-exec might be a better match anyway.
|
Together with another function to selectively pull the requested lfs files, I have a pretty usable solution. It's certainly not gulp ready and is probably pretty ugly code but it's a proof of concept if anyone has an interest contributing to make if more idiomatic or otherwise more fit for production.
|
I guess this is a feature request but I'll try and implement myself. Want to document use case and my progress, see if anyone else has ideas, suggestions or is interested.
If I store binary files, such as images in Git LFS. When I checkout the files they all get a modified/created date of the time the files are checked out.
Two solutions:
I think the second option might be worth perusing and profiling for relative performance? There is potential for half the read I/O none of the write I/O.
The text was updated successfully, but these errors were encountered: