electrodynamics/bin/GitChangeLog.sh
DarkGuardsman 1cae57399d Think i got the gitChangeLog.bat working
Unsure as i need to do more testing.
2013-09-16 13:35:19 -04:00

8 lines
167 B
Bash

cd ..
if [-e "LastBuildData.txt"]
then
cat LastBuildData.txt
read line
git log --pretty="%s" --Since={$line} >> changeLog.txt
fi
date +"%Y-%m-%d" >> LastBuildData.txt