]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'js/fsck-tag-validation'
authorJunio C Hamano <gitster@pobox.com>
Fri, 26 Sep 2014 21:39:43 +0000 (14:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Sep 2014 21:39:43 +0000 (14:39 -0700)
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

1  2 
builtin/fsck.c
builtin/index-pack.c
t/t1450-fsck.sh

diff --cc builtin/fsck.c
Simple merge
Simple merge
diff --cc t/t1450-fsck.sh
Simple merge