t1414: convert test to use Git commands instead of writing refs manually
commit9901af48ea98766afae4110641d208a278de11c5
authorJohn Cai <johncai86@gmail.com>
Fri, 19 Jan 2024 20:18:51 +0000 (19 20:18 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Jan 2024 23:55:49 +0000 (22 15:55 -0800)
treee1acb305baca3de47047bb60bf666fdb45024c3b
parent4e8df1a3c08d61e17dc817d46dc997e72cf1ef50
t1414: convert test to use Git commands instead of writing refs manually

This test can be re-written to use Git commands rather than writing a
manual ref in the reflog. This way this test no longer needs the
REFFILES prerequisite.

Signed-off-by: John Cai <johncai86@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1414-reflog-walk.sh