Re: [PATCH] transport: drop support for git-over-rsync

2016-01-30 Thread Eric Wong
Jeff King wrote: > On Sat, Jan 30, 2016 at 02:21:26AM -0500, Jeff King wrote: > > Even the commit porting rsync over to C from shell (cd547b4) > > lists it as deprecated! So between the 10 years of informal > > warnings, and the fact that it has been severely broken > > since 2007, it's probably s

Re: [PATCH] transport: drop support for git-over-rsync

2016-01-29 Thread Jeff King
On Sat, Jan 30, 2016 at 02:21:26AM -0500, Jeff King wrote: > Even the commit porting rsync over to C from shell (cd547b4) > lists it as deprecated! So between the 10 years of informal > warnings, and the fact that it has been severely broken > since 2007, it's probably safe to simply remove it wit