From 3c7df501922842bdc8b2f2d78a51899b1a270811 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Fri, 4 Aug 2017 15:22:48 +0200 Subject: [PATCH] better gitcc --- .bin/gitcc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bin/gitcc b/.bin/gitcc index 7e242b2..9fdc33e 100755 --- a/.bin/gitcc +++ b/.bin/gitcc @@ -17,11 +17,11 @@ seconde=`expr $RANDOM % 59` LOCALTIME="$CURRENT_DATE T$nombreHeure:$minute:$seconde" echo Set the commit TIME : \"$LOCALTIME\" -echo "export GIT_COMMITTER_DATE=\"$LOCALTIME\" ; git commit -a --date \"$LOCALTIME\" -m \"$*\"" +echo "export GIT_COMMITTER_DATE=\"$LOCALTIME\" ; git -c \"user.name=Edouard DUPIN\" -c \"user.email=yui.heero@gmail.com\" commit -a --date \"$LOCALTIME\" -m \"$*\"" #plop=`GIT_COMMITTER_DATE=\"$LOCALTIME\" ; git commit -a --date \"$LOCALTIME\" -m \"$*\"` #echo $plop - \ No newline at end of file +