From: Junio C Hamano <hidden> Date: 2016-06-16 02:19:20
Brandon Teska [off-list ref] 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 drop
"several text files" from the requirement.