better gitcc

This commit is contained in:
Edouard DUPIN 2017-08-04 15:22:48 +02:00 committed by GitHub
parent a7b9bcfa5c
commit 3c7df50192

View File

@ -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