On Friday, March 20, 2015 at 1:48:30 AM UTC+1, Todd Doughty wrote:
>
> Hello all,
>
> I'm part of a research project trying to transition to git.  We have a lot 
> of binary files in our old version and to deal with this, we are thinking 
> of using git-fat <https://github.com/jedbrown/git-fat>.  While this is 
> fairly simple to accomplish, and easy to run with git fat commands, we 
> would like (if possible to use git hooks to automate the process). 
>  However, it seems like this requires hooks attached to git push/fetch.  Is 
> there any development ongoing to extend the commands that can implement a 
> git hook?  Or is there any way to extend this ourselves?  Thanks.
>

Perhaps you could achieve what you want using smudge/clean filters? There's 
a lot to learn from the recent discussions regarding Git handling big 
files: https://news.ycombinator.com/item?id=9343021  - perhaps you'll even 
find some other big-file option that works better for you.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to