Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct git status for directories without changes
git does not report any status for empty directories, and it also does not report any status for directories without any modified, untracked or ignored files. To correctly show the status, we need to check whether the directory is empty if git did not report any status codes. When empty, show it as "untracked", otherwise show the "no changes" check mark. Fixes athityakumar#334.
- Loading branch information