Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix reading the value of status.showUntrackedFiles (#1211)
It seems like `git config --list` prints everything in lowercase. That results in `tig` not recognising the value of `status.showUntrackedFiles` since it's being printed as `status.showuntrackedfiles`.
- Loading branch information