From: Junio C Hamano <hidden> Date: 2016-06-15 22:53:04
Clemens Buchacher [off-list ref] writes:
git rev-list passes rev_list_info, not rev_list objects. Without this
fix, rev-list enables or disables the --verify-objects option depending
on a read from an undefined memory location.
Signed-off-by: Clemens Buchacher <redacted>
---
Wow, I simply couldn't believe it, but you are right.
Thanks.