On Feb 21, 2007, at 7:55 AM, Johannes Schindelin wrote:
What you conveniently "forgot" to quote was the case: if we want
this to
decide on when to use crlf<->lf transformation, we should decide that
locally.
It seems to me that a tracked .gitattributes file should have things
like
*.txt: text
*.gif: binary
*.[ch]: text
And the .git/config should have
[attribute "text"]
mangle = crlf
[attribute "binary"]
merge = none
The type of each file should be tracked, but what to do with each
type is a local issue. Trying to merge the two is madness.
~~ Brian
-
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