summaryrefslogtreecommitdiffstats
path: root/attr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/build-sign-compare'Junio C Hamano2024-12-231-0/+1
|\
| * global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+1
* | fuzz: port fuzz-parse-attr-line from OSS-FuzzEric Sesterhenn2024-10-171-38/+2
|/
* Merge branch 'ak/typofixes'Junio C Hamano2024-09-231-1/+1
|\
| * attr: fix a typoAndrew Kreimer2024-09-161-1/+1
* | Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-021-0/+2
|\ \
| * | global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* | | attr: fix msan issue in read_attr_from_indexKyle Lippincott2024-06-171-1/+2
|/ /
* | Merge branch 'ps/leakfixes'Junio C Hamano2024-06-061-1/+1
|\ \
| * | config: clarify memory ownership in `git_config_string()`Patrick Steinhardt2024-05-271-1/+1
* | | Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano2024-05-301-1/+2
|\ \ \
| * | | refs: refactor `resolve_gitlink_ref()` to accept a repositoryPatrick Steinhardt2024-05-171-1/+2
| |/ /
* | | Merge branch 'ps/undecided-is-not-necessarily-sha1'Junio C Hamano2024-05-301-9/+22
|\ \ \ | |/ / |/| |
| * | attr: fix BUG() when parsing attrs outside of repoPatrick Steinhardt2024-05-071-0/+6
| * | attr: don't recompute default attribute sourcePatrick Steinhardt2024-05-071-9/+16
| * | Merge branch 'jc/no-default-attr-tree-in-bare' into ps/undecided-is-not-neces...Junio C Hamano2024-05-071-7/+0
| |\ \ | | |/ | |/|
* | | Merge branch 'jc/no-default-attr-tree-in-bare'Junio C Hamano2024-05-131-7/+0
|\ \ \ | | |/ | |/|
| * | stop using HEAD for attributes in bare repository by defaultJunio C Hamano2024-05-031-7/+0
* | | attr.c: move ATTR_MAX_FILE_SIZE check into read_attr_from_buf()Taylor Blau2024-05-031-10/+9
| |/ |/|
* | attr: add builtin objectmode values supportJoanna Wang2023-12-281-3/+92
|/
* Merge branch 'jc/attr-tree-config'Junio C Hamano2023-10-291-2/+19
|\
| * attr: add attr.tree for setting the treeish to read attributes fromJohn Cai2023-10-131-0/+7
| * attr: read attributes from HEAD when bare repoJohn Cai2023-10-131-1/+11
* | parse: separate out parsing functions from config.hCalvin Wan2023-09-301-1/+1
* | Merge branch 'sl/sparse-check-attr'Junio C Hamano2023-08-291-18/+39
|\ \ | |/ |/|
| * attr.c: read attributes in a sparse directoryShuqi Liang2023-08-111-18/+39
* | Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\ \ | |/ |/|
| * git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* | Merge branch 'bc/more-git-var'Junio C Hamano2023-07-051-7/+7
|\ \ | |/ |/|
| * attr: expose and rename accessor functionsbrian m. carlson2023-06-271-7/+7
* | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* | repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
* | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+1
* | read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-06-211-0/+1
|/
* Merge branch 'jc/attr-source-tree'Junio C Hamano2023-05-171-2/+35
|\
| * attr: teach "--attr-source=<tree>" global option to "git"John Cai2023-05-061-2/+35
* | diff.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
|/
* setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-0/+1
* Merge branch 'kn/attr-from-tree'Junio C Hamano2023-01-231-27/+70
|\
| * attr: add flag `--source` to work with tree-ishKarthik Nayak2023-01-141-27/+70
* | Merge branch 'rs/dup-array'Junio C Hamano2023-01-221-2/+1
|\ \
| * | use DUP_ARRAYRené Scharfe2023-01-091-2/+1
| |/
* | attr: adjust a mismatched data typeJohannes Schindelin2023-01-171-1/+1
* | Sync with Git 2.37.5Junio C Hamano2022-12-131-35/+56
|\ \ | |/ |/|
| * Merge branch 'maint-2.35' into maint-2.36Junio C Hamano2022-12-131-35/+56
| |\
| | * Merge branch 'maint-2.33' into maint-2.34Junio C Hamano2022-12-131-35/+56
| | |\
| | | * Sync with Git 2.32.5Junio C Hamano2022-12-131-35/+56
| | | |\