]> git.ipfire.org Git - thirdparty/git.git/commit
t3903: make drop stash test ref backend agnostic
authorJohn Cai <johncai86@gmail.com>
Fri, 19 Jan 2024 20:18:58 +0000 (20:18 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Jan 2024 23:57:25 +0000 (15:57 -0800)
commit99a294bcdb84152fa3d4868666227c1e49378727
treed7a4c614ed556e344604f275ffc4dd8280b8260b
parentdfc9486cb7d0512267d005d1baccf51484fc75ac
t3903: make drop stash test ref backend agnostic

In this test, the calls to cut(1) are only used to verify that the
contents of the reflog entry look as expected. By replacing these with
git-reflog(1) calls, we can make this test ref-backend agnostic.

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