summaryrefslogtreecommitdiffstats
path: root/docs/config/README.md
diff options
context:
space:
mode:
authorBrandon Dong <brandondong96@gmail.com>2024-03-07 12:52:07 -0800
committerGitHub <noreply@github.com>2024-03-07 21:52:07 +0100
commite8442f5d95d5f2fc739b611645bdcac206620068 (patch)
treead9e5a6e0890075cefe170b4fc8023e8bbd347bf /docs/config/README.md
parentaeb8783a37c91dccde6e93f62af1dd691cb03b5e (diff)
docs: Fix git status $all_status documentation (#5826)
* add `typechanged` to git status $all_status documentation * Revert dog changes for other languages
Diffstat (limited to 'docs/config/README.md')
-rw-r--r--docs/config/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index 469e0797d..8e2783dfe 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -1980,7 +1980,7 @@ The following variables can be used in `format`:
| Variable | Description |
| -------------- | ------------------------------------------------------------------------------------------------------------- |
-| `all_status` | Shortcut for`$conflicted$stashed$deleted$renamed$modified$staged$untracked` |
+| `all_status` | Shortcut for`$conflicted$stashed$deleted$renamed$modified$typechanged$staged$untracked` |
| `ahead_behind` | Displays `diverged`, `ahead`, `behind` or `up_to_date` format string based on the current status of the repo. |
| `conflicted` | Displays `conflicted` when this branch has merge conflicts. |
| `untracked` | Displays `untracked` when there are untracked files in the working directory. |