summaryrefslogtreecommitdiff
path: root/attr.c
AgeCommit message (Expand)Author
2012-12-18Add directory pattern matching to attributesJean-Noël AVILA
2012-11-09Merge branch 'nd/attr-match-optim-more'Jeff King
2012-10-25Merge branch 'nd/attr-match-optim'Jeff King
2012-10-15attr: more matching optimizations from .gitignoreNguyễn Thái Ngọc Duy
2012-10-05attr: avoid searching for basename on every matchNguyễn Thái Ngọc Duy
2012-10-05attr: avoid strlen() on every matchNguyễn Thái Ngọc Duy
2012-09-17Merge branch 'jk/config-warn-on-inaccessible-paths'Junio C Hamano
2012-09-15Merge branch 'jc/ll-merge-binary-ours'Junio C Hamano
2012-09-14attr: failure to open a .gitattributes file is OK with ENOTDIRJunio C Hamano
2012-09-09attr: "binary" attribute should choose built-in "binary" merge driverJunio C Hamano
2012-08-21warn_on_inaccessible(): a helper to warn on inaccessible pathsJunio C Hamano
2012-08-21attr: warn on inaccessible attribute filesJeff King
2012-07-24attr: make sure we have an xdg path before using itJeff King
2012-06-25Let core.attributesfile default to $XDG_CONFIG_HOME/git/attributesHuynh Khoi Nguyen Nguyen
2012-01-12Merge branch 'maint-1.7.6' into maint-1.7.7Junio C Hamano
2012-01-12attr: fix leak in free_attr_elemJeff King
2012-01-10Merge the attributes fix in from maint-1.6.6 branchJunio C Hamano
2012-01-10attr.c: clarify the logic to pop attr_stackJunio C Hamano
2012-01-10attr.c: make bootstrap_attr_stack() leave earlyJunio C Hamano
2012-01-10attr: drop misguided defensive codingJeff King
2012-01-10attr: don't confuse prefixes with leading directoriesJeff King
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