Re: Advise on a push only repo

2015-01-15 Thread Junio C Hamano
"Jason Pyeron" writes: >> Looking at http_config() there, I would guess perhaps: >> >> [http] >> uploadpack = false >> getanyfile = false >> >> but I am not sure if the latter is needed (or anybody seriously >> tested it, for that matter). > > Perfect! Had to add receivepack

RE: Advise on a push only repo

2015-01-15 Thread Jason Pyeron
> -Original Message- > From: Junio C Hamano > Sent: Thursday, January 15, 2015 14:31 > > "Jason Pyeron" writes: > > > I am setting up a continous integration (CI) system for an > open source > > project and I want to allow forking developers to use the > system, but > > I do not want a

Re: Advise on a push only repo

2015-01-15 Thread Junio C Hamano
"Jason Pyeron" writes: > I am setting up a continous integration (CI) system for an open source > project and I want to allow forking developers to use the system, but > I do not want anyone to do a clone or fetch from the CI git repo, the > repo. > > Any advice on limiting the https smart protoc