]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/hash-object-fsck'
authorJunio C Hamano <gitster@pobox.com>
Mon, 30 Jan 2023 22:24:22 +0000 (14:24 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Jan 2023 22:24:22 +0000 (14:24 -0800)
commitabf2bb895b429e9fefc478d9c230bf74622be620
treea7980eaa2a5b9243d6578f8896f6caf64dab8188
parent4ac326f64f19037d25994b947e29268ae0e39e75
parent8e4309038f0a72aef950f87fe187af824fc8efc0
Merge branch 'jk/hash-object-fsck'

"git hash-object" now checks that the resulting object is well
formed with the same code as "git fsck".

* jk/hash-object-fsck:
  fsck: do not assume NUL-termination of buffers
  hash-object: use fsck for object checks
  fsck: provide a function to fsck buffer without object struct
  t: use hash-object --literally when created malformed objects
  t7030: stop using invalid tag name
  t1006: stop using 0-padded timestamps
  t1007: modernize malformed object tests
object-file.c
t/t6300-for-each-ref.sh