Closed
Issue #6
· created by
·
Add command that installs a git filter for automatic inflate/deflate
A so called git filter can be attributed for files matching patterns.
See "filter" at: http://git-scm.com/docs/gitattributes
This filter then defines two commmands, "smudge" and "clean" that gets called to operate on stdin/stdout. Smudge means "make the content from git usable" (in other words inflated) and "clean" is the opposite, "make the content suitable for commit" (in other words deflated).