]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/fsck-tag-validation' into HEAD
authorJunio C Hamano <gitster@pobox.com>
Fri, 12 Sep 2014 18:05:08 +0000 (11:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Sep 2014 18:05:08 +0000 (11:05 -0700)
commit40e94ca19adf00caa3d19a199b9b0a6079d12a3a
tree3b4a451e3e4ba2c9345378ef7e3f55930b632ede
parent5ba9a93b39bef057be54ecf7933386a582981625
parentf99b7af661f89865f918e52223a3bdaf312a0de0
Merge branch 'js/fsck-tag-validation' into HEAD

* 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