[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git] / scripts / env
index 80e08ec..24d4bec 100755 (executable)
@@ -96,13 +96,13 @@ env_do_reset() {
 
 env_list() {
        env_init
-       git branch | grep -vE '^. master$'
+       git branch --color | grep -vE '^. master$'
 }
 
 env_diff() {
        env_init
        env_sync_data
-       git diff --cached
+       git diff --cached --color
        env_link_config
 }
 
This page took 0.021063 seconds and 4 git commands to generate.