Re: [PATCH v4] git-prompt.sh: Option to hide prompt for ignored pwd

2015-01-06 Thread Junio C Hamano
Richard Hansen rhan...@bbn.com writes: This is the patch from: http://article.gmane.org/gmane.comp.version-control.git/258313 modified to include the changes I suggested in: http://article.gmane.org/gmane.comp.version-control.git/258355 I never heard back regarding my suggested

[PATCH v4] git-prompt.sh: Option to hide prompt for ignored pwd

2015-01-04 Thread Richard Hansen
From: Jess Austin jess.aus...@gmail.com Optionally set __git_ps1 to display nothing when present working directory is ignored, triggered by the new environmental variable GIT_PS1_HIDE_IF_PWD_IGNORED. This environmental variable may be overridden on any repository by setting bash.hideIfPwdIgnored