summaryrefslogtreecommitdiffstats
path: root/attr.c
AgeCommit message (Expand)AuthorLines
2024-06-28Merge branch 'tb/attr-limits' into maint-2.45Junio C Hamano-10/+9
2024-05-31Merge branch 'jc/no-default-attr-tree-in-bare' into maint-2.45Junio C Hamano-7/+0
2024-05-03attr.c: move ATTR_MAX_FILE_SIZE check into read_attr_from_buf()Taylor Blau-10/+9
2024-05-03stop using HEAD for attributes in bare repository by defaultJunio C Hamano-7/+0
2023-12-28attr: add builtin objectmode values supportJoanna Wang-3/+92
2023-10-30Merge branch 'jc/attr-tree-config'Junio C Hamano-2/+19
2023-10-13attr: add attr.tree for setting the treeish to read attributes fromJohn Cai-0/+7
2023-10-13attr: read attributes from HEAD when bare repoJohn Cai-1/+11
2023-09-29parse: separate out parsing functions from config.hCalvin Wan-1/+1
2023-08-29Merge branch 'sl/sparse-check-attr'Junio C Hamano-18/+39
2023-08-11attr.c: read attributes in a sparse directoryShuqi Liang-18/+39
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano-1/+0
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan-1/+0
2023-07-04Merge branch 'bc/more-git-var'Junio C Hamano-7/+7
2023-06-27attr: expose and rename accessor functionsbrian m. carlson-7/+7
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren-1/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren-0/+1
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