From 00f1d3b2c9fb002ee153f3723c0a8f43ca688f84 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 1 May 2015 17:23:15 +0000 Subject: env: allow passing a commit message on save Signed-off-by: Jo-Philipp Wich git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45592 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- scripts/env | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts/env') diff --git a/scripts/env b/scripts/env index 5542b2017b..63e26eb154 100755 --- a/scripts/env +++ b/scripts/env @@ -15,7 +15,8 @@ Commands: delete Delete an environment rename 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 } -- cgit v1.2.3