summaryrefslogtreecommitdiffstats
path: root/attr.c
AgeCommit message (Expand)AuthorLines
2023-05-17Merge branch 'jc/attr-source-tree'Junio C Hamano-2/+35
2023-05-06attr: teach "--attr-source=<tree>" global option to "git"John Cai-2/+35
2023-04-24diff.h: reduce unnecessary includesElijah Newren-0/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren-0/+1
2023-01-23Merge branch 'kn/attr-from-tree'Junio C Hamano-27/+70
2023-01-21Merge branch 'rs/dup-array'Junio C Hamano-2/+1
2023-01-17attr: adjust a mismatched data typeJohannes Schindelin-1/+1
2023-01-14attr: add flag `--source` to work with tree-ishKarthik Nayak-27/+70
2023-01-09use DUP_ARRAYRené Scharfe-2/+1
2022-12-13Sync with Git 2.37.5Junio C Hamano-35/+56
2022-12-13Merge branch 'maint-2.35' into maint-2.36Junio C Hamano-35/+56
2022-12-13Merge branch 'maint-2.33' into maint-2.34Junio C Hamano-35/+56
2022-12-13Sync with Git 2.32.5Junio C Hamano-35/+56
2022-12-13Sync with Git 2.31.6Junio C Hamano-35/+56
2022-12-13Sync with Git 2.30.7Junio C Hamano-35/+60
2022-12-05attr: ignore overly large gitattributes filesPatrick Steinhardt-2/+22
2022-12-05attr: ignore attribute lines exceeding 2048 bytesPatrick Steinhardt-0/+5
2022-12-05attr: fix silently splitting up lines longer than 2048 bytesPatrick Steinhardt-6/+7
2022-12-05attr: harden allocation against integer overflowsPatrick Steinhardt-4/+3
2022-12-05attr: fix integer overflow with more than INT_MAX macrosPatrick Steinhardt-5/+5
2022-12-05attr: fix out-of-bounds read with unreasonable amount of patternsPatrick Steinhardt-9/+9
2022-12-05attr: fix out-of-bounds write when parsing huge number of attributesPatrick Steinhardt-8/+8
2022-12-05attr: fix integer overflow when parsing huge attribute namesPatrick Steinhardt-1/+1
2022-12-05attr: fix out-of-bounds read with huge attribute namesPatrick Steinhardt-1/+1
2022-12-05attr: fix overflow when upserting attribute with overly long namePatrick Steinhardt-1/+1
2022-10-06attr: drop DEBUG_ATTR codeJeff King-38/+3
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano-2/+2
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano-2/+2
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason-2/+2
2022-08-19match_pathname(): drop unused "flags" parameterJeff King-1/+1
2022-08-19hashmap: mark unused callback parametersJeff King-2/+2
2022-03-29Merge branch 'ab/refs-various-fixes'Junio C Hamano-1/+1
2022-03-17misc *.c: use designated initializers for struct assignmentsÆvar Arnfjörð Bjarmason-1/+1
2022-03-13attr.c: delete duplicate includeElia Pinto-1/+0
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