summaryrefslogtreecommitdiffstats
path: root/attr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-28attr: add builtin objectmode values supportJoanna Wang1-3/+92
2023-10-30Merge branch 'jc/attr-tree-config'Junio C Hamano1-2/+19
2023-10-13attr: add attr.tree for setting the treeish to read attributes fromJohn Cai1-0/+7
2023-10-13attr: read attributes from HEAD when bare repoJohn Cai1-1/+11
2023-09-29parse: separate out parsing functions from config.hCalvin Wan1-1/+1
2023-08-29Merge branch 'sl/sparse-check-attr'Junio C Hamano1-18/+39
2023-08-11attr.c: read attributes in a sparse directoryShuqi Liang1-18/+39
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-1/+0
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-07-04Merge branch 'bc/more-git-var'Junio C Hamano1-7/+7
2023-06-27attr: expose and rename accessor functionsbrian m. carlson1-7/+7
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-0/+1
2023-05-17Merge branch 'jc/attr-source-tree'Junio C Hamano1-2/+35
2023-05-06attr: teach "--attr-source=<tree>" global option to "git"John Cai1-2/+35
2023-04-24diff.h: reduce unnecessary includesElijah Newren1-0/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-0/+1
2023-01-23Merge branch 'kn/attr-from-tree'Junio C Hamano1-27/+70
2023-01-21Merge branch 'rs/dup-array'Junio C Hamano1-2/+1
2023-01-17attr: adjust a mismatched data typeJohannes Schindelin1-1/+1
2023-01-14attr: add flag `--source` to work with tree-ishKarthik Nayak1-27/+70
2023-01-09use DUP_ARRAYRené Scharfe1-2/+1
2022-12-13Sync with Git 2.37.5Junio C Hamano1-35/+56
2022-12-13Merge branch 'maint-2.35' into maint-2.36Junio C Hamano1-35/+56
2022-12-13Merge branch 'maint-2.33' into maint-2.34Junio C Hamano1-35/+56
2022-12-13Sync with Git 2.32.5Junio C Hamano1-35/+56
2022-12-13Sync with Git 2.31.6Junio C Hamano1-35/+56
2022-12-13Sync with Git 2.30.7Junio C Hamano1-35/+60
2022-12-05attr: ignore overly large gitattributes filesPatrick Steinhardt1-2/+22
2022-12-05attr: ignore attribute lines exceeding 2048 bytesPatrick Steinhardt1-0/+5
2022-12-05attr: fix silently splitting up lines longer than 2048 bytesPatrick Steinhardt1-6/+7
2022-12-05attr: harden allocation against integer overflowsPatrick Steinhardt1-4/+3
2022-12-05attr: fix integer overflow with more than INT_MAX macrosPatrick Steinhardt1-5/+5
2022-12-05attr: fix out-of-bounds read with unreasonable amount of patternsPatrick Steinhardt1-9/+9
2022-12-05attr: fix out-of-bounds write when parsing huge number of attributesPatrick Steinhardt1-8/+8
2022-12-05attr: fix integer overflow when parsing huge attribute namesPatrick Steinhardt1-1/+1
2022-12-05attr: fix out-of-bounds read with huge attribute namesPatrick Steinhardt1-1/+1
2022-12-05attr: fix overflow when upserting attribute with overly long namePatrick Steinhardt1-1/+1
2022-10-06attr: drop DEBUG_ATTR codeJeff King1-38/+3
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano1-2/+2
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano1-2/+2
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-2/+2
2022-08-19match_pathname(): drop unused "flags" parameterJeff King1-1/+1
2022-08-19hashmap: mark unused callback parametersJeff King1-2/+2
2022-03-29Merge branch 'ab/refs-various-fixes'Junio C Hamano1-1/+1