dahlbyk / posh-git

A PowerShell environment for Git
http://dahlbyk.github.io/posh-git/
MIT License
7.62k stars 802 forks source link

$GitPromptSettings.UntrackedFilesMode="Defaul" doesn't respect git config for untracked files #960

Open edshamis opened 1 year ago

edshamis commented 1 year ago

System Details

Issue Description

As I understand, $GitPromptSettings.UntrackedFilesMode="Defaul" should make posh-git respect git config for untracked files, but it doesn't. 230904-155842

BTW, what is the difference between Default and Normal value for $GitPromptSettings.UntrackedFilesMode?