You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have git managing a project in which I have lots of files that I don't need to track (outputs from the code a lots of binaries generated to be read by other tools) I don't need git to track them but there is no global rule to add them to .gitignore, I would like to avoid the untracked files from showing in the prompt but when I set the variable GIT_SHOW_UNTRACKED_FILES=no it does not seem to be working... is it supposed to avoid to count them?
The text was updated successfully, but these errors were encountered:
Should be fixed now, please note, that I renamed GIT_SHOW_UNTRACKED_FILES to GIT_PROMPT_SHOW_UNTRACKED_FILES!
Also it is now possible to disable this on a per repository basis in the .bash-git-rc in your repository
amjames
pushed a commit
to amjames/bash-git-prompt
that referenced
this issue
May 2, 2016
* Fixed the bug, than GIT_SHOW_UNTRACKED_FILES=no was not respected
* Renamed GIT_SHOW_UNTRACKED_FILES to GIT_PROMPT_SHOW_UNTRACKED_FILES as
this is more consistent to the other environment variables
* GIT_PROMPT_SHOW_UNTRACKED_FILES can be now also set on a per
repository basis in .bash-git-rc
* Updated README
Fixesmagicmonty#215 and 216
quilicicf
pushed a commit
to quilicicf/bash-git-prompt
that referenced
this issue
May 13, 2017
* Fixed the bug, than GIT_SHOW_UNTRACKED_FILES=no was not respected
* Renamed GIT_SHOW_UNTRACKED_FILES to GIT_PROMPT_SHOW_UNTRACKED_FILES as
this is more consistent to the other environment variables
* GIT_PROMPT_SHOW_UNTRACKED_FILES can be now also set on a per
repository basis in .bash-git-rc
* Updated README
Fixesmagicmonty#215 and 216
Hi,
I have git managing a project in which I have lots of files that I don't need to track (outputs from the code a lots of binaries generated to be read by other tools) I don't need git to track them but there is no global rule to add them to .gitignore, I would like to avoid the untracked files from showing in the prompt but when I set the variable
GIT_SHOW_UNTRACKED_FILES=no
it does not seem to be working... is it supposed to avoid to count them?The text was updated successfully, but these errors were encountered: