commit | ab7fade9198e0ab3cc5c8705f0383768a3c954db | [log] [tgz] |
---|---|---|
author | Joe Cridge <joe.cridge@me.com> | Wed Jun 10 18:19:24 2015 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Jun 10 14:53:14 2015 -0700 |
tree | 819101f84b0391043b9568330e6185ae93bdb3a7 | |
parent | 15a54fb8095502217fce7c7c6dd14e9066b62ebe [diff] |
git-prompt.sh: document GIT_PS1_STATESEPARATOR The environment variable GIT_PS1_STATESEPARATOR can be used to set the separator between the branch name and the state symbols in the prompt. At present the variable is not mentioned in the inline documentation which makes it difficult for the casual user to identify. Signed-off-by: Joe Cridge <joe.cridge@me.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>