commit: 92256ca6c455c92e9932cbdebd66138749ca3ae0
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 15 00:55:15 2014 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sun Jun 15 00:55:15 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/toolchain.git;a=commit;h=92256ca6
drop the -a flag when committing
---
scripts/cronjob.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/cronjob.sh b/scripts/cronjob.sh
index a009055..5295f0f 100755
--- a/scripts/cronjob.sh
+++ b/scripts/cronjob.sh
@@ -9,7 +9,7 @@ cd "${0%/*}"/..
commit() {
git add .
- git commit -a -m "$1" .
+ git commit -m "$1" .
}
doit() {