• Albert Krewinkel's avatar
    git_prompt_info: ignore git-config errors · c5d9fc99
    Albert Krewinkel authored
    Merged from #2906
    
    The function `git_prompt_info` calls `git config` for its stdout output,
    but doesn't handle the stderr output.  This can lead to problems,
    e.g. if the git config file is unreadable for some reason (permissions
    etc).
    
    This fixes the issue by simply ignoring the stderr output.
    c5d9fc99
Name
Last commit
Last update
custom Loading commit data...
lib Loading commit data...
log Loading commit data...
plugins Loading commit data...
templates Loading commit data...
themes Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
MIT-LICENSE.txt Loading commit data...
README.textile Loading commit data...
oh-my-zsh.sh Loading commit data...