216 Commits (5eaa0279727e78172561c413a42479c3d55a5629)

Author SHA1 Message Date
John Cai 44451a2e5e attr: teach "--attr-source=<tree>" global option to "git" 2 years ago
Elijah Newren 0e312eaa12 diff.h: reduce unnecessary includes 2 years ago
Elijah Newren e38da487cc setup.h: move declarations for setup.c functions from cache.h 2 years ago
Elijah Newren 32a8f51061 environment.h: move declarations for environment.c functions from cache.h 2 years ago
Elijah Newren f394e093df treewide: be explicit about dependence on gettext.h 2 years ago
Elijah Newren 36bf195890 alloc.h: move ALLOC_GROW() functions from cache.h 2 years ago
Johannes Schindelin 0227130244 attr: adjust a mismatched data type 2 years ago
Johannes Schindelin 37537d6472 attr: adjust a mismatched data type 2 years ago
Karthik Nayak 47cfc9bd7d attr: add flag `--source` to work with tree-ish 2 years ago
René Scharfe 6e57841096 use DUP_ARRAY 2 years ago
Patrick Steinhardt 3c50032ff5 attr: ignore overly large gitattributes files 2 years ago
Patrick Steinhardt dfa6b32b5e attr: ignore attribute lines exceeding 2048 bytes 2 years ago
Patrick Steinhardt d74b1fd54f attr: fix silently splitting up lines longer than 2048 bytes 2 years ago
Patrick Steinhardt a60a66e409 attr: harden allocation against integer overflows 2 years ago
Patrick Steinhardt e1e12e97ac attr: fix integer overflow with more than INT_MAX macros 2 years ago
Patrick Steinhardt 447ac906e1 attr: fix out-of-bounds read with unreasonable amount of patterns 2 years ago
Patrick Steinhardt 34ace8bad0 attr: fix out-of-bounds write when parsing huge number of attributes 2 years ago
Patrick Steinhardt 2455720950 attr: fix integer overflow when parsing huge attribute names 2 years ago
Patrick Steinhardt 8d0d48cf21 attr: fix out-of-bounds read with huge attribute names 2 years ago
Patrick Steinhardt eb22e7dfa2 attr: fix overflow when upserting attribute with overly long name 2 years ago
Jeff King 69c5f17f11 attr: drop DEBUG_ATTR code 2 years ago
Ævar Arnfjörð Bjarmason 5cf88fd8b0 git-compat-util.h: use "UNUSED", not "UNUSED(var)" 3 years ago
Jeff King 77651c032c match_pathname(): drop unused "flags" parameter 3 years ago
Jeff King 02c3c59e62 hashmap: mark unused callback parameters 3 years ago
Ævar Arnfjörð Bjarmason 501036492b misc *.c: use designated initializers for struct assignments 3 years ago
Elia Pinto 5775da0ced attr.c: delete duplicate include 3 years ago
Derrick Stolee 77efbb366a attr: be careful about sparse directories 4 years ago
Andrei Rybak abcb66c614 *: fix typos which duplicate a word 4 years ago
Derrick Stolee 847a9e5d4f *: remove 'const' qualifier for struct index_state 4 years ago
René Scharfe ca56dadb4b use CALLOC_ARRAY 4 years ago
Jeff King 2ef579e261 attr: do not respect symlinks for in-tree .gitattributes 4 years ago
Jeff King dbf387d550 attr: convert "macro_ok" into a flags field 4 years ago
Elijah Newren b19315d8ab Use new HASHMAP_INIT macro to simplify hashmap initialization 4 years ago
Heba Waly 3a1b3415d9 attr: move doc to attr.h 5 years ago
Eric Wong e2b5038d87 hashmap_entry: remove first member requirement from docs 5 years ago
Eric Wong 404ab78e39 hashmap: remove type arg from hashmap_{get,put,remove}_entry 5 years ago
Eric Wong 23dee69f53 OFFSETOF_VAR macro to simplify hashmap iterators 5 years ago
Eric Wong 87571c3f71 hashmap: use *_entry APIs for iteration 5 years ago
Eric Wong 939af16eac hashmap_cmp_fn takes hashmap_entry params 5 years ago
Eric Wong f23a465132 hashmap_get{,_from_hash} return "struct hashmap_entry *" 5 years ago
Eric Wong b6c5241606 hashmap_get takes "const struct hashmap_entry *" 5 years ago
Eric Wong b94e5c1df6 hashmap_add takes "struct hashmap_entry *" 5 years ago
Eric Wong d22245a2e3 hashmap_entry_init takes "struct hashmap_entry *" 5 years ago
Derrick Stolee 65edd96aec treewide: rename 'exclude' methods to 'pattern' 6 years ago
Derrick Stolee 4ff89ee52c treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_' 6 years ago
Robert P. J. Day bb101aaf0c attr.c: ".gitattribute" -> ".gitattributes" (comments) 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Jeff King 7b95849be4 attr: do not mark queried macros as unset 6 years ago
Nguyễn Thái Ngọc Duy ad8f8f4aed attr.c: mark more string for translation 6 years ago
Nguyễn Thái Ngọc Duy 2e1b141a01 attr.c: remove #ifdef NO_PTHREADS 6 years ago