projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1170a3d
)
env: allow passing a commit message on save
author
Jo-Philipp Wich
<
[email protected]
>
Fri, 1 May 2015 17:23:15 +0000
(17:23 +0000)
committer
Jo-Philipp Wich
<
[email protected]
>
Fri, 1 May 2015 17:23:15 +0000
(17:23 +0000)
Signed-off-by: Jo-Philipp Wich <
[email protected]
>
SVN-Revision: 45592
scripts/env
patch
|
blob
|
history
diff --git
a/scripts/env
b/scripts/env
index 5542b2017be31c4282ba4677aa10d50a6619d52b..63e26eb154da83b638b8c2dc766edbc8a6f98f3f 100755
(executable)
--- a/
scripts/env
+++ b/
scripts/env
@@
-15,7
+15,8
@@
Commands:
delete <name> Delete an environment
rename <newname> Rename the current environment
diff Show differences between current state and environment
- save Save your changes to the environment
+ save [message] Save your changes to the environment, optionally using
+ the given commit message
revert Revert your changes since last save
Options:
@@
-109,7
+110,7
@@
env_diff() {
env_save() {
env_init
- env_sync
+ env_sync
"$@"
env_link_config
}