Skip to content
Snippets Groups Projects
Commit e50315d6 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

env: colorize git output

SVN-Revision: 30602
parent e4d39271
No related merge requests found
...@@ -96,13 +96,13 @@ env_do_reset() { ...@@ -96,13 +96,13 @@ env_do_reset() {
env_list() { env_list() {
env_init env_init
git branch | grep -vE '^. master$' git branch --color | grep -vE '^. master$'
} }
env_diff() { env_diff() {
env_init env_init
env_sync_data env_sync_data
git diff --cached git diff --cached --color
env_link_config env_link_config
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment