Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | Sync with Git 2.31.6 | Junio C Hamano | 2022-12-13 | 1 | -35/+56 | |
| | | | |\ | ||||||
| | | | | * | Sync with Git 2.30.7 | Junio C Hamano | 2022-12-13 | 1 | -35/+60 | |
| | | | | |\ | ||||||
| | | | | | * | attr: ignore overly large gitattributes files | Patrick Steinhardt | 2022-12-05 | 1 | -2/+22 | |
| | | | | | * | attr: ignore attribute lines exceeding 2048 bytes | Patrick Steinhardt | 2022-12-05 | 1 | -0/+5 | |
| | | | | | * | attr: fix silently splitting up lines longer than 2048 bytes | Patrick Steinhardt | 2022-12-05 | 1 | -6/+7 | |
| | | | | | * | attr: harden allocation against integer overflows | Patrick Steinhardt | 2022-12-05 | 1 | -4/+3 | |
| | | | | | * | attr: fix integer overflow with more than INT_MAX macros | Patrick Steinhardt | 2022-12-05 | 1 | -5/+5 | |
| | | | | | * | attr: fix out-of-bounds read with unreasonable amount of patterns | Patrick Steinhardt | 2022-12-05 | 1 | -9/+9 | |
| | | | | | * | attr: fix out-of-bounds write when parsing huge number of attributes | Patrick Steinhardt | 2022-12-05 | 1 | -8/+8 | |
| | | | | | * | attr: fix integer overflow when parsing huge attribute names | Patrick Steinhardt | 2022-12-05 | 1 | -1/+1 | |
| | | | | | * | attr: fix out-of-bounds read with huge attribute names | Patrick Steinhardt | 2022-12-05 | 1 | -1/+1 | |
| | | | | | * | attr: fix overflow when upserting attribute with overly long name | Patrick Steinhardt | 2022-12-05 | 1 | -1/+1 | |
* | | | | | | | attr: drop DEBUG_ATTR code | Jeff King | 2022-10-06 | 1 | -38/+3 | |
* | | | | | | | Merge branch 'ab/unused-annotation' | Junio C Hamano | 2022-09-14 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | git-compat-util.h: use "UNUSED", not "UNUSED(var)" | Ævar Arnfjörð Bjarmason | 2022-09-01 | 1 | -2/+2 | |
* | | | | | | | | Merge branch 'jk/unused-annotation' | Junio C Hamano | 2022-09-14 | 1 | -2/+2 | |
|\| | | | | | | | ||||||
| * | | | | | | | hashmap: mark unused callback parameters | Jeff King | 2022-08-19 | 1 | -2/+2 | |
| |/ / / / / / | ||||||
* / / / / / / | match_pathname(): drop unused "flags" parameter | Jeff King | 2022-08-19 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge branch 'ab/refs-various-fixes' | Junio C Hamano | 2022-03-29 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | misc *.c: use designated initializers for struct assignments | Ævar Arnfjörð Bjarmason | 2022-03-17 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* / / / / / | attr.c: delete duplicate include | Elia Pinto | 2022-03-13 | 1 | -1/+0 | |
|/ / / / / | ||||||
* / / / / | attr: be careful about sparse directories | Derrick Stolee | 2021-09-08 | 1 | -0/+15 | |
|/ / / / | ||||||
* / / / | *: fix typos which duplicate a word | Andrei Rybak | 2021-06-14 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge branch 'ds/sparse-index-protections' | Junio C Hamano | 2021-04-30 | 1 | -7/+7 | |
|\ \ \ | ||||||
| * | | | *: remove 'const' qualifier for struct index_state | Derrick Stolee | 2021-04-14 | 1 | -7/+7 | |
| | |/ | |/| | ||||||
* | | | Merge branch 'jk/open-dotgitx-with-nofollow' | Junio C Hamano | 2021-03-22 | 1 | -22/+38 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | attr: do not respect symlinks for in-tree .gitattributes | Jeff King | 2021-02-16 | 1 | -4/+15 | |
| * | | attr: convert "macro_ok" into a flags field | Jeff King | 2021-02-16 | 1 | -19/+24 | |
| |/ | ||||||
* / | use CALLOC_ARRAY | René Scharfe | 2021-03-14 | 1 | -6/+6 | |
|/ | ||||||
* | Use new HASHMAP_INIT macro to simplify hashmap initialization | Elijah Newren | 2020-11-11 | 1 | -18/+8 | |
* | attr: move doc to attr.h | Heba Waly | 2019-11-18 | 1 | -2/+1 | |
* | Merge branch 'ew/hashmap' | Junio C Hamano | 2019-10-15 | 1 | -11/+13 | |
|\ | ||||||
| * | hashmap_entry: remove first member requirement from docs | Eric Wong | 2019-10-07 | 1 | -1/+1 | |
| * | hashmap: remove type arg from hashmap_{get,put,remove}_entry | Eric Wong | 2019-10-07 | 1 | -1/+1 | |
| * | OFFSETOF_VAR macro to simplify hashmap iterators | Eric Wong | 2019-10-07 | 1 | -1/+0 | |
| * | hashmap: use *_entry APIs for iteration | Eric Wong | 2019-10-07 | 1 | -2/+3 | |
| * | hashmap_cmp_fn takes hashmap_entry params | Eric Wong | 2019-10-07 | 1 | -4/+6 | |
| * | hashmap_get{,_from_hash} return "struct hashmap_entry *" | Eric Wong | 2019-10-07 | 1 | -1/+1 | |
| * | hashmap_get takes "const struct hashmap_entry *" | Eric Wong | 2019-10-07 | 1 | -1/+1 | |
| * | hashmap_add takes "struct hashmap_entry *" | Eric Wong | 2019-10-07 | 1 | -1/+1 | |
| * | hashmap_entry_init takes "struct hashmap_entry *" | Eric Wong | 2019-10-07 | 1 | -2/+2 | |
* | | treewide: rename 'exclude' methods to 'pattern' | Derrick Stolee | 2019-09-05 | 1 | -1/+1 | |
* | | treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_' | Derrick Stolee | 2019-09-05 | 1 | -4/+4 | |
|/ | ||||||
* | Merge branch 'rd/attr.c-comment-typofix' | Junio C Hamano | 2019-03-11 | 1 | -4/+4 | |
|\ | ||||||
| * | attr.c: ".gitattribute" -> ".gitattributes" (comments) | Robert P. J. Day | 2019-03-07 | 1 | -4/+4 | |
* | | Merge branch 'nd/the-index-final' | Junio C Hamano | 2019-02-07 | 1 | -1/+0 | |
|\ \ | ||||||
| * | | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 2019-01-24 | 1 | -1/+0 | |
* | | | Merge branch 'jk/attr-macro-fix' | Junio C Hamano | 2019-02-05 | 1 | -15/+1 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | attr: do not mark queried macros as unset | Jeff King | 2019-01-22 | 1 | -15/+1 | |
* | | | Merge branch 'nd/i18n' | Junio C Hamano | 2019-01-04 | 1 | -2/+2 | |
|\ \ \ | |_|/ |/| | |