Skip to content
Snippets Groups Projects
Commit c3f19d62 authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

import: _always_ save the map after an import

Pulls aren't done in a transaction, so you can safely interrupt them,
and get a partial result. Unfortunately, the commit map isn't updated,
so once you resume the pull, it'll begin at the start at same commit as
last, rather than where interrupted.

With this tiny change, I can interrupt and resume long-running pulls
at leisure.

There's no test, since writing the required infrastructure seems a bit
overkill.
parent d6ac1ae9
No related branches found
No related tags found
1 merge request!44import: always save the map after an import
Pipeline #12969 passed with warnings
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment