|
|
@ -6,7 +6,7 @@ function ee_lib_git_commit() |
|
|
|
|| ee_lib_error "Unable to change directory $EE_GIT_DIR, exit status = " $? |
|
|
|
|
|
|
|
if [ $(git status -s | wc -l) -ne 0 ]; then |
|
|
|
ee_lib_echo "Commiting changes inside $EE_GIT_DIR, please wait..." |
|
|
|
ee_lib_echo "Committing changes inside $EE_GIT_DIR, please wait..." |
|
|
|
|
|
|
|
# Add newly created files && commit it |
|
|
|
git add --all && git commit -am "$EE_GIT_MESSAGE" &>> $EE_COMMAND_LOG \ |
|
|
|