summaryrefslogtreecommitdiffstats
path: root/attr.h (follow)
Commit message (Expand)AuthorAgeLines
* *: remove 'const' qualifier for struct index_stateDerrick Stolee2021-04-14-2/+2
* attr: move doc to attr.hHeba Waly2019-11-18-7/+134
* Make git_check_attr() a void functionTorsten Bögershausen2018-09-12-2/+2
* Merge branch 'en/incl-forward-decl'Junio C Hamano2018-08-20-0/+1
|\
| * Add missing includes and forward declarationsElijah Newren2018-08-15-0/+1
* | attr: remove index from git_attr_set_direction()Nguyễn Thái Ngọc Duy2018-08-13-2/+1
* | attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-13-3/+7
* | attr.h: drop extern from function declarationNguyễn Thái Ngọc Duy2018-08-03-12/+12
|/
* pathspec: allow querying for attributesBrandon Williams2017-03-13-0/+1
* attr: reformat git_attr_set_direction() functionBrandon Williams2017-02-01-1/+2
* attr: store attribute stack in attr_check structureBrandon Williams2017-02-01-1/+3
* attr: tighten const correctness with git_attr and match_attrBrandon Williams2017-02-01-1/+1
* attr: eliminate global check_all_attr arrayBrandon Williams2017-02-01-0/+5
* attr: use hashmap for attribute dictionaryBrandon Williams2017-02-01-0/+2
* attr: retire git_check_attrs() APIJunio C Hamano2017-02-01-1/+0
* attr: convert git_all_attrs() to use "struct attr_check"Junio C Hamano2017-02-01-6/+3
* attr: (re)introduce git_check_attr() and struct attr_checkJunio C Hamano2017-02-01-0/+17
* attr: rename function and struct related to checking attributesJunio C Hamano2017-02-01-4/+4
* attr.c: tighten constness around "git_attr" structureJunio C Hamano2017-02-01-2/+2
* correct a few doubled-word nits in comments and documentationJim Meyering2012-03-28-1/+1
* Rename git_checkattr() to git_check_attr()Michael Haggerty2011-08-04-2/+2
* Allow querying all attributes on a fileMichael Haggerty2011-08-04-0/+9
* Provide access to the name attribute of git_attrMichael Haggerty2011-08-04-0/+7
* enums: omit trailing comma for portabilityGary V. Vaughan2010-05-31-1/+1
* git_attr(): fix function signatureJunio C Hamano2010-01-16-1/+1
* attr: add GIT_ATTR_INDEX "direction"Nguyễn Thái Ngọc Duy2009-04-17-1/+2
* Read attributes from the index that is being checked outJunio C Hamano2009-03-13-0/+6
* Fix funny types used in attribute value representationJunio C Hamano2007-04-18-7/+15
* Allow more than true/false to attributes.Junio C Hamano2007-04-17-1/+11
* Add basic infrastructure to assign attributes to pathsJunio C Hamano2007-04-14-0/+16