aboutsummaryrefslogtreecommitdiff
path: root/attr.c
Commit message (Expand)AuthorAge
* Add global and system-wide gitattributesPetr Onderka2010-09-01
* Merge branch 'eb/core-eol'Junio C Hamano2010-06-21
|\
| * Rename the "crlf" attribute "text"Eyvind Bernhardsen2010-05-19
* | attr: Expand macros immediately when encountered.Henrik Grubbström2010-04-10
* | attr: Allow multiple changes to an attribute on the same line.Henrik Grubbström2010-04-10
* | attr: Fixed debug output for macro expansion.Henrik Grubbström2010-04-10
|/
* git_attr(): fix function signatureJunio C Hamano2010-01-16
* attr: plug minor memory leakRené Scharfe2009-06-30
* Fix big left-shifts of unsigned charLinus Torvalds2009-06-18
* Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-01
* attr: add GIT_ATTR_INDEX "direction"Nguyễn Thái Ngọc Duy2009-04-17
* Read attributes from the index that is being checked outJunio C Hamano2009-03-13
* Fix buffer overflow in prepare_attr_stackDmitry Potapov2008-07-16
* Ignore .gitattributes in bare repositoriesRené Scharfe2008-06-09
* gitattributes: Fix subdirectory attributes specified from root directoryMatthew Ogilvie2008-04-22
* gitattributes: fix relative path matchingJunio C Hamano2008-02-07
* Merge branch 'maint'Shawn O. Pearce2007-10-19
|\
| * attr: fix segfault in gitattributes parsing codeSteffen Prohaska2007-10-18
* | Use xmemdupz() in many places.Pierre Habouzit2007-09-18
|/
* attr.c: read .gitattributes from index as well.Junio C Hamano2007-08-14
* attr.c: refactoringJunio C Hamano2007-08-14
* Fix crash in t0020 (crlf conversion)Alex Riesen2007-04-22
* Fix funny types used in attribute value representationJunio C Hamano2007-04-18
* Allow more than true/false to attributes.Junio C Hamano2007-04-17
* Change attribute negation marker from '!' to '-'.Junio C Hamano2007-04-15
* Define a built-in attribute macro "binary".Junio C Hamano2007-04-15
* attribute macro supportJunio C Hamano2007-04-15
* Teach 'diff' about 'diff' attribute.Junio C Hamano2007-04-14
* Define 'crlf' attribute.Junio C Hamano2007-04-14
* Add basic infrastructure to assign attributes to pathsJunio C Hamano2007-04-14