Merge branch 'js/fsck-tag-validation'
commit13f4f046929de00a8c16171c5e08cdcae887b54d
authorJunio C Hamano <gitster@pobox.com>
Fri, 26 Sep 2014 21:39:43 +0000 (26 14:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Sep 2014 21:39:43 +0000 (26 14:39 -0700)
tree44af90db2087ad26f7ecb7c2ad0007a503a3bc40
parent9bc4222746a09d57998903dab0361b1d7adc271f
parentf99b7af661f89865f918e52223a3bdaf312a0de0
Merge branch 'js/fsck-tag-validation'

Teach "git fsck" to inspect the contents of annotated tag objects.

* js/fsck-tag-validation:
  Make sure that index-pack --strict checks tag objects
  Add regression tests for stricter tag fsck'ing
  fsck: check tag objects' headers
  Make sure fsck_commit_buffer() does not run out of the buffer
  fsck_object(): allow passing object data separately from the object itself
  Refactor type_from_string() to allow continuing after detecting an error
builtin/fsck.c
builtin/index-pack.c
t/t1450-fsck.sh