docs: Fix git status $all_status documentation (#5826)
* add `typechanged` to git status $all_status documentation * Revert dog changes for other languages
This commit is contained in:
parent
aeb8783a37
commit
e8442f5d95
|
@ -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. |
|
||||
|
|
Loading…
Reference in New Issue