summaryrefslogtreecommitdiff
path: root/attr.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-14*: remove 'const' qualifier for struct index_stateLibravatar Derrick Stolee1-7/+7
2020-11-11Use new HASHMAP_INIT macro to simplify hashmap initializationLibravatar Elijah Newren1-18/+8
2019-11-18attr: move doc to attr.hLibravatar Heba Waly1-2/+1
2019-10-15Merge branch 'ew/hashmap'Libravatar Junio C Hamano1-11/+13
2019-10-07hashmap_entry: remove first member requirement from docsLibravatar Eric Wong1-1/+1
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryLibravatar Eric Wong1-1/+1
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsLibravatar Eric Wong1-1/+0
2019-10-07hashmap: use *_entry APIs for iterationLibravatar Eric Wong1-2/+3
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsLibravatar Eric Wong1-4/+6
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Libravatar Eric Wong1-1/+1
2019-10-07hashmap_get takes "const struct hashmap_entry *"Libravatar Eric Wong1-1/+1
2019-10-07hashmap_add takes "struct hashmap_entry *"Libravatar Eric Wong1-1/+1
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Libravatar Eric Wong1-2/+2
2019-09-05treewide: rename 'exclude' methods to 'pattern'Libravatar Derrick Stolee1-1/+1
2019-09-05treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_'Libravatar Derrick Stolee1-4/+4
2019-03-11Merge branch 'rd/attr.c-comment-typofix'Libravatar Junio C Hamano1-4/+4
2019-03-07attr.c: ".gitattribute" -> ".gitattributes" (comments)Libravatar Robert P. J. Day1-4/+4
2019-02-06Merge branch 'nd/the-index-final'Libravatar Junio C Hamano1-1/+0
2019-02-05Merge branch 'jk/attr-macro-fix'Libravatar Junio C Hamano1-15/+1
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchLibravatar Nguyễn Thái Ngọc Duy1-1/+0
2019-01-22attr: do not mark queried macros as unsetLibravatar Jeff King1-15/+1
2019-01-04Merge branch 'nd/i18n'Libravatar Junio C Hamano1-2/+2
2018-11-12attr.c: mark more string for translationLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-11-05attr.c: remove #ifdef NO_PTHREADSLibravatar Nguyễn Thái Ngọc Duy1-14/+0
2018-09-12Make git_check_attr() a void functionLibravatar Torsten Bögershausen1-5/+3
2018-08-13attr: remove index from git_attr_set_direction()Libravatar Nguyễn Thái Ngọc Duy1-12/+3
2018-08-13attr: remove an implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-19/+38
2018-05-06Replace all die("BUG: ...") calls by BUG() onesLibravatar Johannes Schindelin1-5/+5
2018-04-11exec_cmd: rename to use dash in file nameLibravatar Stefan Beller1-1/+1
2017-09-07hashmap: add API to disable item counting when threadedLibravatar Jeff Hostetler1-6/+9
2017-07-05attr.c: drop hashmap_cmp_fn castLibravatar Stefan Beller1-5/+7
2017-06-30hashmap.h: compare function has access to a data fieldLibravatar Stefan Beller1-3/+4
2017-06-24Merge branch 'ab/free-and-null'Libravatar Junio C Hamano1-4/+2
2017-06-24Merge branch 'bw/config-h'Libravatar Junio C Hamano1-0/+1
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleLibravatar Ævar Arnfjörð Bjarmason1-4/+2
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-05-26wrapper.c: add and use fopen_or_warn()Libravatar Nguyễn Thái Ngọc Duy1-5/+2
2017-03-13pathspec: allow querying for attributesLibravatar Brandon Williams1-0/+17
2017-02-01attr: reformat git_attr_set_direction() functionLibravatar Brandon Williams1-29/+20
2017-02-01attr: push the bare repo check into read_attr()Libravatar Brandon Williams1-60/+54
2017-02-01attr: store attribute stack in attr_check structureLibravatar Brandon Williams1-88/+196
2017-02-01attr: tighten const correctness with git_attr and match_attrLibravatar Brandon Williams1-6/+6
2017-02-01attr: remove maybe-real, maybe-macro from git_attrLibravatar Brandon Williams1-38/+37
2017-02-01attr: eliminate global check_all_attr arrayLibravatar Brandon Williams1-39/+82
2017-02-01attr: use hashmap for attribute dictionaryLibravatar Brandon Williams1-45/+128
2017-02-01attr: change validity check for attribute names to use positive logicLibravatar Junio C Hamano1-14/+20
2017-02-01attr: pass struct attr_check to collect_some_attrsLibravatar Brandon Williams1-20/+13
2017-02-01attr: retire git_check_attrs() APILibravatar Junio C Hamano1-1/+2
2017-02-01attr: convert git_all_attrs() to use "struct attr_check"Libravatar Junio C Hamano1-20/+10
2017-02-01attr: (re)introduce git_check_attr() and struct attr_checkLibravatar Junio C Hamano1-0/+74