summaryrefslogtreecommitdiff
path: root/attr.c
AgeCommit message (Expand)Author
2019-11-18attr: move doc to attr.hHeba Waly
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano
2019-10-07hashmap_entry: remove first member requirement from docsEric Wong
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong
2019-10-07hashmap: use *_entry APIs for iterationEric Wong
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_get takes "const struct hashmap_entry *"Eric Wong
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong
2019-09-05treewide: rename 'exclude' methods to 'pattern'Derrick Stolee
2019-09-05treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_'Derrick Stolee
2019-03-11Merge branch 'rd/attr.c-comment-typofix'Junio C Hamano
2019-03-07attr.c: ".gitattribute" -> ".gitattributes" (comments)Robert P. J. Day
2019-02-07Merge branch 'nd/the-index-final'Junio C Hamano
2019-02-05Merge branch 'jk/attr-macro-fix'Junio C Hamano
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2019-01-22attr: do not mark queried macros as unsetJeff King
2019-01-04Merge branch 'nd/i18n'Junio C Hamano
2018-11-12attr.c: mark more string for translationNguyễn Thái Ngọc Duy
2018-11-05attr.c: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy
2018-09-12Make git_check_attr() a void functionTorsten Bögershausen
2018-08-13attr: remove index from git_attr_set_direction()Nguyễn Thái Ngọc Duy
2018-08-13attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller
2017-09-07hashmap: add API to disable item counting when threadedJeff Hostetler
2017-07-05attr.c: drop hashmap_cmp_fn castStefan Beller
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-05-26wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy
2017-03-13pathspec: allow querying for attributesBrandon Williams
2017-02-01attr: reformat git_attr_set_direction() functionBrandon Williams
2017-02-01attr: push the bare repo check into read_attr()Brandon Williams
2017-02-01attr: store attribute stack in attr_check structureBrandon Williams
2017-02-01attr: tighten const correctness with git_attr and match_attrBrandon Williams
2017-02-01attr: remove maybe-real, maybe-macro from git_attrBrandon Williams
2017-02-01attr: eliminate global check_all_attr arrayBrandon Williams
2017-02-01attr: use hashmap for attribute dictionaryBrandon Williams
2017-02-01attr: change validity check for attribute names to use positive logicJunio C Hamano
2017-02-01attr: pass struct attr_check to collect_some_attrsBrandon Williams
2017-02-01attr: retire git_check_attrs() APIJunio C Hamano
2017-02-01attr: convert git_all_attrs() to use "struct attr_check"Junio C Hamano
2017-02-01attr: (re)introduce git_check_attr() and struct attr_checkJunio C Hamano
2017-02-01attr: rename function and struct related to checking attributesJunio C Hamano
2017-02-01attr.c: outline the future plans by heavily commentingJunio C Hamano