From: Junio C Hamano Date: Wed, 6 Oct 2021 20:40:11 +0000 (-0700) Subject: Merge branch 'pw/rebase-of-a-tag-fix' X-Git-Tag: v2.34.0-rc0~93 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7cebe73dbd34f68b4c97b43f3d338031fd5e3831;p=thirdparty%2Fgit.git Merge branch 'pw/rebase-of-a-tag-fix' "git rebase " failed when aborted in the middle, as it mistakenly tried to write the tag object instead of peeling it to HEAD. * pw/rebase-of-a-tag-fix: rebase: dereference tags rebase: use lookup_commit_reference_by_name() rebase: use our standard error return value t3407: rework rebase --quit tests t3407: strengthen rebase --abort tests t3407: use test_path_is_missing t3407: rename a variable t3407: use test_cmp_rev t3407: use test_commit t3407: run tests in $TEST_DIRECTORY --- 7cebe73dbd34f68b4c97b43f3d338031fd5e3831