summaryrefslogtreecommitdiff
path: root/attr.c
AgeCommit message (Expand)Author
2023-12-28attr: add builtin objectmode values supportJoanna Wang
2023-10-29Merge branch 'jc/attr-tree-config'Junio C Hamano
2023-10-13attr: add attr.tree for setting the treeish to read attributes fromJohn Cai
2023-10-13attr: read attributes from HEAD when bare repoJohn Cai
2023-09-29parse: separate out parsing functions from config.hCalvin Wan
2023-08-29Merge branch 'sl/sparse-check-attr'Junio C Hamano
2023-08-11attr.c: read attributes in a sparse directoryShuqi Liang
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-04Merge branch 'bc/more-git-var'Junio C Hamano
2023-06-27attr: expose and rename accessor functionsbrian m. carlson
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-05-17Merge branch 'jc/attr-source-tree'Junio C Hamano
2023-05-06attr: teach "--attr-source=<tree>" global option to "git"John Cai
2023-04-24diff.h: reduce unnecessary includesElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2023-01-23Merge branch 'kn/attr-from-tree'Junio C Hamano
2023-01-22Merge branch 'rs/dup-array'Junio C Hamano
2023-01-17attr: adjust a mismatched data typeJohannes Schindelin
2023-01-14attr: add flag `--source` to work with tree-ishKarthik Nayak
2023-01-09use DUP_ARRAYRené Scharfe
2022-12-13Sync with Git 2.37.5Junio C Hamano
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-10-06attr: drop DEBUG_ATTR codeJeff King
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19match_pathname(): drop unused "flags" parameterJeff King
2022-08-19hashmap: mark unused callback parametersJeff King
2022-03-29Merge branch 'ab/refs-various-fixes'Junio C Hamano