Age | Commit message (Expand) | Author | Files | Lines |
2020-11-11 | Use new HASHMAP_INIT macro to simplify hashmap initialization | Elijah Newren | 1 | -18/+8 |
2019-11-18 | attr: move doc to attr.h | Heba Waly | 1 | -2/+1 |
2019-10-15 | Merge branch 'ew/hashmap' | Junio C Hamano | 1 | -11/+13 |
2019-10-07 | hashmap_entry: remove first member requirement from docs | Eric Wong | 1 | -1/+1 |
2019-10-07 | hashmap: remove type arg from hashmap_{get,put,remove}_entry | Eric Wong | 1 | -1/+1 |
2019-10-07 | OFFSETOF_VAR macro to simplify hashmap iterators | Eric Wong | 1 | -1/+0 |
2019-10-07 | hashmap: use *_entry APIs for iteration | Eric Wong | 1 | -2/+3 |
2019-10-07 | hashmap_cmp_fn takes hashmap_entry params | Eric Wong | 1 | -4/+6 |
2019-10-07 | hashmap_get{,_from_hash} return "struct hashmap_entry *" | Eric Wong | 1 | -1/+1 |
2019-10-07 | hashmap_get takes "const struct hashmap_entry *" | Eric Wong | 1 | -1/+1 |
2019-10-07 | hashmap_add takes "struct hashmap_entry *" | Eric Wong | 1 | -1/+1 |
2019-10-07 | hashmap_entry_init takes "struct hashmap_entry *" | Eric Wong | 1 | -2/+2 |
2019-09-05 | treewide: rename 'exclude' methods to 'pattern' | Derrick Stolee | 1 | -1/+1 |
2019-09-05 | treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_' | Derrick Stolee | 1 | -4/+4 |
2019-03-11 | Merge branch 'rd/attr.c-comment-typofix' | Junio C Hamano | 1 | -4/+4 |
2019-03-07 | attr.c: ".gitattribute" -> ".gitattributes" (comments) | Robert P. J. Day | 1 | -4/+4 |
2019-02-06 | Merge branch 'nd/the-index-final' | Junio C Hamano | 1 | -1/+0 |
2019-02-05 | Merge branch 'jk/attr-macro-fix' | Junio C Hamano | 1 | -15/+1 |
2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 1 | -1/+0 |
2019-01-22 | attr: do not mark queried macros as unset | Jeff King | 1 | -15/+1 |
2019-01-04 | Merge branch 'nd/i18n' | Junio C Hamano | 1 | -2/+2 |
2018-11-12 | attr.c: mark more string for translation | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-11-05 | attr.c: remove #ifdef NO_PTHREADS | Nguyễn Thái Ngọc Duy | 1 | -14/+0 |
2018-09-12 | Make git_check_attr() a void function | Torsten Bögershausen | 1 | -5/+3 |
2018-08-13 | attr: remove index from git_attr_set_direction() | Nguyễn Thái Ngọc Duy | 1 | -12/+3 |
2018-08-13 | attr: remove an implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -19/+38 |
2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -5/+5 |
2018-04-11 | exec_cmd: rename to use dash in file name | Stefan Beller | 1 | -1/+1 |
2017-09-07 | hashmap: add API to disable item counting when threaded | Jeff Hostetler | 1 | -6/+9 |
2017-07-05 | attr.c: drop hashmap_cmp_fn cast | Stefan Beller | 1 | -5/+7 |
2017-06-30 | hashmap.h: compare function has access to a data field | Stefan Beller | 1 | -3/+4 |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -4/+2 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -4/+2 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-05-26 | wrapper.c: add and use fopen_or_warn() | Nguyễn Thái Ngọc Duy | 1 | -5/+2 |
2017-03-13 | pathspec: allow querying for attributes | Brandon Williams | 1 | -0/+17 |
2017-02-01 | attr: reformat git_attr_set_direction() function | Brandon Williams | 1 | -29/+20 |
2017-02-01 | attr: push the bare repo check into read_attr() | Brandon Williams | 1 | -60/+54 |
2017-02-01 | attr: store attribute stack in attr_check structure | Brandon Williams | 1 | -88/+196 |
2017-02-01 | attr: tighten const correctness with git_attr and match_attr | Brandon Williams | 1 | -6/+6 |
2017-02-01 | attr: remove maybe-real, maybe-macro from git_attr | Brandon Williams | 1 | -38/+37 |
2017-02-01 | attr: eliminate global check_all_attr array | Brandon Williams | 1 | -39/+82 |
2017-02-01 | attr: use hashmap for attribute dictionary | Brandon Williams | 1 | -45/+128 |
2017-02-01 | attr: change validity check for attribute names to use positive logic | Junio C Hamano | 1 | -14/+20 |
2017-02-01 | attr: pass struct attr_check to collect_some_attrs | Brandon Williams | 1 | -20/+13 |
2017-02-01 | attr: retire git_check_attrs() API | Junio C Hamano | 1 | -1/+2 |
2017-02-01 | attr: convert git_all_attrs() to use "struct attr_check" | Junio C Hamano | 1 | -20/+10 |
2017-02-01 | attr: (re)introduce git_check_attr() and struct attr_check | Junio C Hamano | 1 | -0/+74 |
2017-02-01 | attr: rename function and struct related to checking attributes | Junio C Hamano | 1 | -6/+6 |