summaryrefslogtreecommitdiffstats
path: root/attr.c
AgeCommit message (Expand)AuthorLines
2025-11-12attr: avoid recursion when expanding attribute macrosJeff King-16/+34
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt-1/+1
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt-1/+1
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano-0/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+1
2024-10-16fuzz: port fuzz-parse-attr-line from OSS-FuzzEric Sesterhenn-38/+2
2024-09-23Merge branch 'ak/typofixes'Junio C Hamano-1/+1
2024-09-16attr: fix a typoAndrew Kreimer-1/+1
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano-0/+2
2024-06-17attr: fix msan issue in read_attr_from_indexKyle Lippincott-1/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt-0/+2
2024-06-06Merge branch 'ps/leakfixes'Junio C Hamano-1/+1
2024-05-30Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano-1/+2
2024-05-30Merge branch 'ps/undecided-is-not-necessarily-sha1'Junio C Hamano-9/+22
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt-1/+1
2024-05-17refs: refactor `resolve_gitlink_ref()` to accept a repositoryPatrick Steinhardt-1/+2
2024-05-13Merge branch 'jc/no-default-attr-tree-in-bare'Junio C Hamano-7/+0
2024-05-06attr: fix BUG() when parsing attrs outside of repoPatrick Steinhardt-0/+6
2024-05-06attr: don't recompute default attribute sourcePatrick Steinhardt-9/+16
2024-05-06Merge branch 'jc/no-default-attr-tree-in-bare' into ps/undecided-is-not-neces...Junio 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