mirror of
https://github.com/Dev-Wiki/git-repo.git
synced 2025-05-21 22:57:29 +08:00
Fix color parsing to not crash when user defined colors are set
We didn't use the right Python string methods to parse colors. $ git config --global color.status.added yellow managed to cause a stack trace due to undefined methods trim() and lowercase(). Instead use strip() and lower(). Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
parent
b54a392c9a
commit
a8e98a6962