summaryrefslogtreecommitdiffstats
path: root/attr.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* fuzz: port fuzz-parse-attr-line from OSS-FuzzEric Sesterhenn2024-10-171-0/+43
* Merge branch 'jc/varargs-attributes'Junio C Hamano2024-06-181-0/+2
|\
| * __attribute__: mark some functions with LAST_ARG_MUST_BE_NULLJunio C Hamano2024-06-101-0/+2
* | config: clarify memory ownership in `git_config_string()`Patrick Steinhardt2024-05-271-1/+1
|/
* attr: add attr.tree for setting the treeish to read attributes fromJohn Cai2023-10-131-0/+2
* attr: expose and rename accessor functionsbrian m. carlson2023-06-271-0/+9
* 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-131-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() functionBrandon 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-051-2/+2
* Allow querying all attributes on a fileMichael Haggerty2011-08-051-0/+9
* Provide access to the name attribute of git_attrMichael Haggerty2011-08-051-0/+7
* enums: omit trailing comma for portabilityGary V. Vaughan2010-06-011-1/+1
* git_attr(): fix function signatureJunio C Hamano2010-01-171-1/+1
* attr: add GIT_ATTR_INDEX "direction"Nguyễn Thái Ngọc Duy2009-04-181-1/+2
* Read attributes from the index that is being checked outJunio C Hamano2009-03-141-0/+6
* Fix funny types used in attribute value representationJunio C Hamano2007-04-191-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