fix: warning with fetch_missing_history_max_retries using REST API (#2114)

This commit is contained in:
Tonye Jack
2024-05-29 23:05:34 -06:00
committed by GitHub
parent 0a79e54e1f
commit d6babd6899
5 changed files with 6 additions and 6 deletions

2
dist/index.js generated vendored
View File

@@ -1392,7 +1392,7 @@ exports.DEFAULT_VALUES_OF_UNSUPPORTED_API_INPUTS = {
fetchAdditionalSubmoduleHistory: false,
dirNamesDeletedFilesIncludeOnlyDeletedDirs: false,
excludeSubmodules: false,
fetchMissingHistoryMaxRetries: 10,
fetchMissingHistoryMaxRetries: 20,
usePosixPathSeparator: false,
tagsPattern: '*',
tagsIgnorePattern: ''

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long