In early commits, all dependency were hard linked in directory core/ and pollute git history (up to 2020 commits which are Nikolai's refactorings).
Should we clean this ?
I tested using git-filter-repo and confirm I can obtain a clean history.
We could keep only the old recomb/ folder in git history, as it contained sherpas' sources, which are now in sherpas/src ? This maintains the history of what Guillaume actually developped, and what were further patches.
In early commits, all dependency were hard linked in directory
core/and pollute git history (up to 2020 commits which are Nikolai's refactorings).Should we clean this ?
I tested using
git-filter-repoand confirm I can obtain a clean history.We could keep only the old
recomb/folder in git history, as it contained sherpas' sources, which are now insherpas/src? This maintains the history of what Guillaume actually developped, and what were further patches.