You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the status.showUntrackedFiles setting is set to "no", the posh-git prompt will not display untracked files either. It seems like this should either be a setting or should append -uall to the git status command to always include untracked files.
Steps to Reproduce
git init StatusBug
cd StatusBug
git config --local status.showUntrackedFiles no
"Hello, world!" > untracked.txt
Write-VcsStatus
The text was updated successfully, but these errors were encountered:
TheSned
added a commit
to TheSned/posh-git
that referenced
this issue
Mar 22, 2018
System Details
Issue Description
When the status.showUntrackedFiles setting is set to "no", the posh-git prompt will not display untracked files either. It seems like this should either be a setting or should append -uall to the git status command to always include untracked files.
Steps to Reproduce
git init StatusBug
cd StatusBug
git config --local status.showUntrackedFiles no
"Hello, world!" > untracked.txt
Write-VcsStatus
The text was updated successfully, but these errors were encountered: