summaryrefslogtreecommitdiffstats
path: root/attr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-16git_attr(): fix function signatureJunio C Hamano1-3/+8
2009-06-30attr: plug minor memory leakRené Scharfe1-0/+2
2009-06-18Fix big left-shifts of unsigned charLinus Torvalds1-2/+1
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras1-2/+2
2009-04-17attr: add GIT_ATTR_INDEX "direction"Nguyễn Thái Ngọc Duy1-3/+9
2009-03-13Read attributes from the index that is being checked outJunio C Hamano1-18/+55
2008-07-16Fix buffer overflow in prepare_attr_stackDmitry Potapov1-6/+9
2008-06-09Ignore .gitattributes in bare repositoriesRené Scharfe1-21/+25
2008-04-22gitattributes: Fix subdirectory attributes specified from root directoryMatthew Ogilvie1-1/+3
2008-02-07gitattributes: fix relative path matchingJunio C Hamano1-3/+3
2007-10-19Merge branch 'maint'Shawn O. Pearce1-1/+4
2007-10-18attr: fix segfault in gitattributes parsing codeSteffen Prohaska1-1/+4
2007-09-18Use xmemdupz() in many places.Pierre Habouzit1-6/+1
2007-08-14attr.c: read .gitattributes from index as well.Junio C Hamano1-2/+59
2007-08-14attr.c: refactoringJunio C Hamano1-26/+41
2007-04-22Fix crash in t0020 (crlf conversion)Alex Riesen1-2/+4
2007-04-18Fix funny types used in attribute value representationJunio C Hamano1-7/+13
2007-04-17Allow more than true/false to attributes.Junio C Hamano1-71/+123
2007-04-15Change attribute negation marker from '!' to '-'.Junio C Hamano1-5/+46
2007-04-15Define a built-in attribute macro "binary".Junio C Hamano1-0/+1
2007-04-15attribute macro supportJunio C Hamano1-48/+131
2007-04-14Teach 'diff' about 'diff' attribute.Junio C Hamano1-18/+0
2007-04-14Define 'crlf' attribute.Junio C Hamano1-0/+18
2007-04-14Add basic infrastructure to assign attributes to pathsJunio C Hamano1-0/+380