summaryrefslogtreecommitdiff
path: root/attr.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-28Merge branch 'mh/attr'Libravatar Junio C Hamano1-50/+63
2011-08-14Unroll the loop over passesLibravatar Michael Haggerty1-25/+26
2011-08-14Change while loop into for loopLibravatar Michael Haggerty1-4/+1
2011-08-14Determine the start of the states outside of the pass loopLibravatar Michael Haggerty1-3/+5
2011-08-14Change parse_attr() to take a pointer to struct attr_stateLibravatar Michael Haggerty1-6/+11
2011-08-14Increment num_attr in parse_attr_line(), not parse_attr()Libravatar Michael Haggerty1-4/+4
2011-08-14Document struct match_attrLibravatar Michael Haggerty1-0/+14
2011-08-14Add a file commentLibravatar Michael Haggerty1-16/+10
2011-08-04Rename git_checkattr() to git_check_attr()Libravatar Michael Haggerty1-1/+1
2011-08-04Allow querying all attributes on a fileLibravatar Michael Haggerty1-0/+28
2011-08-04Remove redundant checkLibravatar Michael Haggerty1-2/+1
2011-08-04Remove redundant call to bootstrap_attr_stack()Libravatar Michael Haggerty1-1/+0
2011-08-04Extract a function collect_all_attrs()Libravatar Michael Haggerty1-3/+14
2011-08-04Teach prepare_attr_stack() to figure out dirlen itselfLibravatar Michael Haggerty1-10/+11
2011-08-04Provide access to the name attribute of git_attrLibravatar Michael Haggerty1-0/+5
2011-08-04Disallow the empty string as an attribute nameLibravatar Michael Haggerty1-1/+1
2011-08-04Remove anachronism from commentLibravatar Michael Haggerty1-4/+2
2011-04-22sparse: Fix some "symbol not declared" warningsLibravatar Ramsay Jones1-2/+2
2011-03-15gitattributes: drop support for GIT_ATTR_NOGLOBALLibravatar Jonathan Nieder1-6/+1
2010-09-01Add global and system-wide gitattributesLibravatar Petr Onderka1-1/+51
2010-06-21Merge branch 'eb/core-eol'Libravatar Junio C Hamano1-1/+1
2010-05-19Rename the "crlf" attribute "text"Libravatar Eyvind Bernhardsen1-1/+1
2010-04-10attr: Expand macros immediately when encountered.Libravatar Henrik Grubbström1-12/+20
2010-04-10attr: Allow multiple changes to an attribute on the same line.Libravatar Henrik Grubbström1-1/+1
2010-04-10attr: Fixed debug output for macro expansion.Libravatar Henrik Grubbström1-1/+3
2010-01-16git_attr(): fix function signatureLibravatar Junio C Hamano1-3/+8
2009-06-30attr: plug minor memory leakLibravatar René Scharfe1-0/+2
2009-06-18Fix big left-shifts of unsigned charLibravatar Linus Torvalds1-2/+1
2009-05-01Fix a bunch of pointer declarations (codestyle)Libravatar Felipe Contreras1-2/+2
2009-04-17attr: add GIT_ATTR_INDEX "direction"Libravatar Nguyễn Thái Ngọc Duy1-3/+9
2009-03-13Read attributes from the index that is being checked outLibravatar Junio C Hamano1-18/+55
2008-07-16Fix buffer overflow in prepare_attr_stackLibravatar Dmitry Potapov1-6/+9
2008-06-09Ignore .gitattributes in bare repositoriesLibravatar René Scharfe1-21/+25
2008-04-22gitattributes: Fix subdirectory attributes specified from root directoryLibravatar Matthew Ogilvie1-1/+3
2008-02-07gitattributes: fix relative path matchingLibravatar Junio C Hamano1-3/+3
2007-10-19Merge branch 'maint'Libravatar Shawn O. Pearce1-1/+4
2007-10-18attr: fix segfault in gitattributes parsing codeLibravatar Steffen Prohaska1-1/+4
2007-09-18Use xmemdupz() in many places.Libravatar Pierre Habouzit1-6/+1
2007-08-14attr.c: read .gitattributes from index as well.Libravatar Junio C Hamano1-2/+59
2007-08-14attr.c: refactoringLibravatar Junio C Hamano1-26/+41
2007-04-22Fix crash in t0020 (crlf conversion)Libravatar Alex Riesen1-2/+4
2007-04-18Fix funny types used in attribute value representationLibravatar Junio C Hamano1-7/+13
2007-04-17Allow more than true/false to attributes.Libravatar Junio C Hamano1-71/+123
2007-04-15Change attribute negation marker from '!' to '-'.Libravatar Junio C Hamano1-5/+46
2007-04-15Define a built-in attribute macro "binary".Libravatar Junio C Hamano1-0/+1
2007-04-15attribute macro supportLibravatar Junio C Hamano1-48/+131
2007-04-14Teach 'diff' about 'diff' attribute.Libravatar Junio C Hamano1-18/+0
2007-04-14Define 'crlf' attribute.Libravatar Junio C Hamano1-0/+18
2007-04-14Add basic infrastructure to assign attributes to pathsLibravatar Junio C Hamano1-0/+380