summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pkg4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/pkg b/bin/pkg
index 4d3b2e1..b23c346 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -517,6 +517,10 @@ pkg_status () {
clear_line
info "$1:\n"
echo $vcs_status
+ if [[ -r .autocommit ]] {
+ git add .
+ git commit -m 'autocommit by pkg'
+ }
}
}