hashmap_add takes "struct hashmap_entry *"
authorEric Wong <redacted>
Sun, 6 Oct 2019 23:30:29 +0000 (23:30 +0000)
committerJunio C Hamano <redacted>
Mon, 7 Oct 2019 01:20:10 +0000 (10:20 +0900)
commitb94e5c1df674eb4ec8fdeaaae1ad8df552cb5d70
tree81566486743a5dafb2dddaf09de597529223f315
parentf6eb6bdcf2719defc3d38e0e2712fa3e18d29e91
hashmap_add takes "struct hashmap_entry *"

This is less error-prone than "void *" as the compiler now
detects invalid types being passed.

Signed-off-by: Eric Wong <redacted>
Reviewed-by: Derrick Stolee <redacted>
Signed-off-by: Junio C Hamano <redacted>
20 files changed:
attr.c
blame.c
builtin/describe.c
builtin/difftool.c
builtin/fetch.c
config.c
diff.c
diffcore-rename.c
hashmap.c
hashmap.h
merge-recursive.c
name-hash.c
packfile.c
patch-ids.c
range-diff.c
ref-filter.c
sequencer.c
sub-process.c
submodule-config.c
t/helper/test-hashmap.c
git clone https://git.99rst.org/PROJECT