]> git.ipfire.org Git - thirdparty/git.git/commit - git-merge-one-file.sh
merge-one-file: compute empty blob object ID
authorbrian m. carlson <sandals@crustytoothpaste.net>
Wed, 2 May 2018 00:26:10 +0000 (00:26 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 May 2018 04:59:53 +0000 (13:59 +0900)
commit7882fa220c1f86e3f9707270e2e94d54149394ed
tree62db093267fb23bf9d5178880123a90480b97553
parent23ec4c51d53f6976bdb54e92487d378f9abd1ed3
merge-one-file: compute empty blob object ID

This script hard-codes the object ID of the empty blob.  To avoid any
problems when changing hashes, compute this value by calling git
hash-object.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-merge-one-file.sh