summaryrefslogtreecommitdiff
path: root/convert.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-26Fix mishandling of $Id$ expanded in the repository copy in convert.cLibravatar Andy Parkins1-2/+37
2007-05-18Fix crlf attribute handling to match documentationLibravatar Andy Parkins1-2/+2
2007-05-18git-archive: convert archive entries like checkouts doLibravatar René Scharfe1-0/+15
2007-05-14Use $Id$ as the ident attribute keyword rather than $ident$ to be consistent ...Libravatar Andy Parkins1-22/+22
2007-04-24Add 'filter' attribute and external filter driver definition.Libravatar Junio C Hamano1-3/+234
2007-04-24Add 'ident' conversion.Libravatar Junio C Hamano1-10/+184
2007-04-22Fix a typo in crlf conversion codeLibravatar Alex Riesen1-5/+5
2007-04-21convert.c: restructure the attribute checking part.Libravatar Junio C Hamano1-20/+28
2007-04-20Simplify calling of CR/LF conversion routinesLibravatar Alex Riesen1-36/+35
2007-04-19Update 'crlf' attribute semantics.Libravatar Junio C Hamano1-49/+26
2007-04-18Fix funny types used in attribute value representationLibravatar Junio C Hamano1-1/+1
2007-04-17Allow more than true/false to attributes.Libravatar Junio C Hamano1-3/+13
2007-04-15Fix 'crlf' attribute semantics.Libravatar Junio C Hamano1-44/+78
2007-04-14Define 'crlf' attribute.Libravatar Junio C Hamano1-7/+42
2007-02-14Make AutoCRLF ternary variable.Libravatar Linus Torvalds1-1/+1
2007-02-14Lazy man's auto-CRLFLibravatar Linus Torvalds1-0/+186