]> git.ipfire.org Git - thirdparty/git.git/commit
t3903: abstract away SHA-1-specific constants
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 26 Aug 2019 01:43:41 +0000 (01:43 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Aug 2019 15:55:45 +0000 (08:55 -0700)
commitc78481507374af87844e14b4b3b8220bba9f2c9a
tree33dbd39490003670d34cac43f9b8744956590138
parentacb49d1cc8b1f4a59af1071791f2751383464f0b
t3903: abstract away SHA-1-specific constants

Abstract away the SHA-1-specific constants by sanitizing diff output to
remove the index lines, since it's clear from the assertions in question
that we are not interested in the specific object IDs.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3903-stash.sh