diff options
author | brian m. carlson <sandals@crustytoothpaste.net> | 2020-02-16 00:03:13 +0000 |
---|---|---|
committer | Daniel Shahaf <danielsh@apache.org> | 2020-02-17 10:02:27 +0000 |
commit | bacad965238158b9ae6ff438ba923725ec128020 (patch) | |
tree | 343f0990c54ad2f5ae31dc2cf2c6ec8a471b94f0 /.editorconfig | |
parent | 459e2be810b7b01e79c832ee05d7ca7333c7c5fe (diff) | |
download | zsh-bacad965238158b9ae6ff438ba923725ec128020.tar.gz zsh-bacad965238158b9ae6ff438ba923725ec128020.tar.xz zsh-bacad965238158b9ae6ff438ba923725ec128020.zip |
github #48/0001: vcs_info git: avoid warnings in bare repositories
Git 2.25 introduced a change to how git rev-parse --show-toplevel behaves. Traditionally, it succeeded with no output if the user was in a bare repository. Now it dies, printing an error to standard error. Consequently, when the user is in a bare repository with a newer Git, vcs_info prints noisily to standard error. While this is functionally harmless, it is annoying for the shell to print messages from Git every time the prompt is printed, so let's silence the error message.
Diffstat (limited to '.editorconfig')
0 files changed, 0 insertions, 0 deletions