]> git.ipfire.org Git - thirdparty/git.git/commit - t/t9902-completion.sh
t9902: use a non-deprecated command for testing
authorElijah Newren <newren@gmail.com>
Wed, 4 Sep 2019 22:32:39 +0000 (15:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Sep 2019 20:01:48 +0000 (13:01 -0700)
commit483e861111444b1e7c5c6a8442f2a306508adfb0
tree810b06ef12de870d1f34359ab211b0117b1b4f52
parent9df53c5de6e687df9cd7b36e633360178b65a0ef
t9902: use a non-deprecated command for testing

t9902 had a list of three random porcelain commands as a sanity check,
one of which was filter-branch.  Since we are recommending people not
use filter-branch, let's update this test to use rebase instead of
filter-branch.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9902-completion.sh