]> git.ipfire.org Git - thirdparty/git.git/commit - read-cache.c
read-cache.c: report the header version we do not understand
authorJunio C Hamano <gitster@pobox.com>
Tue, 3 Apr 2012 22:53:12 +0000 (15:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Apr 2012 23:24:45 +0000 (16:24 -0700)
commit0136bac9b8a449cdf2179ad0242e079262b0aeea
tree62637aa5f32b62e3248e3bb5786fb27ac198aea6
parent936f53d055c9a336e9ad89ad06c4efd56e5896e8
read-cache.c: report the header version we do not understand

Instead of just saying "bad index version", report the value we read
from the disk.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
read-cache.c