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 +