1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-03-06 18:21:35 +08:00
Albert Krewinkel c5d9fc9968 git_prompt_info: ignore git-config errors
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.
2014-06-28 10:12:20 +02:00
..
2014-03-10 04:05:14 -04:00
2013-12-31 14:54:34 +01:00
2014-03-25 21:14:20 +01:00