aboutsummaryrefslogtreecommitdiff
path: root/attr.h
Commit message (Expand)AuthorAge
* pathspec: allow querying for attributesBrandon Williams2017-03-13
* attr: reformat git_attr_set_direction() functionBrandon Williams2017-02-01
* attr: store attribute stack in attr_check structureBrandon Williams2017-02-01
* attr: tighten const correctness with git_attr and match_attrBrandon Williams2017-02-01
* attr: eliminate global check_all_attr arrayBrandon Williams2017-02-01
* attr: use hashmap for attribute dictionaryBrandon Williams2017-02-01
* attr: retire git_check_attrs() APIJunio C Hamano2017-02-01
* attr: convert git_all_attrs() to use "struct attr_check"Junio C Hamano2017-02-01
* attr: (re)introduce git_check_attr() and struct attr_checkJunio C Hamano2017-02-01
* attr: rename function and struct related to checking attributesJunio C Hamano2017-02-01
* attr.c: tighten constness around "git_attr" structureJunio C Hamano2017-02-01
* correct a few doubled-word nits in comments and documentationJim Meyering2012-03-28
* Rename git_checkattr() to git_check_attr()Michael Haggerty2011-08-04
* Allow querying all attributes on a fileMichael Haggerty2011-08-04
* Provide access to the name attribute of git_attrMichael Haggerty2011-08-04
* enums: omit trailing comma for portabilityGary V. Vaughan2010-05-31
* git_attr(): fix function signatureJunio C Hamano2010-01-16
* attr: add GIT_ATTR_INDEX "direction"Nguyễn Thái Ngọc Duy2009-04-17
* Read attributes from the index that is being checked outJunio C Hamano2009-03-13
* Fix funny types used in attribute value representationJunio C Hamano2007-04-18
* Allow more than true/false to attributes.Junio C Hamano2007-04-17
* Add basic infrastructure to assign attributes to pathsJunio C Hamano2007-04-14