Skip to content

Fix git histories for module-hierarchy reorganized files #159

Closed
@emiliom

Description

@emiliom

It looks like the module files that were moved as part of the removal of the ODM2 module hierarchy lost their git history. Instead, the git history is attached to the files that will eventually be removed, in the old module hierarchy. eg:
https://github.com/ODM2/ODM2PythonAPI/blob/master/odm2api/models.py
vs
https://github.com/ODM2/ODM2PythonAPI/blob/master/odm2api/ODM2/models.py

The module-hierarchy reorg (completed in release 0.7.1) was tracked in issue #146, that I left open for future reference once we're ready to remove the backwards-compatibility old hierarchy.

This specific issue (preserving git history in the files at the new hierarchy) was discussed in #145 (comment). See the specific steps/approach I had proposed there. We'll need to test that these steps get the job done.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions