169 Commits (763b47bafab6f781dc52461985b3300d447d1332)

Author SHA1 Message Date
Eric Wong e2b5038d87 hashmap_entry: remove first member requirement from docs 5 years ago
Eric Wong 404ab78e39 hashmap: remove type arg from hashmap_{get,put,remove}_entry 5 years ago
Eric Wong 23dee69f53 OFFSETOF_VAR macro to simplify hashmap iterators 5 years ago
Eric Wong 87571c3f71 hashmap: use *_entry APIs for iteration 5 years ago
Eric Wong 939af16eac hashmap_cmp_fn takes hashmap_entry params 5 years ago
Eric Wong f23a465132 hashmap_get{,_from_hash} return "struct hashmap_entry *" 5 years ago
Eric Wong b6c5241606 hashmap_get takes "const struct hashmap_entry *" 5 years ago
Eric Wong b94e5c1df6 hashmap_add takes "struct hashmap_entry *" 5 years ago
Eric Wong d22245a2e3 hashmap_entry_init takes "struct hashmap_entry *" 5 years ago
Derrick Stolee 65edd96aec treewide: rename 'exclude' methods to 'pattern' 5 years ago
Derrick Stolee 4ff89ee52c treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_' 5 years ago
Robert P. J. Day bb101aaf0c attr.c: ".gitattribute" -> ".gitattributes" (comments) 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Jeff King 7b95849be4 attr: do not mark queried macros as unset 6 years ago
Nguyễn Thái Ngọc Duy ad8f8f4aed attr.c: mark more string for translation 6 years ago
Nguyễn Thái Ngọc Duy 2e1b141a01 attr.c: remove #ifdef NO_PTHREADS 6 years ago
Torsten Bögershausen d64324cb60 Make git_check_attr() a void function 6 years ago
Nguyễn Thái Ngọc Duy c4500e251f attr: remove index from git_attr_set_direction() 7 years ago
Nguyễn Thái Ngọc Duy 7a400a2c02 attr: remove an implicit dependency on the_index 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Stefan Beller d807c4a01d exec_cmd: rename to use dash in file name 7 years ago
Jeff Hostetler 8b604d1951 hashmap: add API to disable item counting when threaded 7 years ago
Stefan Beller 201c14e375 attr.c: drop hashmap_cmp_fn cast 8 years ago
Stefan Beller 7663cdc86c hashmap.h: compare function has access to a data field 8 years ago
Ævar Arnfjörð Bjarmason 6a83d90207 coccinelle: make use of the "type" FREE_AND_NULL() rule 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Nguyễn Thái Ngọc Duy e9d983f116 wrapper.c: add and use fopen_or_warn() 8 years ago
Brandon Williams b0db704652 pathspec: allow querying for attributes 8 years ago
Brandon Williams f0dd042148 attr: reformat git_attr_set_direction() function 8 years ago
Brandon Williams 0787dafdcc attr: push the bare repo check into read_attr() 8 years ago
Brandon Williams dc81cf377c attr: store attribute stack in attr_check structure 8 years ago
Brandon Williams e810e06357 attr: tighten const correctness with git_attr and match_attr 8 years ago
Brandon Williams 60a12722ac attr: remove maybe-real, maybe-macro from git_attr 8 years ago
Brandon Williams 685b292575 attr: eliminate global check_all_attr array 8 years ago
Brandon Williams 1a600b7555 attr: use hashmap for attribute dictionary 8 years ago
Junio C Hamano 428103c7f1 attr: change validity check for attribute names to use positive logic 8 years ago
Brandon Williams 6bc2e3f709 attr: pass struct attr_check to collect_some_attrs 8 years ago
Junio C Hamano 1295c21524 attr: retire git_check_attrs() API 8 years ago
Junio C Hamano 7f8641112d attr: convert git_all_attrs() to use "struct attr_check" 8 years ago
Junio C Hamano 37293768d0 attr: (re)introduce git_check_attr() and struct attr_check 8 years ago
Junio C Hamano 7bd18054d2 attr: rename function and struct related to checking attributes 8 years ago
Junio C Hamano 7d42ec547c attr.c: outline the future plans by heavily commenting 8 years ago
Junio C Hamano 4c0ce0742b attr.c: add push_stack() helper 8 years ago
Nguyễn Thái Ngọc Duy 860a74d9d9 attr: support quoting pathname patterns in C style 8 years ago
Junio C Hamano 62af896979 attr.c: plug small leak in parse_attr_line() 8 years ago
Junio C Hamano ec4d77aa50 attr.c: tighten constness around "git_attr" structure 8 years ago
Junio C Hamano 4b0c696167 attr.c: simplify macroexpand_one() 8 years ago
Junio C Hamano 034d35c9aa attr.c: mark where #if DEBUG ends more clearly 8 years ago
Junio C Hamano 6f416cbaff attr.c: complete a sentence in a comment 8 years ago
Junio C Hamano 5a8840194b attr.c: explain the lack of attr-name syntax check in parse_attr() 8 years ago