Re: Pre-Process Files for Commits and Pulls

2016-05-11 Thread Junio C Hamano
Brandon Teska writes: > 1. Person A works on (binary) file locally > 2. Person A commits and pushes to the repo > 3. Before the push, a script deconstructs the binary file into several > text files > 4. Those text files are pushed A smudge/clean filter pair is how this is done, but you need to d

Pre-Process Files for Commits and Pulls

2016-05-11 Thread Brandon Teska
Hi everyone, I have an unusual question. I'm curious if git can pre-process files before pushing them to a remote repo and then reprocess them on pulls. Basically, I'm trying to work collaboratively with a few colleagues on a project using another software program. I've decoded the file we've been