summaryrefslogtreecommitdiff
path: root/attr.h
Commit message (Expand)AuthorAgeFilesLines
* attr: keep attr stack for each checkStefan Beller2016-11-111-1/+3
* attr: convert to new threadsafe APIStefan Beller2016-11-111-34/+38
* attr: make git_check_attr_counted staticStefan Beller2016-11-111-1/+0
* attr: expose validity check for attribute namesJunio C Hamano2016-11-111-0/+10
* attr: add counted string version of git_check_attr()Junio C Hamano2016-10-281-0/+1
* attr: retire git_check_attrs() APIJunio C Hamano2016-10-281-2/+0
* attr: convert git_all_attrs() to use "struct git_attr_check"Junio C Hamano2016-10-281-6/+10
* attr: (re)introduce git_check_attr() and struct git_attr_checkJunio C Hamano2016-10-281-0/+9
* attr: rename function and struct related to checking attributesJunio C Hamano2016-10-281-4/+4
* attr.c: tighten constness around "git_attr" structureJunio C Hamano2016-10-281-2/+2
* 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