| Commit message (Expand) | Author | Age |
* | pathspec: allow querying for attributes | Brandon Williams | 2017-03-13 |
* | attr: reformat git_attr_set_direction() function | Brandon Williams | 2017-02-01 |
* | attr: store attribute stack in attr_check structure | Brandon Williams | 2017-02-01 |
* | attr: tighten const correctness with git_attr and match_attr | Brandon Williams | 2017-02-01 |
* | attr: eliminate global check_all_attr array | Brandon Williams | 2017-02-01 |
* | attr: use hashmap for attribute dictionary | Brandon Williams | 2017-02-01 |
* | attr: retire git_check_attrs() API | Junio C Hamano | 2017-02-01 |
* | attr: convert git_all_attrs() to use "struct attr_check" | Junio C Hamano | 2017-02-01 |
* | attr: (re)introduce git_check_attr() and struct attr_check | Junio C Hamano | 2017-02-01 |
* | attr: rename function and struct related to checking attributes | Junio C Hamano | 2017-02-01 |
* | attr.c: tighten constness around "git_attr" structure | Junio C Hamano | 2017-02-01 |
* | correct a few doubled-word nits in comments and documentation | Jim Meyering | 2012-03-28 |
* | Rename git_checkattr() to git_check_attr() | Michael Haggerty | 2011-08-04 |
* | Allow querying all attributes on a file | Michael Haggerty | 2011-08-04 |
* | Provide access to the name attribute of git_attr | Michael Haggerty | 2011-08-04 |
* | enums: omit trailing comma for portability | Gary V. Vaughan | 2010-05-31 |
* | git_attr(): fix function signature | Junio C Hamano | 2010-01-16 |
* | attr: add GIT_ATTR_INDEX "direction" | Nguyễn Thái Ngọc Duy | 2009-04-17 |
* | Read attributes from the index that is being checked out | Junio C Hamano | 2009-03-13 |
* | Fix funny types used in attribute value representation | Junio C Hamano | 2007-04-18 |
* | Allow more than true/false to attributes. | Junio C Hamano | 2007-04-17 |
* | Add basic infrastructure to assign attributes to paths | Junio C Hamano | 2007-04-14 |