Don't calculate diffs .... #25

Closed
adamm wants to merge 1 commits from adamm/git-importer:use_git_for_sha256 into use_git_for_sha256
Contributor

Instead of calculating diffs, just apply the revision to the branch
as-is. If things don't match, update them. Done.

Problems happens if there are devel project changes and histories
are no longer linear and the diffs are not calculated properly.
eg. trytond_stock_lot devel branch was imported incorrectly

Instead of calculating diffs, just apply the revision to the branch as-is. If things don't match, update them. Done. Problems happens if there are devel project changes and histories are no longer linear and the diffs are not calculated properly. eg. trytond_stock_lot devel branch was imported incorrectly
adamm added 1 commit 2024-06-07 16:44:33 +02:00
Instead of calculating diffs, just apply the revision to the branch
as-is. If things don't match, update them. Done.

Problems happens if there are devel project changes and histories
are no longer linear and the diffs are not calculated properly.
eg. trytond_stock_lot devel branch was imported incorrectly
Author
Contributor

The code assumes that new branches are orphaned.

The code assumes that new branches are orphaned.
adamm closed this pull request 2024-06-10 15:37:25 +02:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: importers/git-importer#25
No description provided.