projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[adm5120] fix support for 2.6.38 kernel
[openwrt.git]
/
scripts
/
env
diff --git
a/scripts/env
b/scripts/env
index
ebd2dac
..
24d4bec
100755
(executable)
--- a/
scripts/env
+++ b/
scripts/env
@@
-96,13
+96,13
@@
env_do_reset() {
env_list() {
env_init
env_list() {
env_init
- git branch | grep -vE '^. master$'
+ git branch
--color
| grep -vE '^. master$'
}
env_diff() {
env_init
env_sync_data
}
env_diff() {
env_init
env_sync_data
- git diff --cached
+ git diff --cached
--color
env_link_config
}
env_link_config
}
@@
-192,7
+192,7
@@
env_new() {
fi
git checkout -b "$1" "$from"
if [ -f "$BASEDIR/.config" -o -d "$BASEDIR/files" ]; then
fi
git checkout -b "$1" "$from"
if [ -f "$BASEDIR/.config" -o -d "$BASEDIR/files" ]; then
- if ask_bool 1 "Do you want to
keep your current config and files
?"; then
+ if ask_bool 1 "Do you want to
start your configuration repository with the current configuration
?"; then
[ -d "$BASEDIR/files" -a \! -L "$BASEDIR/files" ] && {
mkdir -p "$ENVDIR/files"
shopt -s dotglob
[ -d "$BASEDIR/files" -a \! -L "$BASEDIR/files" ] && {
mkdir -p "$ENVDIR/files"
shopt -s dotglob
This page took
0.021121 seconds
and
4
git commands to generate.