aboutsummaryrefslogtreecommitdiffstats
path: root/attr.h
AgeCommit message (Expand)AuthorFilesLines
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