Re: [PATCH 0/12] a rabbit hole of update-server-info fixes

2019-04-04 Thread Junio C Hamano
Jeff King writes: > This patch series started with patch 12: I just wanted to drop the > unused "force" parameter from update_info_refs(). > > But that made me look at its sibling update_info_packs(), and whether it > ... > And here we are. I present them here in reverse rabbit-hole order (which

[PATCH 0/12] a rabbit hole of update-server-info fixes

2019-04-04 Thread Jeff King
This patch series started with patch 12: I just wanted to drop the unused "force" parameter from update_info_refs(). But that made me look at its sibling update_info_packs(), and whether it needs its force parameter. It _does_ in fact do something (though I am slightly doubtful that anybody actual