summaryrefslogtreecommitdiffstats
path: root/attr.c
AgeCommit message (Expand)AuthorLines
2021-09-07attr: be careful about sparse directoriesDerrick Stolee-0/+15
2021-06-14*: fix typos which duplicate a wordAndrei Rybak-1/+1
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano-7/+7
2021-04-14*: remove 'const' qualifier for struct index_stateDerrick Stolee-7/+7
2021-03-22Merge branch 'jk/open-dotgitx-with-nofollow'Junio C Hamano-22/+38
2021-03-13use CALLOC_ARRAYRené Scharfe-6/+6
2021-02-16attr: do not respect symlinks for in-tree .gitattributesJeff King-4/+15
2021-02-16attr: convert "macro_ok" into a flags fieldJeff King-19/+24
2020-11-11Use new HASHMAP_INIT macro to simplify hashmap initializationElijah Newren-18/+8
2019-11-18attr: move doc to attr.hHeba Waly-2/+1
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano-11/+13
2019-10-07hashmap_entry: remove first member requirement from docsEric Wong-1/+1
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong-1/+1
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong-1/+0
2019-10-07hashmap: use *_entry APIs for iterationEric Wong-2/+3
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong-4/+6
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong-1/+1
2019-10-07hashmap_get takes "const struct hashmap_entry *"Eric Wong-1/+1
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong-1/+1
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong-2/+2
2019-09-05treewide: rename 'exclude' methods to 'pattern'Derrick Stolee-1/+1
2019-09-05treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_'Derrick Stolee-4/+4
2019-03-11Merge branch 'rd/attr.c-comment-typofix'Junio C Hamano-4/+4
2019-03-07attr.c: ".gitattribute" -> ".gitattributes" (comments)Robert P. J. Day-4/+4
2019-02-06Merge branch 'nd/the-index-final'Junio C Hamano-1/+0
2019-02-05Merge branch 'jk/attr-macro-fix'Junio C Hamano-15/+1
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy-1/+0
2019-01-22attr: do not mark queried macros as unsetJeff King-15/+1
2019-01-04Merge branch 'nd/i18n'Junio C Hamano-2/+2
2018-11-12attr.c: mark more string for translationNguyễn Thái Ngọc Duy-2/+2
2018-11-05attr.c: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy-14/+0
2018-09-12Make git_check_attr() a void functionTorsten Bögershausen-5/+3
2018-08-13attr: remove index from git_attr_set_direction()Nguyễn Thái Ngọc Duy-12/+3
2018-08-13attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy-19/+38
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin-5/+5
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller-1/+1
2017-09-07hashmap: add API to disable item counting when threadedJeff Hostetler-6/+9
2017-07-05attr.c: drop hashmap_cmp_fn castStefan Beller-5/+7
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller-3/+4
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano-4/+2
2017-06-24Merge branch 'bw/config-h'Junio C Hamano-0/+1
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason-4/+2
2017-06-15config: don't include config.h by defaultBrandon Williams-0/+1
2017-05-26wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy-5/+2
2017-03-13pathspec: allow querying for attributesBrandon Williams-0/+17
2017-02-01attr: reformat git_attr_set_direction() functionBrandon Williams-29/+20
2017-02-01attr: push the bare repo check into read_attr()Brandon Williams-60/+54
2017-02-01attr: store attribute stack in attr_check structureBrandon Williams-88/+196
2017-02-01attr: tighten const correctness with git_attr and match_attrBrandon Williams-6/+6
2017-02-01attr: remove maybe-real, maybe-macro from git_attrBrandon Williams-38/+37