summaryrefslogtreecommitdiffstats
path: root/attr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | |\
| | | | * Sync with Git 2.31.6Junio C Hamano2022-12-131-35/+56
| | | | |\
| | | | | * Sync with Git 2.30.7Junio C Hamano2022-12-131-35/+60
| | | | | |\
| | | | | | * attr: ignore overly large gitattributes filesPatrick Steinhardt2022-12-051-2/+22
| | | | | | * attr: ignore attribute lines exceeding 2048 bytesPatrick Steinhardt2022-12-051-0/+5
| | | | | | * attr: fix silently splitting up lines longer than 2048 bytesPatrick Steinhardt2022-12-051-6/+7
| | | | | | * attr: harden allocation against integer overflowsPatrick Steinhardt2022-12-051-4/+3
| | | | | | * attr: fix integer overflow with more than INT_MAX macrosPatrick Steinhardt2022-12-051-5/+5
| | | | | | * attr: fix out-of-bounds read with unreasonable amount of patternsPatrick Steinhardt2022-12-051-9/+9
| | | | | | * attr: fix out-of-bounds write when parsing huge number of attributesPatrick Steinhardt2022-12-051-8/+8
| | | | | | * attr: fix integer overflow when parsing huge attribute namesPatrick Steinhardt2022-12-051-1/+1
| | | | | | * attr: fix out-of-bounds read with huge attribute namesPatrick Steinhardt2022-12-051-1/+1
| | | | | | * attr: fix overflow when upserting attribute with overly long namePatrick Steinhardt2022-12-051-1/+1
* | | | | | | attr: drop DEBUG_ATTR codeJeff King2022-10-061-38/+3
* | | | | | | Merge branch 'ab/unused-annotation'Junio C Hamano2022-09-141-2/+2
|\ \ \ \ \ \ \
| * | | | | | | git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-2/+2
* | | | | | | | Merge branch 'jk/unused-annotation'Junio C Hamano2022-09-141-2/+2
|\| | | | | | |
| * | | | | | | hashmap: mark unused callback parametersJeff King2022-08-191-2/+2
| |/ / / / / /
* / / / / / / match_pathname(): drop unused "flags" parameterJeff King2022-08-191-1/+1
|/ / / / / /
* | | | | | Merge branch 'ab/refs-various-fixes'Junio C Hamano2022-03-291-1/+1
|\ \ \ \ \ \