Hello,
When we imported the code from both repositories into the common git repository, we imported the full history of SER core and modules, as well as the full history of all Kamailio modules and scripts/tools.
What we did not import is the full history of Kamailio core. We went through Kamailio modules and selected directories one by one, but we left the core file behind, which means that changes in Kamailio to most core files are no accessible in the git repository history.
We put quite a bit of effort into importing everything properly, including full history. And I wonder if we should perhaps also import the history of Kamailio core, perhaps on a separate branch?
The history of Kamailio core would not be directly visible if one types git log on the master branch, but it will be stored in the repository in case someone needs to investigate it in the future.
Without that one would need to get back to the SVN repository and look there. We also have the automatic git import of Kamailio SVN, but I assume that we will stop that if there will be no more commits in the SVN repository in the future.
-- Jan