]> git.ipfire.org Git - thirdparty/git.git/commit
hashmap_cmp_fn takes hashmap_entry params
authorEric Wong <e@80x24.org>
Sun, 6 Oct 2019 23:30:37 +0000 (23:30 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Oct 2019 01:20:11 +0000 (10:20 +0900)
commit939af16eac1608766273d3971598dbcc4fe09928
tree15abb229ccf6464acd1241fac3db0c45ee7b6bbd
parentf23a465132a22860684ac66052cf9a954a18e27d
hashmap_cmp_fn takes hashmap_entry params

Another step in eliminating the requirement of hashmap_entry
being the first member 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>
23 files changed:
attr.c
builtin/describe.c
builtin/difftool.c
builtin/fast-export.c
builtin/fetch.c
config.c
diff.c
hashmap.c
hashmap.h
merge-recursive.c
name-hash.c
oidmap.c
packfile.c
patch-ids.c
ref-filter.c
refs.c
remote.c
revision.c
sequencer.c
sub-process.c
sub-process.h
submodule-config.c
t/helper/test-hashmap.c