feat(git_status): Add a stash count segment (#598)

This commit is contained in:
marblenix
2019-12-28 21:20:36 -06:00
committed by Matan Kushner
parent 891fa9da50
commit b82ff321fa
4 changed files with 77 additions and 26 deletions
+1
View File
@@ -533,6 +533,7 @@ current directory.
| `untracked` | `"?"` | There are untracked files in the working directory. |
| `untracked_count` | [link](#git-status-counts) | Show and style the number of untracked files. |
| `stashed` | `"$"` | A stash exists for the local repository. |
| `stashed_count` | [link](#git-status-counts) | Show and style the number of stashes. |
| `modified` | `"!"` | There are file modifications in the working directory. |
| `modified_count` | [link](#git-status-counts) | Show and style the number of modified files. |
| `staged` | `"+"` | A new file has been added to the staging area. |