update the unsupported fields

This commit is contained in:
Tonye Jack 2023-06-22 22:10:22 -06:00
parent 8553fa5ebc
commit 43a0752434

View File

@ -289,15 +289,10 @@ export async function run(): Promise<void> {
'baseSha', 'baseSha',
'since', 'since',
'until', 'until',
'path',
'quotePath',
'diffRelative',
'sinceLastRemoteCommit', 'sinceLastRemoteCommit',
'recoverDeletedFiles', 'recoverDeletedFiles',
'recoverDeletedFilesToDestination', 'recoverDeletedFilesToDestination',
'includeAllOldNewRenamedFiles', 'includeAllOldNewRenamedFiles'
'oldNewSeparator',
'oldNewFilesSeparator'
] ]
for (const input of unsupportedInputs) { for (const input of unsupportedInputs) {