Re: [PATCH] Make git-clone obey "--" (end argument parsing)

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

Re: [PATCH] Make git-clone obey "--" (end argument parsing)

From: Heikki Orsila <hidden>
Date: 2016-06-15 22:43:46

Junio C Hamano wrote:
I do not think this breaks anything, but does it _help_
anything in practice?

What kind of breakage does this patch fix?
It doesn't fix anything, but it is a good usability standard to obey --.
I was creating a script that would _automatically_ clone repositories of 
other users. As a little bit pedantic shell script writer I added "--" 
and noticed that git clone doesn't handle that, although it's expected 
behavior from many tools.

-- 
Heikki Orsila			Barbie's law:
heikki.orsila@iki.fi		"Math is hard, let's go shopping!"
http://www.iki.fi/shd

Re: [PATCH] Make git-clone obey "--" (end argument parsing)

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:43:46

Heikki Orsila [off-list ref] writes:
Junio C Hamano wrote:
quoted
I do not think this breaks anything, but does it _help_
anything in practice?

What kind of breakage does this patch fix?
It doesn't fix anything, but it is a good usability standard to obey --.
I was creating a script that would _automatically_ clone repositories of 
other users. As a little bit pedantic shell script writer I added "--" 
and noticed that git clone doesn't handle that,...
The first real parameter will always be the remote repo
URL^Wlocator, and sane people won't have anything that begin
with a hyphen for that, will they?

So the change is only for consistency's sake.

I am not saying that is a bad thing.  I just wanted to
understand if there was a real breakage there.

Thanks. Will apply.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help