orphan/unborn: fix use of 'orphan' in end-user facing messages
commitd44b517137ab0d869c81bd532163c3e3e85481e6
authorJunio C Hamano <gitster@pobox.com>
Fri, 24 Nov 2023 03:10:42 +0000 (24 12:10 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 Nov 2023 03:11:23 +0000 (24 12:11 +0900)
treebac019cfb10f1e8d9cbdb86ab47ba40f7b889642
parent49dc156376e33ae62f84141f4425b2bf2978ad68
orphan/unborn: fix use of 'orphan' in end-user facing messages

"orphan branch" is not even grammatical ("orphaned branch" is), and
we have been using "unborn branch" to mean the state where the HEAD
points at a branch that does not yet exist.

Update end-user facing messages to correct them.  There are cases
other random words are used (e.g., "unparented branch") but now we
have a glossary entry, use the term "unborn branch" consistently.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/checkout.c
builtin/worktree.c
t/t2400-worktree-add.sh