Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect filename coloring in tig status
Due to the way commit a37ce5c updated src/draw.c:draw_filename() the whole line in `tig status` got colored according to `stat-*` which are supposed to color only status markers. This reverts part of that commit which was done for consistency with the changes made to draw_filesize().
- Loading branch information