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