aboutsummaryrefslogtreecommitdiffstats
path: root/attr.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-13attr: add attr.tree for setting the treeish to read attributes fromJohn Cai1-0/+2
2023-06-27attr: expose and rename accessor functionsbrian m. carlson1-0/+9
2023-05-06attr: teach "--attr-source=<tree>" global option to "git"John Cai1-4/+9
2023-01-26attr: fix instructions on how to check attrsJohn Cai1-1/+1
2023-01-23Merge branch 'kn/attr-from-tree'Junio C Hamano1-2/+4
2023-01-14attr: add flag `--source` to work with tree-ishKarthik Nayak1-2/+4
2022-12-13Merge branch 'maint-2.35' into maint-2.36Junio C Hamano1-0/+12
2022-12-13Sync with Git 2.31.6Junio C Hamano1-0/+12
2022-12-05attr: ignore overly large gitattributes filesPatrick Steinhardt1-0/+6
2022-12-05attr: ignore attribute lines exceeding 2048 bytesPatrick Steinhardt1-0/+6
2022-03-14attr.h: remove duplicate struct definitionElia Pinto1-1/+0
2021-04-14*: remove 'const' qualifier for struct index_stateDerrick Stolee1-2/+2
2019-11-18attr: move doc to attr.hHeba Waly1-7/+134
2018-09-12Make git_check_attr() a void functionTorsten Bögershausen1-2/+2
2018-08-20Merge branch 'en/incl-forward-decl'Junio C Hamano1-0/+1
2018-08-15Add missing includes and forward declarationsElijah Newren1-0/+1
2018-08-13attr: remove index from git_attr_set_direction()Nguyễn Thái Ngọc Duy1-2/+1
2018-08-13attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy1-3/+7
2018-08-03attr.h: drop extern from function declarationNguyễn Thái Ngọc Duy1-12/+12
2017-03-13pathspec: allow querying for attributesBrandon Williams1-0/+1
2017-02-01attr: reformat git_attr_set_direction() functionBrandon Williams1-1/+2
2017-02-01attr: store attribute stack in attr_check structureBrandon Williams1-1/+3
2017-02-01attr: tighten const correctness with git_attr and match_attrBrandon Williams1-1/+1
2017-02-01attr: eliminate global check_all_attr arrayBrandon Williams1-0/+5
2017-02-01attr: use hashmap for attribute dictionaryBrandon Williams1-0/+2
2017-02-01attr: retire git_check_attrs() APIJunio C Hamano1-1/+0
2017-02-01attr: convert git_all_attrs() to use "struct attr_check"Junio C Hamano1-6/+3
2017-02-01attr: (re)introduce git_check_attr() and struct attr_checkJunio C Hamano1-0/+17
2017-02-01attr: rename function and struct related to checking attributesJunio C Hamano1-4/+4
2017-02-01attr.c: tighten constness around "git_attr" structureJunio C Hamano1-2/+2
2012-03-28correct a few doubled-word nits in comments and documentationJim Meyering1-1/+1
2011-08-04Rename git_checkattr() to git_check_attr()Michael Haggerty1-2/+2
2011-08-04Allow querying all attributes on a fileMichael Haggerty1-0/+9
2011-08-04Provide access to the name attribute of git_attrMichael Haggerty1-0/+7
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan1-1/+1
2010-01-16git_attr(): fix function signatureJunio C Hamano1-1/+1
2009-04-17attr: add GIT_ATTR_INDEX "direction"Nguyễn Thái Ngọc Duy1-1/+2
2009-03-13Read attributes from the index that is being checked outJunio C Hamano1-0/+6
2007-04-18Fix funny types used in attribute value representationJunio C Hamano1-7/+15
2007-04-17Allow more than true/false to attributes.Junio C Hamano1-1/+11
2007-04-14Add basic infrastructure to assign attributes to pathsJunio C Hamano1-0/+16