index
:
git
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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-23
Merge branch 'kn/attr-from-tree'
Junio C Hamano
1
-27
/
+70
2023-01-21
Merge branch 'rs/dup-array'
Junio C Hamano
1
-2
/
+1
2023-01-17
attr: adjust a mismatched data type
Johannes Schindelin
1
-1
/
+1
2023-01-14
attr: add flag `--source` to work with tree-ish
Karthik Nayak
1
-27
/
+70
2023-01-09
use DUP_ARRAY
René Scharfe
1
-2
/
+1
2022-12-13
Sync with Git 2.37.5
Junio C Hamano
1
-35
/
+56
2022-12-13
Merge branch 'maint-2.35' into maint-2.36
Junio C Hamano
1
-35
/
+56
2022-12-13
Merge branch 'maint-2.33' into maint-2.34
Junio C Hamano
1
-35
/
+56
2022-12-13
Sync with Git 2.32.5
Junio C Hamano
1
-35
/
+56
2022-12-13
Sync with Git 2.31.6
Junio C Hamano
1
-35
/
+56
2022-12-13
Sync with Git 2.30.7
Junio C Hamano
1
-35
/
+60
2022-12-05
attr: ignore overly large gitattributes files
Patrick Steinhardt
1
-2
/
+22
2022-12-05
attr: ignore attribute lines exceeding 2048 bytes
Patrick Steinhardt
1
-0
/
+5
2022-12-05
attr: fix silently splitting up lines longer than 2048 bytes
Patrick Steinhardt
1
-6
/
+7
2022-12-05
attr: harden allocation against integer overflows
Patrick Steinhardt
1
-4
/
+3
2022-12-05
attr: fix integer overflow with more than INT_MAX macros
Patrick Steinhardt
1
-5
/
+5
2022-12-05
attr: fix out-of-bounds read with unreasonable amount of patterns
Patrick Steinhardt
1
-9
/
+9
2022-12-05
attr: fix out-of-bounds write when parsing huge number of attributes
Patrick Steinhardt
1
-8
/
+8
2022-12-05
attr: fix integer overflow when parsing huge attribute names
Patrick Steinhardt
1
-1
/
+1
2022-12-05
attr: fix out-of-bounds read with huge attribute names
Patrick Steinhardt
1
-1
/
+1
2022-12-05
attr: fix overflow when upserting attribute with overly long name
Patrick Steinhardt
1
-1
/
+1
2022-10-06
attr: drop DEBUG_ATTR code
Jeff King
1
-38
/
+3
2022-09-14
Merge branch 'ab/unused-annotation'
Junio C Hamano
1
-2
/
+2
2022-09-14
Merge branch 'jk/unused-annotation'
Junio C Hamano
1
-2
/
+2
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-08-19
match_pathname(): drop unused "flags" parameter
Jeff King
1
-1
/
+1
2022-08-19
hashmap: mark unused callback parameters
Jeff King
1
-2
/
+2
2022-03-29
Merge branch 'ab/refs-various-fixes'
Junio C Hamano
1
-1
/
+1
2022-03-17
misc *.c: use designated initializers for struct assignments
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-03-13
attr.c: delete duplicate include
Elia Pinto
1
-1
/
+0
2021-09-07
attr: be careful about sparse directories
Derrick Stolee
1
-0
/
+15
2021-06-14
*: fix typos which duplicate a word
Andrei Rybak
1
-1
/
+1
2021-04-30
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
1
-7
/
+7
2021-04-14
*: remove 'const' qualifier for struct index_state
Derrick Stolee
1
-7
/
+7
2021-03-22
Merge branch 'jk/open-dotgitx-with-nofollow'
Junio C Hamano
1
-22
/
+38
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-6
/
+6
2021-02-16
attr: do not respect symlinks for in-tree .gitattributes
Jeff King
1
-4
/
+15
2021-02-16
attr: convert "macro_ok" into a flags field
Jeff King
1
-19
/
+24
2020-11-11
Use new HASHMAP_INIT macro to simplify hashmap initialization
Elijah Newren
1
-18
/
+8
2019-11-18
attr: move doc to attr.h
Heba Waly
1
-2
/
+1
2019-10-15
Merge branch 'ew/hashmap'
Junio C Hamano
1
-11
/
+13
2019-10-07
hashmap_entry: remove first member requirement from docs
Eric Wong
1
-1
/
+1
2019-10-07
hashmap: remove type arg from hashmap_{get,put,remove}_entry
Eric Wong
1
-1
/
+1
2019-10-07
OFFSETOF_VAR macro to simplify hashmap iterators
Eric Wong
1
-1
/
+0
2019-10-07
hashmap: use *_entry APIs for iteration
Eric Wong
1
-2
/
+3
2019-10-07
hashmap_cmp_fn takes hashmap_entry params
Eric Wong
1
-4
/
+6
2019-10-07
hashmap_get{,_from_hash} return "struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-07
hashmap_get takes "const struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-07
hashmap_add takes "struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-07
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
1
-2
/
+2
[next]