]> git.ipfire.org Git - thirdparty/git.git/commit - t/t3510-cherry-pick-sequence.sh
t: switch $_x40 to $OID_REGEX
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sun, 13 May 2018 02:24:15 +0000 (02:24 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 May 2018 02:02:01 +0000 (11:02 +0900)
commit2ece6ad2819078733d8fb8a7cd47929786631ed1
tree949a837a8dfdd84945f35e677053e7be82727299
parentbd981d5fc33677b4f074bac309ce64b39ba9d02e
t: switch $_x40 to $OID_REGEX

Switch all uses of $_x40 to $OID_REGEX so that they work correctly with
larger hashes.  This commit was created by using the following sed
command to modify all files in the t directory except t/test-lib.sh:

  sed -i 's/\$_x40/$OID_REGEX/g'

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
20 files changed:
t/diff-lib.sh
t/t0090-cache-tree.sh
t/t1000-read-tree-m-3way.sh
t/t1001-read-tree-m-2way.sh
t/t1002-read-tree-m-u-2way.sh
t/t1012-read-tree-df.sh
t/t3100-ls-tree-restrict.sh
t/t3101-ls-tree-dirname.sh
t/t3510-cherry-pick-sequence.sh
t/t4002-diff-basic.sh
t/t4006-diff-mode.sh
t/t4014-format-patch.sh
t/t4201-shortlog.sh
t/t5150-request-pull.sh
t/t6006-rev-list-format.sh
t/t6012-rev-list-simplify.sh
t/t6111-rev-list-treesame.sh
t/t7506-status-submodule.sh
t/t9010-svn-fe.sh
t/t9300-fast-import.sh