summaryrefslogtreecommitdiff
path: root/attr.c
AgeCommit message (Expand)Author
2011-10-11attr.c: respect core.ignorecase when matching attribute patternsBrandon Casey
2011-10-06attr: read core.attributesfile from git_default_core_configJunio C Hamano
2011-10-06cleanup: use internal memory allocation wrapper functions everywhereBrandon Casey
2011-10-06attr.c: avoid inappropriate access to strbuf "buf" memberBrandon Casey
2011-08-29Merge branch 'mh/attr'Junio C Hamano
2011-08-14Unroll the loop over passesMichael Haggerty
2011-08-14Change while loop into for loopMichael Haggerty
2011-08-14Determine the start of the states outside of the pass loopMichael Haggerty
2011-08-14Change parse_attr() to take a pointer to struct attr_stateMichael Haggerty
2011-08-14Increment num_attr in parse_attr_line(), not parse_attr()Michael Haggerty
2011-08-14Document struct match_attrMichael Haggerty
2011-08-14Add a file commentMichael Haggerty
2011-08-04Rename git_checkattr() to git_check_attr()Michael Haggerty
2011-08-04Allow querying all attributes on a fileMichael Haggerty
2011-08-04Remove redundant checkMichael Haggerty
2011-08-04Remove redundant call to bootstrap_attr_stack()Michael Haggerty
2011-08-04Extract a function collect_all_attrs()Michael Haggerty
2011-08-04Teach prepare_attr_stack() to figure out dirlen itselfMichael Haggerty
2011-08-04Provide access to the name attribute of git_attrMichael Haggerty
2011-08-04Disallow the empty string as an attribute nameMichael Haggerty
2011-08-04Remove anachronism from commentMichael Haggerty
2011-04-22sparse: Fix some "symbol not declared" warningsRamsay Jones
2011-03-15gitattributes: drop support for GIT_ATTR_NOGLOBALJonathan Nieder
2010-09-01Add global and system-wide gitattributesPetr Onderka
2010-06-21Merge branch 'eb/core-eol'Junio C Hamano
2010-05-20Rename the "crlf" attribute "text"Eyvind Bernhardsen
2010-04-11attr: Expand macros immediately when encountered.Henrik Grubbström
2010-04-11attr: Allow multiple changes to an attribute on the same line.Henrik Grubbström
2010-04-11attr: Fixed debug output for macro expansion.Henrik Grubbström
2010-01-17git_attr(): fix function signatureJunio C Hamano
2009-06-30attr: plug minor memory leakRené Scharfe
2009-06-18Fix big left-shifts of unsigned charLinus Torvalds
2009-05-01Fix 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-16Fix buffer overflow in prepare_attr_stackDmitry Potapov
2008-06-09Ignore .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-18Fix funny types used in attribute value representationJunio C Hamano
2007-04-17Allow more than true/false to attributes.Junio C Hamano
2007-04-15Change attribute negation marker from '!' to '-'.Junio C Hamano
2007-04-15Define a built-in attribute macro "binary".Junio C Hamano
2007-04-15attribute macro supportJunio C Hamano