Jonathan Nieder <jrnieder@xxxxxxxxx> writes: > This reverts commit 684ceae32dae726c6a5c693b257b156926aba8b7. > > Users fetching from linux-next and other kernel remotes are reporting > that the limited ref advertisement causes negotiation to reach > MAX_IN_VAIN, resulting in too-large fetches. > > Reported-by: Lubomir Rintel <lkundrak@xxxxx> > Reported-by: "Dixit, Ashutosh" <ashutosh.dixit@xxxxxxxxx> > Reported-by: Jiri Slaby <jslaby@xxxxxxx> > Reported-by: Konstantin Ryabitsev <konstantin@xxxxxxxxxxxxxxxxxxx> > Signed-off-by: Jonathan Nieder <jrnieder@xxxxxxxxx> > --- With the one-liner fix for resetting the "we haven't heard an Ack" timer, I am no longer so worried by hurting users by keeping them on v2 by default, but it will take some time for the fix to trickle down from the 'master' track to a maintenance release, so I am OK to apply this patch in the meantime. But let's flip the default back to v2 after the one-liner fix lands to see if (1) the fix truly helps and (2) people hit other issues in the difference between v0 and v2. Thanks.