From e8442f5d95d5f2fc739b611645bdcac206620068 Mon Sep 17 00:00:00 2001 From: Brandon Dong Date: Thu, 7 Mar 2024 12:52:07 -0800 Subject: [PATCH] docs: Fix git status $all_status documentation (#5826) * add `typechanged` to git status $all_status documentation * Revert dog changes for other languages --- docs/config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/README.md b/docs/config/README.md index 469e0797..8e2783df 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. |