]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'mh/fast-import-no-diff-delta-empty'
authorJunio C Hamano <gitster@pobox.com>
Tue, 24 Jul 2018 21:50:46 +0000 (14:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Jul 2018 21:50:46 +0000 (14:50 -0700)
commitfa6758e9afb7cbd211e38b6f81e9d21872d97338
tree245fcf91a641097541be6ee9e6b600e479ce8553
parentd3f09389731e186a978f095228431b1bb293b6f6
parent9d14ecf39dc70cd2d2cf639d873b8e2c7f039d11
Merge branch 'mh/fast-import-no-diff-delta-empty'

"git fast-import" has been updated to avoid attempting to create
delta against a zero-byte-long string, which is pointless.

* mh/fast-import-no-diff-delta-empty:
  fast-import: do not call diff_delta() with empty buffer