From 747b78ed476f048c9c481dd824b3d98d3441f820 Mon Sep 17 00:00:00 2001 From: romkatv Date: Tue, 11 Feb 2020 13:03:37 +0100 Subject: [PATCH] =?UTF-8?q?document=20"=E2=94=80"=20in=20Git=20status?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4f9eae65..bedafc67 100644 --- a/README.md +++ b/README.md @@ -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)