Re: [PATCH 1/1] git-prompt.sh: update shell variable instructions.

2019-06-05 Thread Edward D'Souza
Confirming that I can't reproduce this either. Should have done that first before continuing with a PR from two years ago! On Wed, Jun 5, 2019 at 12:07 PM SZEDER Gábor wrote: > > On Wed, Jun 05, 2019 at 08:06:07AM -0700, Edward D'Souza via GitGitGadget > wrote: > > From: Edward D'Souza > > > >

Re: [PATCH 1/1] git-prompt.sh: update shell variable instructions.

2019-06-05 Thread SZEDER Gábor
On Wed, Jun 05, 2019 at 08:06:07AM -0700, Edward D'Souza via GitGitGadget wrote: > From: Edward D'Souza > > Clarify the need to set variables like GIT_PS1_SHOWDIRTYSTATE before > "source ~/.git-prompt.sh" is executed in your shell init process. > > If you set these preferences too late i.e. afte

[PATCH 1/1] git-prompt.sh: update shell variable instructions.

2019-06-05 Thread Edward D'Souza via GitGitGadget
From: Edward D'Souza Clarify the need to set variables like GIT_PS1_SHOWDIRTYSTATE before "source ~/.git-prompt.sh" is executed in your shell init process. If you set these preferences too late i.e. after .git-prompt.sh executes, they will silently fail to take effect. Signed-off-by: Edward D'S