]> git.ipfire.org Git - thirdparty/git.git/commit - sub-process.h
hashmap_entry: remove first member requirement from docs
authorEric Wong <e@80x24.org>
Sun, 6 Oct 2019 23:30:43 +0000 (23:30 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Oct 2019 01:20:12 +0000 (10:20 +0900)
commite2b5038d8793a1d1f92b62dab82acc0d6b7dbcb7
tree976db498f6351b16a1b93574315efdb55d0a810d
parent404ab78e39fc74c4eb604b6003642ed264f687a6
hashmap_entry: remove first member requirement from docs

Comments stating that "struct hashmap_entry" must be the first
member in a struct are no longer valid.

Suggested-by: Phillip Wood <phillip.wood123@gmail.com>
Signed-off-by: Eric Wong <e@80x24.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
attr.c
builtin/fetch.c
hashmap.h
merge-recursive.h
ref-filter.c
refs.c
remote.h
sub-process.h
t/helper/test-hashmap.c