Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/attr.c
AgeCommit message (Expand)Author
2023-01-20Sync with maint-2.35Junio C Hamano
2023-01-20Sync with maint-2.33Junio C Hamano
2023-01-20Sync with maint-2.32Junio C Hamano
2023-01-20Sync with maint-2.31Junio C Hamano
2023-01-20Sync with maint-2.30Junio C Hamano
2023-01-20attr: adjust a mismatched data typeJohannes Schindelin
2022-12-13Merge branch 'maint-2.35' into maint-2.36Junio C Hamano
2022-12-13Merge branch 'maint-2.33' into maint-2.34Junio C Hamano
2022-12-13Sync with Git 2.32.5Junio C Hamano
2022-12-13Sync with Git 2.31.6Junio C Hamano
2022-12-13Sync with Git 2.30.7Junio C Hamano
2022-12-05attr: ignore overly large gitattributes filesPatrick Steinhardt
2022-12-05attr: ignore attribute lines exceeding 2048 bytesPatrick Steinhardt
2022-12-05attr: fix silently splitting up lines longer than 2048 bytesPatrick Steinhardt
2022-12-05attr: harden allocation against integer overflowsPatrick Steinhardt
2022-12-05attr: fix integer overflow with more than INT_MAX macrosPatrick Steinhardt
2022-12-05attr: fix out-of-bounds read with unreasonable amount of patternsPatrick Steinhardt
2022-12-05attr: fix out-of-bounds write when parsing huge number of attributesPatrick Steinhardt
2022-12-05attr: fix integer overflow when parsing huge attribute namesPatrick Steinhardt
2022-12-05attr: fix out-of-bounds read with huge attribute namesPatrick Steinhardt
2022-12-05attr: fix overflow when upserting attribute with overly long namePatrick Steinhardt
2022-03-29Merge branch 'ab/refs-various-fixes'Junio C Hamano
2022-03-17misc *.c: use designated initializers for struct assignmentsÆvar Arnfjörð Bjarmason
2022-03-14attr.c: delete duplicate includeElia Pinto
2021-09-08attr: be careful about sparse directoriesDerrick Stolee
2021-06-14*: fix typos which duplicate a wordAndrei Rybak
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano
2021-04-14*: remove 'const' qualifier for struct index_stateDerrick Stolee
2021-03-23Merge branch 'jk/open-dotgitx-with-nofollow'Junio C Hamano
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-02-16attr: do not respect symlinks for in-tree .gitattributesJeff King
2021-02-16attr: convert "macro_ok" into a flags fieldJeff King
2020-11-11Use new HASHMAP_INIT macro to simplify hashmap initializationElijah Newren
2019-11-18attr: move doc to attr.hHeba Waly
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano
2019-10-07hashmap_entry: remove first member requirement from docsEric Wong
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong
2019-10-07hashmap: use *_entry APIs for iterationEric Wong
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_get takes "const struct hashmap_entry *"Eric Wong
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong
2019-09-06treewide: rename 'exclude' methods to 'pattern'Derrick Stolee
2019-09-06treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_'Derrick Stolee
2019-03-11Merge branch 'rd/attr.c-comment-typofix'Junio C Hamano
2019-03-07attr.c: ".gitattribute" -> ".gitattributes" (comments)Robert P. J. Day
2019-02-07Merge branch 'nd/the-index-final'Junio C Hamano
2019-02-06Merge branch 'jk/attr-macro-fix'Junio C Hamano