Re: [PATCH 08/19] checkout: split part of it to new command switch
- Date: Thu, 31 Jan 2019 14:09:53 +0100
- From: SZEDER Gábor <szeder.dev@xxxxxxxxx>
- Subject: Re: [PATCH 08/19] checkout: split part of it to new command switch
On Wed, Jan 30, 2019 at 04:48:20PM +0700, Nguyễn Thái Ngọc Duy wrote:
> diff --git a/Documentation/git-switch.txt b/Documentation/git-switch.txt
> new file mode 100644
> index 0000000000..953c9747b2
> +--orphan <new_branch>::
> + Create a new 'orphan' branch, named <new_branch>, started from
> + <start_point> and switch to it. See explanation of the same
> + option in linkgit:git-checkout[1] for details.
Copy-paste error? An orphan branch, by definition, doesn't have a
starting point.