Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rerere: fix too-short initialization
This was caused by a typo in the sizeof parameter, and meant we looked at uninitialized memory. Caught by valgrind in t2030. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information