Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/attr.c
AgeCommit message (Expand)Author
2009-07-01attr: plug minor memory leakRené Scharfe
2009-06-18Fix big left-shifts of unsigned charLinus Torvalds
2009-05-02Fix a bunch of pointer declarations (codestyle)Felipe Contreras
2009-04-18attr: add GIT_ATTR_INDEX "direction"Nguyễn Thái Ngọc Duy
2009-03-14Read attributes from the index that is being checked outJunio C Hamano
2008-07-17Fix buffer overflow in prepare_attr_stackDmitry Potapov
2008-06-10Ignore .gitattributes in bare repositoriesRené Scharfe
2008-04-23gitattributes: Fix subdirectory attributes specified from root directoryMatthew Ogilvie
2008-02-07gitattributes: fix relative path matchingJunio C Hamano
2007-10-19Merge branch 'maint'Shawn O. Pearce
2007-10-19attr: fix segfault in gitattributes parsing codeSteffen Prohaska
2007-09-19Use xmemdupz() in many places.Pierre Habouzit
2007-08-15attr.c: read .gitattributes from index as well.Junio C Hamano
2007-08-15attr.c: refactoringJunio C Hamano
2007-04-22Fix crash in t0020 (crlf conversion)Alex Riesen
2007-04-19Fix funny types used in attribute value representationJunio C Hamano
2007-04-17Allow more than true/false to attributes.Junio C Hamano
2007-04-16Change attribute negation marker from '!' to '-'.Junio C Hamano
2007-04-16Define a built-in attribute macro "binary".Junio C Hamano
2007-04-16attribute macro supportJunio C Hamano
2007-04-14Teach 'diff' about 'diff' attribute.Junio C Hamano
2007-04-14Define 'crlf' attribute.Junio C Hamano
2007-04-14Add basic infrastructure to assign attributes to pathsJunio C Hamano