Re: wishlist; unify behavior while cloning non-bare repos over http to be in line with ssh/local

2016-05-11 Thread Junio C Hamano
Yaroslav Halchenko writes: > On Tue, 10 May 2016, Junio C Hamano wrote: >> >> The necessary update to the client might be as simple as using >> >> $GIVEN_URL/.git/ and attempting the request again after seeing the >> >> probe for $GIVEN_URL/info/refs fails. > >> > Sure --

Re: wishlist; unify behavior while cloning non-bare repos over http to be in line with ssh/local

2016-05-10 Thread Yaroslav Halchenko
On Tue, 10 May 2016, Junio C Hamano wrote: > >> The necessary update to the client might be as simple as using > >> $GIVEN_URL/.git/ and attempting the request again after seeing the > >> probe for $GIVEN_URL/info/refs fails. > > Sure -- workarounds are possible,... > Just so that there is no

Re: wishlist; unify behavior while cloning non-bare repos over http to be in line with ssh/local

2016-05-10 Thread Junio C Hamano
Yaroslav Halchenko writes: >> The necessary update to the client might be as simple as using >> $GIVEN_URL/.git/ and attempting the request again after seeing the >> probe for $GIVEN_URL/info/refs fails. > > Sure -- workarounds are possible,... Just so that there is no

Re: wishlist; unify behavior while cloning non-bare repos over http to be in line with ssh/local

2016-05-10 Thread Yaroslav Halchenko
On Tue, 10 May 2016, Jacob Keller wrote: > > The necessary update to the client might as simple as using > > $GIVEN_URL/.git/ and attempting the request again after seeing the > > probe for $GIVEN_URL/info/refs fails. > I know at least Jenkin's Git plugin has a workaround to solve this > issue

Re: wishlist; unify behavior while cloning non-bare repos over http to be in line with ssh/local

2016-05-10 Thread Jacob Keller
On Tue, May 10, 2016 at 1:11 PM, Junio C Hamano wrote: > Yaroslav Halchenko writes: > >> On Fri, 06 May 2016, Yaroslav Halchenko wrote: >> >>> Dear Git Folks, >> >>> Originally this issue was mentioned in previous thread [1], and I have >>> decided >>> to

Re: wishlist; unify behavior while cloning non-bare repos over http to be in line with ssh/local

2016-05-10 Thread Junio C Hamano
Yaroslav Halchenko writes: > On Fri, 06 May 2016, Yaroslav Halchenko wrote: > >> Dear Git Folks, > >> Originally this issue was mentioned in previous thread [1], and I have >> decided >> to bring it into a separate thread. ATM there is a dichotomy in git behavior >>

Re: wishlist; unify behavior while cloning non-bare repos over http to be in line with ssh/local

2016-05-10 Thread Yaroslav Halchenko
On Fri, 06 May 2016, Yaroslav Halchenko wrote: > Dear Git Folks, > Originally this issue was mentioned in previous thread [1], and I have decided > to bring it into a separate thread. ATM there is a dichotomy in git behavior > between cloning non-bare repos: if I clone over ssh or just

wishlist; unify behavior while cloning non-bare repos over http to be in line with ssh/local

2016-05-06 Thread Yaroslav Halchenko
Dear Git Folks, Originally this issue was mentioned in previous thread [1], and I have decided to bring it into a separate thread. ATM there is a dichotomy in git behavior between cloning non-bare repos: if I clone over ssh or just locally by providing url without trailing /.git, git senses for