commit | b82a7b5bbc1c86d5f6d4198f694b213360dc2485 | [log] [tgz] |
---|---|---|
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | Fri Feb 22 19:09:24 2013 +0700 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Feb 22 12:48:41 2013 -0800 |
tree | 767129c7e4d57fa5151143015fb64efcf806461f | |
parent | 300e39f6aa974cebf09b5983b923a2bea23146ee [diff] |
read-cache.c: use INDEX_FORMAT_{LB,UB} in verify_hdr() 9d22778 (read-cache.c: write prefix-compressed names in the index - 2012-04-04) defined these. Interestingly, they were not used by read-cache.c, or anywhere in that patch. They were used in builtin/update-index.c later for checking supported index versions. Use them here too. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>