Request reverting some from git-pb
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:41:57
Petr, you added two small patches to git-pb recently. * Rename some more cache-related functions * Rename cache_match_stat() to ce_match_stat() I would really appreciate if you do not do these name clean-ups yet, _especially_ not without having GIT mailing list discussion about it first. This kind of changes inevitably introduce merge conflicts. I suspect this is something you lifted from a larger libification patch. While I think name cleanups are good in the long run, I do not see value in lifting only some name cleanups from the libification patch and having people to adjust for the merge conflicts twice (now and when libification is ready to be included). I would not mind if these renames happen as a part of libification as a whole. Pending patches need to be inspected and adjusted when that happens anyway. But not until then, at least please have a courtesy to give people a warning and an opportunity to speak out.