summaryrefslogtreecommitdiff
path: root/attr.c
Commit message (Expand)AuthorAgeFilesLines
* Fix buffer overflow in prepare_attr_stackDmitry Potapov2008-07-161-6/+9
* Ignore .gitattributes in bare repositoriesRené Scharfe2008-06-091-21/+25
* gitattributes: Fix subdirectory attributes specified from root directoryMatthew Ogilvie2008-04-221-1/+3
* gitattributes: fix relative path matchingJunio C Hamano2008-02-071-3/+3
* Merge branch 'maint'Shawn O. Pearce2007-10-191-1/+4
|\
| * attr: fix segfault in gitattributes parsing codeSteffen Prohaska2007-10-181-1/+4
* | Use xmemdupz() in many places.Pierre Habouzit2007-09-181-6/+1
|/
* attr.c: read .gitattributes from index as well.Junio C Hamano2007-08-141-2/+59
* attr.c: refactoringJunio C Hamano2007-08-141-26/+41
* Fix crash in t0020 (crlf conversion)Alex Riesen2007-04-221-2/+4
* Fix funny types used in attribute value representationJunio C Hamano2007-04-181-7/+13
* Allow more than true/false to attributes.Junio C Hamano2007-04-171-71/+123
* Change attribute negation marker from '!' to '-'.Junio C Hamano2007-04-151-5/+46
* Define a built-in attribute macro "binary".Junio C Hamano2007-04-151-0/+1
* attribute macro supportJunio C Hamano2007-04-151-48/+131
* Teach 'diff' about 'diff' attribute.Junio C Hamano2007-04-141-18/+0
* Define 'crlf' attribute.Junio C Hamano2007-04-141-0/+18
* Add basic infrastructure to assign attributes to pathsJunio C Hamano2007-04-141-0/+380