index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
attr.c
Age
Commit message (
Expand
)
Author
Lines
2023-01-19
Sync with maint-2.31
Junio C Hamano
-1
/
+1
2023-01-19
Sync with maint-2.30
Junio C Hamano
-1
/
+1
2023-01-19
attr: adjust a mismatched data type
Johannes Schindelin
-1
/
+1
2022-12-13
Sync with Git 2.31.6
Junio C Hamano
-35
/
+56
2022-12-13
Sync with Git 2.30.7
Junio C Hamano
-35
/
+60
2022-12-05
attr: ignore overly large gitattributes files
Patrick Steinhardt
-2
/
+22
2022-12-05
attr: ignore attribute lines exceeding 2048 bytes
Patrick Steinhardt
-0
/
+5
2022-12-05
attr: fix silently splitting up lines longer than 2048 bytes
Patrick Steinhardt
-6
/
+7
2022-12-05
attr: harden allocation against integer overflows
Patrick Steinhardt
-4
/
+3
2022-12-05
attr: fix integer overflow with more than INT_MAX macros
Patrick Steinhardt
-5
/
+5
2022-12-05
attr: fix out-of-bounds read with unreasonable amount of patterns
Patrick Steinhardt
-9
/
+9
2022-12-05
attr: fix out-of-bounds write when parsing huge number of attributes
Patrick Steinhardt
-8
/
+8
2022-12-05
attr: fix integer overflow when parsing huge attribute names
Patrick Steinhardt
-1
/
+1
2022-12-05
attr: fix out-of-bounds read with huge attribute names
Patrick Steinhardt
-1
/
+1
2022-12-05
attr: fix overflow when upserting attribute with overly long name
Patrick Steinhardt
-1
/
+1
2021-04-30
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
-7
/
+7
2021-04-14
*: remove 'const' qualifier for struct index_state
Derrick Stolee
-7
/
+7
2021-03-22
Merge branch 'jk/open-dotgitx-with-nofollow'
Junio C Hamano
-22
/
+38
2021-03-13
use CALLOC_ARRAY
René Scharfe
-6
/
+6
2021-02-16
attr: do not respect symlinks for in-tree .gitattributes
Jeff King
-4
/
+15
2021-02-16
attr: convert "macro_ok" into a flags field
Jeff King
-19
/
+24
2020-11-11
Use new HASHMAP_INIT macro to simplify hashmap initialization
Elijah Newren
-18
/
+8
2019-11-18
attr: move doc to attr.h
Heba Waly
-2
/
+1
2019-10-15
Merge branch 'ew/hashmap'
Junio C Hamano
-11
/
+13
2019-10-07
hashmap_entry: remove first member requirement from docs
Eric Wong
-1
/
+1
2019-10-07
hashmap: remove type arg from hashmap_{get,put,remove}_entry
Eric Wong
-1
/
+1
2019-10-07
OFFSETOF_VAR macro to simplify hashmap iterators
Eric Wong
-1
/
+0
2019-10-07
hashmap: use *_entry APIs for iteration
Eric Wong
-2
/
+3
2019-10-07
hashmap_cmp_fn takes hashmap_entry params
Eric Wong
-4
/
+6
2019-10-07
hashmap_get{,_from_hash} return "struct hashmap_entry *"
Eric Wong
-1
/
+1
2019-10-07
hashmap_get takes "const struct hashmap_entry *"
Eric Wong
-1
/
+1
2019-10-07
hashmap_add takes "struct hashmap_entry *"
Eric Wong
-1
/
+1
2019-10-07
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
-2
/
+2
2019-09-05
treewide: rename 'exclude' methods to 'pattern'
Derrick Stolee
-1
/
+1
2019-09-05
treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_'
Derrick Stolee
-4
/
+4
2019-03-11
Merge branch 'rd/attr.c-comment-typofix'
Junio C Hamano
-4
/
+4
2019-03-07
attr.c: ".gitattribute" -> ".gitattributes" (comments)
Robert P. J. Day
-4
/
+4
2019-02-06
Merge branch 'nd/the-index-final'
Junio C Hamano
-1
/
+0
2019-02-05
Merge branch 'jk/attr-macro-fix'
Junio C Hamano
-15
/
+1
2019-01-24
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
-1
/
+0
2019-01-22
attr: do not mark queried macros as unset
Jeff King
-15
/
+1
2019-01-04
Merge branch 'nd/i18n'
Junio C Hamano
-2
/
+2
2018-11-12
attr.c: mark more string for translation
Nguyễn Thái Ngọc Duy
-2
/
+2
2018-11-05
attr.c: remove #ifdef NO_PTHREADS
Nguyễn Thái Ngọc Duy
-14
/
+0
2018-09-12
Make git_check_attr() a void function
Torsten Bögershausen
-5
/
+3
2018-08-13
attr: remove index from git_attr_set_direction()
Nguyễn Thái Ngọc Duy
-12
/
+3
2018-08-13
attr: remove an implicit dependency on the_index
Nguyễn Thái Ngọc Duy
-19
/
+38
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
-5
/
+5
2018-04-11
exec_cmd: rename to use dash in file name
Stefan Beller
-1
/
+1
2017-09-07
hashmap: add API to disable item counting when threaded
Jeff Hostetler
-6
/
+9
[next]