summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authormarblenix <marblenix@users.noreply.github.com>2019-12-28 21:20:36 -0600
committerMatan Kushner <hello@matchai.me>2019-12-28 22:20:36 -0500
commitb82ff321fa663806800c3b7e856863744af51f0a (patch)
tree5344f265594507b8961f6cdb89ad05ac8c4a350f /docs
parent891fa9da506b604e60f1fc3bc7324b97eb2a35b1 (diff)
feat(git_status): Add a stash count segment (#598)
Diffstat (limited to 'docs')
-rw-r--r--docs/config/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index 8e83fe901..265077c20 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -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. |