We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44ecf2 commit afeabaeCopy full SHA for afeabae
scripts/resetAndScan.sh
@@ -85,5 +85,5 @@ echo "resetAndScan: Analyzing using jQAssistant CLI version ${JQASSISTANT_CLI_VE
85
86
"${JQASSISTANT_BIN}"/jqassistant.sh analyze
87
88
-# Scan all git repositories within the "source" (default) folder, scan their git log (history) and import it.
89
-source "${SCRIPTS_DIR}/importGit.sh"
+# Scan all git repositories within the "source" (default) folder and import their git log (history) if configured.
+time source "${SCRIPTS_DIR}/importGit.sh"
0 commit comments