From: Junio C Hamano <hidden> Date: 2016-06-15 22:44:15
Jeff King [off-list ref] writes:
We were returning the _address of_ the stored item (or NULL)
instead of the item itself. While this sort of indirection
is useful for insertion (since you can lookup and then
modify), it is unnecessary for read-only lookup.