diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-02-11 15:03:37 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-02-11 15:03:37 +0300 |
commit | 747b78ed476f048c9c481dd824b3d98d3441f820 (patch) | |
tree | 67239804e76113b48de541fc3ce8e1a4f5971e15 /README.md | |
parent | c7ca5453e2411c167ba38ad6978e9becf7ad0bf0 (diff) |
document "─" in Git status
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -720,6 +720,7 @@ feature:master ⇣42⇡42 *42 merge ~42 +42 !42 ?42 | `+42` | this many staged changes | `git status --ignore-submodules=dirty` | | `!42` | this many unstaged changes | `git status --ignore-submodules=dirty` | | `?42` | this many untracked files | `git status --ignore-submodules=dirty` | +| `─` | the number of staged, unstaged or untracked files is unknown | `echo $POWERLEVEL9K_VCS_MAX_INDEX_SIZE_DIRTY` or `git config --get bash.showDirtyState` | *Related*: [How do I change the format of Git status?](#how-do-i-change-the-format-of-git-status) |