]> git.ipfire.org Git - thirdparty/git.git/commit
submodule: make zero-oid comparison hash function agnostic
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 15 Oct 2018 00:02:01 +0000 (00:02 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Oct 2018 03:53:16 +0000 (12:53 +0900)
commitdda634687717fd8aafd54cae9ae3d9b2902e276e
treeebb44e35fd307d70f8098f5acde92a039daf0ec4
parenteccb5a5f3d8d49ec9b4645aac94bffb7e504f10f
submodule: make zero-oid comparison hash function agnostic

With SHA-256, the length of the all-zeros object ID is longer.  Add a
function to git-submodule.sh to check if a full hex object ID is the
all-zeros value, and use it to check the output we're parsing from git
diff-files or diff-index.

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