diff options
-rw-r--r-- | src/repository.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/repository.cpp b/src/repository.cpp index 7f85e34..be0b0e2 100644 --- a/src/repository.cpp +++ b/src/repository.cpp @@ -701,6 +701,8 @@ void FastImportRepository::finalizeTags() void FastImportRepository::startFastImport() { + processCache.touch(this); + if (fastImport.state() == QProcess::NotRunning) { if (processHasStarted) qFatal("git-fast-import has been started once and crashed?"); |