From: "Junio C Hamano"
Sent: Tuesday, August 28, 2012 12:22 AM
"Philip Oakley" writes:
I searched for all occurrences of '[[' which would indicate a double
optional argument within the synopsis and only found git-read-tree.
Double-optional? That is not an issue.
For clarification, I was
"Philip Oakley" writes:
> I searched for all occurrences of '[[' which would indicate a double
> optional argument within the synopsis and only found git-read-tree.
Double-optional? That is not an issue.
If an option always takes a parameter, we would have
git cmd [--option parameter
From: "Junio C Hamano"
Sent: Sunday, August 26, 2012 7:38 PM
乙酸鋰 writes:
git checkout -t -B origin/abcde
works
but
git checkout -B -t origin/abcde
does not.
Could you document the order of parameters or fix the behaviour?
It is crystal clear that -b/-B/--orphan must be followed by the nam
Nguyen Thai Ngoc Duy writes:
> On Mon, Aug 27, 2012 at 1:38 AM, Junio C Hamano wrote:
>> 乙酸鋰 writes:
>>
>>> git checkout -t -B origin/abcde
>>> works
>>>
>>> but
>>> git checkout -B -t origin/abcde
>>> does not.
>>>
>>> Could you document the order of parameters or fix the behaviour?
>>
>> It i
On Mon, Aug 27, 2012 at 1:38 AM, Junio C Hamano wrote:
> 乙酸鋰 writes:
>
>> git checkout -t -B origin/abcde
>> works
>>
>> but
>> git checkout -B -t origin/abcde
>> does not.
>>
>> Could you document the order of parameters or fix the behaviour?
>
> It is crystal clear that -b/-B/--orphan must be f
乙酸鋰 writes:
> git checkout -t -B origin/abcde
> works
>
> but
> git checkout -B -t origin/abcde
> does not.
>
> Could you document the order of parameters or fix the behaviour?
It is crystal clear that -b/-B/--orphan must be followed by the name
of the branch you are creating from the SYNOPSIS s
6 matches
Mail list logo