summaryrefslogtreecommitdiffstats
path: root/attr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-021-2/+2
* attr: add GIT_ATTR_INDEX "direction"Nguyễn Thái Ngọc Duy2009-04-181-3/+9
* Read attributes from the index that is being checked outJunio C Hamano2009-03-141-18/+55
* Fix buffer overflow in prepare_attr_stackDmitry Potapov2008-07-161-6/+9
* Ignore .gitattributes in bare repositoriesRené Scharfe2008-06-101-21/+25
* gitattributes: Fix subdirectory attributes specified from root directoryMatthew Ogilvie2008-04-231-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-191-1/+4
* | Use xmemdupz() in many places.Pierre Habouzit2007-09-191-6/+1
|/
* attr.c: read .gitattributes from index as well.Junio C Hamano2007-08-151-2/+59
* attr.c: refactoringJunio C Hamano2007-08-151-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-191-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-161-5/+46
* Define a built-in attribute macro "binary".Junio C Hamano2007-04-161-0/+1
* attribute macro supportJunio C Hamano2007-04-161-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