summaryrefslogtreecommitdiff
path: root/attr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint-1.7.6' into maint-1.7.7Junio C Hamano2012-01-111-0/+1
|\
| * attr: fix leak in free_attr_elemJeff King2012-01-111-0/+1
* | Merge the attributes fix in from maint-1.6.6 branchJunio C Hamano2012-01-101-32/+43
|\ \ | |/
| * attr.c: clarify the logic to pop attr_stackJunio C Hamano2012-01-101-1/+10
| * attr.c: make bootstrap_attr_stack() leave earlyJunio C Hamano2012-01-101-30/+31
| * attr: drop misguided defensive codingJeff King2012-01-101-1/+1
| * attr: don't confuse prefixes with leading directoriesJeff King2012-01-101-1/+2
* | attr.c: respect core.ignorecase when matching attribute patternsBrandon Casey2011-10-111-2/+3
* | attr: read core.attributesfile from git_default_core_configJunio C Hamano2011-10-061-13/+2
* | cleanup: use internal memory allocation wrapper functions everywhereBrandon Casey2011-10-061-1/+1
* | attr.c: avoid inappropriate access to strbuf "buf" memberBrandon Casey2011-10-061-13/+11
* | Merge branch 'mh/attr'Junio C Hamano2011-08-281-50/+63
|\ \
| * | Unroll the loop over passesMichael Haggerty2011-08-141-25/+26
| * | Change while loop into for loopMichael Haggerty2011-08-141-4/+1
| * | Determine the start of the states outside of the pass loopMichael Haggerty2011-08-141-3/+5
| * | Change parse_attr() to take a pointer to struct attr_stateMichael Haggerty2011-08-141-6/+11
| * | Increment num_attr in parse_attr_line(), not parse_attr()Michael Haggerty2011-08-141-4/+4
| * | Document struct match_attrMichael Haggerty2011-08-141-0/+14
| * | Add a file commentMichael Haggerty2011-08-141-16/+10
| |/
* | Rename git_checkattr() to git_check_attr()Michael Haggerty2011-08-041-1/+1
* | Allow querying all attributes on a fileMichael Haggerty2011-08-041-0/+28
* | Remove redundant checkMichael Haggerty2011-08-041-2/+1
* | Remove redundant call to bootstrap_attr_stack()Michael Haggerty2011-08-041-1/+0
* | Extract a function collect_all_attrs()Michael Haggerty2011-08-041-3/+14
* | Teach prepare_attr_stack() to figure out dirlen itselfMichael Haggerty2011-08-041-10/+11
* | Provide access to the name attribute of git_attrMichael Haggerty2011-08-041-0/+5
* | Disallow the empty string as an attribute nameMichael Haggerty2011-08-041-1/+1
* | Remove anachronism from commentMichael Haggerty2011-08-041-4/+2
|/
* sparse: Fix some "symbol not declared" warningsRamsay Jones2011-04-221-2/+2
* gitattributes: drop support for GIT_ATTR_NOGLOBALJonathan Nieder2011-03-151-6/+1
* Add global and system-wide gitattributesPetr Onderka2010-09-011-1/+51
* Merge branch 'eb/core-eol'Junio C Hamano2010-06-211-1/+1
|\
| * Rename the "crlf" attribute "text"Eyvind Bernhardsen2010-05-191-1/+1
* | attr: Expand macros immediately when encountered.Henrik Grubbström2010-04-101-12/+20
* | attr: Allow multiple changes to an attribute on the same line.Henrik Grubbström2010-04-101-1/+1
* | attr: Fixed debug output for macro expansion.Henrik Grubbström2010-04-101-1/+3
|/
* git_attr(): fix function signatureJunio C Hamano2010-01-161-3/+8
* attr: plug minor memory leakRené Scharfe2009-06-301-0/+2
* Fix big left-shifts of unsigned charLinus Torvalds2009-06-181-2/+1
* Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-011-2/+2
* attr: add GIT_ATTR_INDEX "direction"Nguyễn Thái Ngọc Duy2009-04-171-3/+9
* Read attributes from the index that is being checked outJunio C Hamano2009-03-131-18/+55
* Fix buffer overflow in prepare_attr_stackDmitry Potapov2008-07-161-6/+9
* Ignore .gitattributes in bare repositoriesRené Scharfe2008-06-091-21/+25
* gitattributes: Fix subdirectory attributes specified from root directoryMatthew Ogilvie2008-04-221-1/+3
* gitattributes: fix relative path matchingJunio C Hamano2008-02-071-3/+3
* Merge branch 'maint'Shawn O. Pearce2007-10-191-1/+4
|\
| * attr: fix segfault in gitattributes parsing codeSteffen Prohaska2007-10-181-1/+4
* | Use xmemdupz() in many places.Pierre Habouzit2007-09-181-6/+1
|/
* attr.c: read .gitattributes from index as well.Junio C Hamano2007-08-141-2/+59