Re: [PATCH] vcs-svn/repo_tree.h: remove repo_init declaration
From: Jonathan Nieder <hidden>
Date: 2017-08-22 22:54:14
Junio C Hamano wrote:
Stefan Beller [off-list ref] writes:
quoted
The svn specific declaration of repo_init was not used since 723b7a2789 (vcs-svn: eliminate repo_tree structure, 2010-12-10). This was noticed when including repository.h via cache.h as that has the same function with a different signature. Helped-by: Jonathan Nieder [off-list ref] Signed-off-by: Stefan Beller <redacted>It looks to me that this is a reduced duplicate of what brian posted yesterday. The first two patches in the 6-patch series that you commented on, I think, covers what this change wants to achieve and probably a lot more. I've merged those two already to 'next' and was about to push the result out.
Thanks for the pointer. I believe you're referring to https://public-inbox.org/git/20170821000022.26729-2-sandals@crustytoothpaste.net/. From Stefan's verbal report I was about to send a patch just like Brian's plus some more patches on top to get rid of the rest of repo_tree.h. I can build on top of Brian's patch if that's more convenient. Regards, Jonathan