Todd A. Jacobs schrieb:
On Wed, Nov 14, 2007 at 12:07:29AM +0100, Jakub Narebski wrote:
Take a look at gitattributes(5), namely 'filter' attribute.
Thanks, I took a look at the man page you suggested. The "ident" feature
almost does what I want, but doesn't seem to take any sort of format
string. So, I thought I'd explore "filter," but can't really find any
examples of how to implement the smudge and clean commands, which seem
to be what I'm really trying to do here.
A clean and smudge filter processes one file at a time. It reads the old
content from stdin and writes the result to stdout.
There is a tiny example in the test suite, t/t0021-conversion.sh, look for
rot13.sh.
-- Hannes
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html