aboutsummaryrefslogtreecommitdiffstats
path: root/attr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano1-0/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-10-16fuzz: port fuzz-parse-attr-line from OSS-FuzzEric Sesterhenn1-38/+2
2024-09-23Merge branch 'ak/typofixes'Junio C Hamano1-1/+1
2024-09-16attr: fix a typoAndrew Kreimer1-1/+1
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-0/+2
2024-06-17attr: fix msan issue in read_attr_from_indexKyle Lippincott1-1/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-06Merge branch 'ps/leakfixes'Junio C Hamano1-1/+1
2024-05-30Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano1-1/+2
2024-05-30Merge branch 'ps/undecided-is-not-necessarily-sha1'Junio C Hamano1-9/+22
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt1-1/+1
2024-05-17refs: refactor `resolve_gitlink_ref()` to accept a repositoryPatrick Steinhardt1-1/+2
2024-05-13Merge branch 'jc/no-default-attr-tree-in-bare'Junio C Hamano1-7/+0
2024-05-06attr: fix BUG() when parsing attrs outside of repoPatrick Steinhardt1-0/+6
2024-05-06attr: don't recompute default attribute sourcePatrick Steinhardt1-9/+16
2024-05-06Merge branch 'jc/no-default-attr-tree-in-bare' into ps/undecided-is-not-neces...Junio C Hamano1-7/+0
2024-05-03attr.c: move ATTR_MAX_FILE_SIZE check into read_attr_from_buf()Taylor Blau1-10/+9
2024-05-03stop using HEAD for attributes in bare repository by defaultJunio C Hamano1-7/+0
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