summaryrefslogtreecommitdiff
path: root/attr.h
Commit message (Expand)AuthorAgeFilesLines
* attr: teach "--attr-source=<tree>" global option to "git"John Cai2023-05-061-4/+9
* attr: fix instructions on how to check attrsJohn Cai2023-01-261-1/+1
* Merge branch 'kn/attr-from-tree'Junio C Hamano2023-01-231-2/+4
|\
| * attr: add flag `--source` to work with tree-ishKarthik Nayak2023-01-141-2/+4
* | Merge branch 'maint-2.35' into maint-2.36Junio C Hamano2022-12-131-0/+12
|\ \ | |/ |/|
| * Sync with Git 2.31.6Junio C Hamano2022-12-131-0/+12
| |\
| | * attr: ignore overly large gitattributes filesPatrick Steinhardt2022-12-051-0/+6
| | * attr: ignore attribute lines exceeding 2048 bytesPatrick Steinhardt2022-12-051-0/+6
* | | attr.h: remove duplicate struct definitionElia Pinto2022-03-141-1/+0
|/ /
* | *: remove 'const' qualifier for struct index_stateDerrick Stolee2021-04-141-2/+2
|/
* attr: move doc to attr.hHeba Waly2019-11-181-7/+134
* Make git_check_attr() a void functionTorsten Bögershausen2018-09-121-2/+2
* Merge branch 'en/incl-forward-decl'Junio C Hamano2018-08-201-0/+1
|\
| * Add missing includes and forward declarationsElijah Newren2018-08-151-0/+1
* | attr: remove index from git_attr_set_direction()Nguyễn Thái Ngọc Duy2018-08-131-2/+1
* | attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-131-3/+7
* | attr.h: drop extern from function declarationNguyễn Thái Ngọc Duy2018-08-031-12/+12
|/
* pathspec: allow querying for attributesBrandon Williams2017-03-131-0/+1
* attr: reformat git_attr_set_direction() functionbw/attrBrandon Williams2017-02-011-1/+2
* attr: store attribute stack in attr_check structureBrandon Williams2017-02-011-1/+3
* attr: tighten const correctness with git_attr and match_attrBrandon Williams2017-02-011-1/+1
* attr: eliminate global check_all_attr arrayBrandon Williams2017-02-011-0/+5
* attr: use hashmap for attribute dictionaryBrandon Williams2017-02-011-0/+2
* attr: retire git_check_attrs() APIJunio C Hamano2017-02-011-1/+0
* attr: convert git_all_attrs() to use "struct attr_check"Junio C Hamano2017-02-011-6/+3
* attr: (re)introduce git_check_attr() and struct attr_checkJunio C Hamano2017-02-011-0/+17
* attr: rename function and struct related to checking attributesJunio C Hamano2017-02-011-4/+4
* attr.c: tighten constness around "git_attr" structureJunio C Hamano2017-02-011-2/+2
* correct a few doubled-word nits in comments and documentationJim Meyering2012-03-281-1/+1
* Rename git_checkattr() to git_check_attr()Michael Haggerty2011-08-041-2/+2
* Allow querying all attributes on a fileMichael Haggerty2011-08-041-0/+9
* Provide access to the name attribute of git_attrMichael Haggerty2011-08-041-0/+7
* enums: omit trailing comma for portabilityGary V. Vaughan2010-05-311-1/+1
* git_attr(): fix function signatureJunio C Hamano2010-01-161-1/+1
* attr: add GIT_ATTR_INDEX "direction"Nguyễn Thái Ngọc Duy2009-04-171-1/+2
* Read attributes from the index that is being checked outJunio C Hamano2009-03-131-0/+6
* Fix funny types used in attribute value representationJunio C Hamano2007-04-181-7/+15
* Allow more than true/false to attributes.Junio C Hamano2007-04-171-1/+11
* Add basic infrastructure to assign attributes to pathsJunio C Hamano2007-04-141-0/+16