Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/attr.h
AgeCommit message (Expand)Author
2023-10-13attr: add attr.tree for setting the treeish to read attributes fromJohn Cai
2023-06-27attr: expose and rename accessor functionsbrian m. carlson
2023-05-07attr: teach "--attr-source=<tree>" global option to "git"John Cai
2023-01-27attr: fix instructions on how to check attrsJohn Cai
2023-01-24Merge branch 'kn/attr-from-tree'Junio C Hamano
2023-01-14attr: add flag `--source` to work with tree-ishKarthik Nayak
2022-12-13Merge branch 'maint-2.35' into maint-2.36Junio C Hamano
2022-12-13Sync with Git 2.31.6Junio C Hamano
2022-12-05attr: ignore overly large gitattributes filesPatrick Steinhardt
2022-12-05attr: ignore attribute lines exceeding 2048 bytesPatrick Steinhardt
2022-03-14attr.h: remove duplicate struct definitionElia Pinto
2021-04-14*: remove 'const' qualifier for struct index_stateDerrick Stolee
2019-11-18attr: move doc to attr.hHeba Waly
2018-09-13Make git_check_attr() a void functionTorsten Bögershausen
2018-08-20Merge branch 'en/incl-forward-decl'Junio C Hamano
2018-08-15Add missing includes and forward declarationsElijah Newren
2018-08-14attr: remove index from git_attr_set_direction()Nguyễn Thái Ngọc Duy
2018-08-14attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-03attr.h: drop extern from function declarationNguyễn Thái Ngọc Duy
2017-03-14pathspec: allow querying for attributesBrandon Williams
2017-02-02attr: reformat git_attr_set_direction() functionBrandon Williams
2017-02-02attr: store attribute stack in attr_check structureBrandon Williams
2017-02-02attr: tighten const correctness with git_attr and match_attrBrandon Williams
2017-02-02attr: eliminate global check_all_attr arrayBrandon Williams
2017-02-02attr: use hashmap for attribute dictionaryBrandon Williams
2017-02-02attr: retire git_check_attrs() APIJunio C Hamano
2017-02-02attr: convert git_all_attrs() to use "struct attr_check"Junio C Hamano
2017-02-02attr: (re)introduce git_check_attr() and struct attr_checkJunio C Hamano
2017-02-02attr: rename function and struct related to checking attributesJunio C Hamano
2017-02-02attr.c: tighten constness around "git_attr" structureJunio C Hamano
2012-03-28correct a few doubled-word nits in comments and documentationJim Meyering
2011-08-05Rename git_checkattr() to git_check_attr()Michael Haggerty
2011-08-05Allow querying all attributes on a fileMichael Haggerty
2011-08-05Provide access to the name attribute of git_attrMichael Haggerty
2010-06-01enums: omit trailing comma for portabilityGary V. Vaughan
2010-01-17git_attr(): fix function signatureJunio C Hamano
2009-04-18attr: add GIT_ATTR_INDEX "direction"Nguyễn Thái Ngọc Duy
2009-03-14Read attributes from the index that is being checked outJunio C Hamano
2007-04-19Fix funny types used in attribute value representationJunio C Hamano
2007-04-17Allow more than true/false to attributes.Junio C Hamano
2007-04-14Add basic infrastructure to assign attributes to pathsJunio C Hamano