summaryrefslogtreecommitdiff
path: root/attr.h
AgeCommit message (Expand)AuthorFilesLines
2019-11-18attr: move doc to attr.hLibravatar Heba Waly1-7/+134
2018-09-12Make git_check_attr() a void functionLibravatar Torsten Bögershausen1-2/+2
2018-08-20Merge branch 'en/incl-forward-decl'Libravatar Junio C Hamano1-0/+1
2018-08-15Add missing includes and forward declarationsLibravatar Elijah Newren1-0/+1
2018-08-13attr: remove index from git_attr_set_direction()Libravatar Nguyễn Thái Ngọc Duy1-2/+1
2018-08-13attr: remove an implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-3/+7
2018-08-03attr.h: drop extern from function declarationLibravatar Nguyễn Thái Ngọc Duy1-12/+12
2017-03-13pathspec: allow querying for attributesLibravatar Brandon Williams1-0/+1
2017-02-01attr: reformat git_attr_set_direction() functionLibravatar Brandon Williams1-1/+2
2017-02-01attr: store attribute stack in attr_check structureLibravatar Brandon Williams1-1/+3
2017-02-01attr: tighten const correctness with git_attr and match_attrLibravatar Brandon Williams1-1/+1
2017-02-01attr: eliminate global check_all_attr arrayLibravatar Brandon Williams1-0/+5
2017-02-01attr: use hashmap for attribute dictionaryLibravatar Brandon Williams1-0/+2
2017-02-01attr: retire git_check_attrs() APILibravatar Junio C Hamano1-1/+0
2017-02-01attr: convert git_all_attrs() to use "struct attr_check"Libravatar Junio C Hamano1-6/+3
2017-02-01attr: (re)introduce git_check_attr() and struct attr_checkLibravatar Junio C Hamano1-0/+17
2017-02-01attr: rename function and struct related to checking attributesLibravatar Junio C Hamano1-4/+4
2017-02-01attr.c: tighten constness around "git_attr" structureLibravatar Junio C Hamano1-2/+2
2012-03-28correct a few doubled-word nits in comments and documentationLibravatar Jim Meyering1-1/+1
2011-08-04Rename git_checkattr() to git_check_attr()Libravatar Michael Haggerty1-2/+2
2011-08-04Allow querying all attributes on a fileLibravatar Michael Haggerty1-0/+9
2011-08-04Provide access to the name attribute of git_attrLibravatar Michael Haggerty1-0/+7
2010-05-31enums: omit trailing comma for portabilityLibravatar Gary V. Vaughan1-1/+1
2010-01-16git_attr(): fix function signatureLibravatar Junio C Hamano1-1/+1
2009-04-17attr: add GIT_ATTR_INDEX "direction"Libravatar Nguyễn Thái Ngọc Duy1-1/+2
2009-03-13Read attributes from the index that is being checked outLibravatar Junio C Hamano1-0/+6
2007-04-18Fix funny types used in attribute value representationLibravatar Junio C Hamano1-7/+15
2007-04-17Allow more than true/false to attributes.Libravatar Junio C Hamano1-1/+11
2007-04-14Add basic infrastructure to assign attributes to pathsLibravatar Junio C Hamano1-0/+16