Age | Commit message (Expand) | Author | Files | Lines |
2018-09-12 | Make git_check_attr() a void function | Torsten Bögershausen | 1 | -2/+2 |
2018-08-20 | Merge branch 'en/incl-forward-decl' | Junio C Hamano | 1 | -0/+1 |
2018-08-15 | Add missing includes and forward declarations | Elijah Newren | 1 | -0/+1 |
2018-08-13 | attr: remove index from git_attr_set_direction() | Nguyễn Thái Ngọc Duy | 1 | -2/+1 |
2018-08-13 | attr: remove an implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -3/+7 |
2018-08-03 | attr.h: drop extern from function declaration | Nguyễn Thái Ngọc Duy | 1 | -12/+12 |
2017-03-13 | pathspec: allow querying for attributes | Brandon Williams | 1 | -0/+1 |
2017-02-01 | attr: reformat git_attr_set_direction() function | Brandon Williams | 1 | -1/+2 |
2017-02-01 | attr: store attribute stack in attr_check structure | Brandon Williams | 1 | -1/+3 |
2017-02-01 | attr: tighten const correctness with git_attr and match_attr | Brandon Williams | 1 | -1/+1 |
2017-02-01 | attr: eliminate global check_all_attr array | Brandon Williams | 1 | -0/+5 |
2017-02-01 | attr: use hashmap for attribute dictionary | Brandon Williams | 1 | -0/+2 |
2017-02-01 | attr: retire git_check_attrs() API | Junio C Hamano | 1 | -1/+0 |
2017-02-01 | attr: convert git_all_attrs() to use "struct attr_check" | Junio C Hamano | 1 | -6/+3 |
2017-02-01 | attr: (re)introduce git_check_attr() and struct attr_check | Junio C Hamano | 1 | -0/+17 |
2017-02-01 | attr: rename function and struct related to checking attributes | Junio C Hamano | 1 | -4/+4 |
2017-02-01 | attr.c: tighten constness around "git_attr" structure | Junio C Hamano | 1 | -2/+2 |
2012-03-28 | correct a few doubled-word nits in comments and documentation | Jim Meyering | 1 | -1/+1 |
2011-08-04 | Rename git_checkattr() to git_check_attr() | Michael Haggerty | 1 | -2/+2 |
2011-08-04 | Allow querying all attributes on a file | Michael Haggerty | 1 | -0/+9 |
2011-08-04 | Provide access to the name attribute of git_attr | Michael Haggerty | 1 | -0/+7 |
2010-05-31 | enums: omit trailing comma for portability | Gary V. Vaughan | 1 | -1/+1 |
2010-01-16 | git_attr(): fix function signature | Junio C Hamano | 1 | -1/+1 |
2009-04-17 | attr: add GIT_ATTR_INDEX "direction" | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2009-03-13 | Read attributes from the index that is being checked out | Junio C Hamano | 1 | -0/+6 |
2007-04-18 | Fix funny types used in attribute value representation | Junio C Hamano | 1 | -7/+15 |
2007-04-17 | Allow more than true/false to attributes. | Junio C Hamano | 1 | -1/+11 |
2007-04-14 | Add basic infrastructure to assign attributes to paths | Junio C Hamano | 1 | -0/+16 |