Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prompt will not display untracked files if status.showUntrackedFiles is set to "no" #556

Closed
TheSned opened this issue Mar 22, 2018 · 0 comments · Fixed by #557
Closed

Prompt will not display untracked files if status.showUntrackedFiles is set to "no" #556

TheSned opened this issue Mar 22, 2018 · 0 comments · Fixed by #557

Comments

@TheSned
Copy link
Contributor

TheSned commented Mar 22, 2018

System Details

  • posh-git version/path: 0.7.2.0 pre0 D:\Documents\WindowsPowerShell\Modules\posh-git
  • PowerShell version: 5.1.16299.251
  • git version 2.16.1.windows.4
  • OS: Microsoft Windows NT 10.0.16299.0

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant