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 f499eb7 commit 36a5f2eCopy full SHA for 36a5f2e
lib/actions/Git-NumberedDiff.ps1
@@ -16,7 +16,6 @@ function Git-NumberedDiff {
16
# so that new files are shown in the diff
17
$newFiles = $fileInfos | ? {$_.state -eq 'A'} | % {$_.fullPath.Trim('"')}
18
if ($newFiles) {
19
- Write-Host "git add --intent-to-add $newFiles"
20
git add -Nv @($newFiles)
21
}
22
0 commit comments