]> git.ipfire.org Git - thirdparty/git.git/commit
t3104: remove shift code in 'test_ls_tree_format'
authorTeng Long <dyroneteng@gmail.com>
Thu, 12 Jan 2023 09:11:35 +0000 (17:11 +0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Jan 2023 23:09:23 +0000 (15:09 -0800)
commitcf4936ed749a53fbdbc0f03eb101264ab6b55e89
tree0283a02ef656fcc32e26e72af31c88db6cf98f6c
parent925a7c6b6b00154be667af7a67e886cfb8d812db
t3104: remove shift code in 'test_ls_tree_format'

In t3104-ls-tree-format.sh, There is a legacy 'shift 2' code
and the relevant code block no longer depends on it anymore,
so let's remove it for a small cleanup.

Signed-off-by: Teng Long <dyroneteng@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3104-ls-tree-format.sh