summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/env4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/env b/scripts/env
index 80e08ec4ab..24d4bec64f 100755
--- a/scripts/env
+++ b/scripts/env
@@ -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
}
='/openwrt.git/commit/target/linux/omap35xx/gumstix?h=fast2504n-3.8&id=057a2966cb964e98b6079d6d6025c90ca4390232'>[omap35xx]: gumstix: Modify vpp profilehcg 2011-03-10[omap35xx] gumstix: Update GCC versionhcg 2011-03-10Add new profile for vpp platformhcg 2011-03-07only support EABI on ARM targetskaloz 2011-02-04[omap35xx] gumstix: create ubifs imageshcg 2011-02-03[omap35xx] gumstix: Add u-boot package to profilehcg 2011-02-02[gumstix] Add support for ubifshcg 2011-02-01config symbol cleanupkaloz 2011-01-20[gumstix] update package dependencieshcg 2011-01-14[omap35xx] Update gumstix profilehcg 2010-12-13[gumstix] Update package selectionhcg 2010-11-23[gumstix] Fix ext4 buildhcg 2010-11-23[gumstix] Bump kernel versionhcg 2010-11-23[gumstix] Remove NAND supporthcg 2010-11-22switch from ext2 to ext4 (w/o) journalingkaloz 2010-10-28[omap35xx] Bumper gumstix kernel version to 2.6.36hcg 2010-10-28[kernel] Add 2.6.36 config for gumstix boardhcg 2010-09-06[omap35xx] add package python-cjson to gumstix profilehcg 2010-08-26Update kernel to 2.6.34.5, add USB storage to profilehcg 2010-08-10[gumstix] Switch of echo on ttyS1 (required for bluetooth to function correctly)hcg 2010-08-10[gumstix] Add stty to default config (required for gumstix bluetooth setup)hcg 2010-08-10[gumstix] enable gpio uesrspace interface via sysfshcg 2010-08-10[gumstix] Remove sqlite from default confighcg 2010-08-10Remove shells from unavalable serial portshcg 2010-08-06gumstix: Update wifi default settingshcg 2010-08-04gumstix: Change defconfighcg 2010-08-04omap35xx: Add temporary fix for marvell wlan MAC address detectionhcg 2010-07-19[gumstix] Remove profile no longer requiredhcg 2010-07-19[gumstix] replace dropbear with opensshhcg 2010-07-16Add a profile including Jamvm for Gumstixhcg 2010-07-08gumstix: add lucihcg 2010-07-07[omap35xx] Add kmod-usb-hidhcg 2010-06-25Add script support for Marvell 88W8686 mac80211.hcg 2010-06-25Use modules for wifi and usbhcg 2010-06-22[omap35xx] Add c++ std library to gumstix rtehcg 2010-06-21Refactor omap35xx sub-targets to cater for beagleboard and gumstix overohcg