File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,8 @@ git clone https://github.com/magicmonty/bash-git-prompt.git .bash-git-prompt
124
124
# GIT_PROMPT_FETCH_REMOTE_STATUS=0 # uncomment to avoid fetching remote status
125
125
126
126
# GIT_PROMPT_SHOW_UPSTREAM=1 # uncomment to show upstream tracking branch
127
-
127
+ # GIT_SHOW_UNTRACKED_FILES=all # can be no, normal or all; determines counting of untracked files
128
+
128
129
# GIT_PROMPT_STATUS_COMMAND=gitstatus_pre-1.7.10.sh # uncomment to support Git older than 1.7.10
129
130
130
131
# GIT_PROMPT_START=... # uncomment for custom prompt start sequence
@@ -136,6 +137,10 @@ git clone https://github.com/magicmonty/bash-git-prompt.git .bash-git-prompt
136
137
source ~ /.bash-git-prompt/gitprompt.sh
137
138
```
138
139
140
+ You can set the ` GIT_SHOW_UNTRACKED_FILES ` variable to ` no ` or ` normal ` to speed things up if you have lots of
141
+ untracked files in your repository. This can be the case for build systems that put their build artifacts in
142
+ the subdirectory structure of the git repository.
143
+
139
144
- ` cd ` to a git repository and test it!
140
145
141
146
#### Themes
You can’t perform that action at this time.
0 commit comments