Hi again, Jonathan Nieder wrote: > This is an alternative to bc/vcs-svn-cleanup from 'next'. Those > patches weren't cc-ed to me and I missed them --- sorry about that. I > can rebase on top of them if that is more convenient. Here is the same series rebased on top of bc/vcs-svn-cleanup. Thoughts welcome, as always. Jonathan Nieder (4): vcs-svn: remove more unused prototypes and declarations vcs-svn: remove custom mode constants vcs-svn: remove repo_delete wrapper function vcs-svn: move remaining repo_tree functions to fast_export.h Makefile | 1 - vcs-svn/fast_export.c | 41 +++++++++++++++++++++++++++++++++++++---- vcs-svn/fast_export.h | 3 +++ vcs-svn/repo_tree.c | 48 ------------------------------------------------ vcs-svn/repo_tree.h | 16 ---------------- vcs-svn/svndump.c | 33 ++++++++++++++++----------------- 6 files changed, 56 insertions(+), 86 deletions(-) delete mode 100644 vcs-svn/repo_tree.c delete mode 100644 vcs-svn/repo_tree.h > [1] https://public-inbox.org/git/20170822213501.5928-1-sbeller@xxxxxxxxxx > [2] https://public-inbox.org/git/20170821000022.26729-3-sandals@xxxxxxxxxxxxxxxxxxxx