mirror of
https://github.com/git/git.git
synced 2024-11-27 20:14:30 +08:00
typofix: cherry is spelled with two ars
Do not say chery; it is spelled cherry. Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
a316b954ef
commit
7a96c3864e
@ -100,7 +100,7 @@ test_expect_success 'revert forbidden on dirty working tree' '
|
||||
|
||||
'
|
||||
|
||||
test_expect_success 'chery-pick on unborn branch' '
|
||||
test_expect_success 'cherry-pick on unborn branch' '
|
||||
git checkout --orphan unborn &&
|
||||
git rm --cached -r . &&
|
||||
rm -rf * &&
|
||||
|
@ -105,7 +105,7 @@ test_expect_success 'cherry pick a root commit with --ff' '
|
||||
test "$(git rev-parse --verify HEAD)" = "1df192cd8bc58a2b275d842cede4d221ad9000d1"
|
||||
'
|
||||
|
||||
test_expect_success 'chery-pick --ff on unborn branch' '
|
||||
test_expect_success 'cherry-pick --ff on unborn branch' '
|
||||
git checkout --orphan unborn &&
|
||||
git rm --cached -r . &&
|
||||
rm -rf * &&
|
||||
|
Loading…
Reference in New Issue
Block a user