summaryrefslogtreecommitdiff
path: root/attr.h
Commit message (Expand)AuthorAgeFilesLines
* 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