diff options
author | Junio C Hamano <gitster@pobox.com> | 2023-11-24 04:09:18 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-11-24 04:11:23 +0100 |
commit | 49dc156376e33ae62f84141f4425b2bf2978ad68 (patch) | |
tree | 76bb895c103c5f05e7f86afdc8eb6e4d435ca647 /Documentation/git-checkout.txt | |
parent | Git 2.43 (diff) | |
download | git-49dc156376e33ae62f84141f4425b2bf2978ad68.tar.xz git-49dc156376e33ae62f84141f4425b2bf2978ad68.zip |
orphan/unborn: add to the glossary and use them consistently
To orphan is a verb that denotes the act of getting on an unborn
branch, and a few references to "orphan branch" in our documentation
are misuses of the word. They caused end-user confusion, which was
made even worse because we did not have the term defined in the
glossary document. Add entries for "unborn" branch and "orphan"
operation to the glossary, and adjust existing documentation
accordingly.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-checkout.txt')
-rw-r--r-- | Documentation/git-checkout.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.txt index 240c54639e..26ad1a5e27 100644 --- a/Documentation/git-checkout.txt +++ b/Documentation/git-checkout.txt @@ -215,7 +215,7 @@ variable. below for details. --orphan <new-branch>:: - Create a new 'orphan' branch, named `<new-branch>`, started from + Create a new unborn branch, named `<new-branch>`, started from `<start-point>` and switch to it. The first commit made on this new branch will have no parents and it will be the root of a new history totally disconnected from all the other branches and |