Closed
Description
Description
When I view a directory that does not include a git-tracked file, it has the ✓, indicating tracked and unmodified.
Recreate
mkdir mvp-status
cd mvp-status
git init
Initialized empty Git repository in /Users/XXX/code/mvp-status/.git/
mkdir untracked-dir
colorls --git-status
✓ untracked-dir/
untracked-dir
does not have a file in it, let alone one that git is aware of. I expect it to not have an icon (aligns with how git sees the directory) or have the question marks for untracked.
When I add a file it behaves as expected, with the ? status.
touch untracked-dir/README.md
colorls --git-status
? untracked-dir/
- Relevant Issues : (none)
- Relevant PRs : (none)
- Type of issue :
- Installation
- Font-related
- Feature request
- Bug in existing feature
- Developer mode : Code quality / Tests / Documentation