Re: [PATCH v2 0/2] lifting upload-archive restrictions

2014-02-28 Thread Junio C Hamano
Jeff King writes: > Here's a series to handle this; I think the end result is much nicer. I > ended up calling the option "uploadarchive.allowUnreachable". By moving > it there instead of under "archive", it is more clear that this is about > the _serving_ end of the remote connection, and the wo

[PATCH v2 0/2] lifting upload-archive restrictions

2014-02-28 Thread Jeff King
On Fri, Feb 28, 2014 at 04:07:09AM -0500, Jeff King wrote: > > As this does not affect local use of "git archive", "requested by > > refnames" may need to be clarified further. Perhaps "remote > > archives can be requested only for published refnames" or something. > > I was hoping to be vague.