]> git.ipfire.org Git - thirdparty/git.git/commit - hashmap.c
hashmap_get_next returns "struct hashmap_entry *"
authorEric Wong <e@80x24.org>
Sun, 6 Oct 2019 23:30:34 +0000 (23:30 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Oct 2019 01:20:10 +0000 (10:20 +0900)
commit6bcbdfb277bdc81b5ad6996b3fb005382a35c2ee
treed2c5a170735b75f905cfe0314aec1d6431e6142a
parent973d5eea7455e1053842f7474c8ec34755f3525b
hashmap_get_next returns "struct hashmap_entry *"

This is a step towards removing the requirement for
hashmap_entry being the first field of a struct.

Signed-off-by: Eric Wong <e@80x24.org>
Reviewed-by: Derrick Stolee <stolee@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c
diffcore-rename.c
hashmap.c
hashmap.h
name-hash.c
t/helper/test-hashmap.c