electrodynamics/bin/GitChangeLog.bat
DarkGuardsman bca6cc0262 Actually got gitChangeLog.bat working
It works now to get the shell script version working
2013-09-16 20:45:27 -04:00

7 lines
No EOL
181 B
Batchfile

cd ..
IF EXIST LastBuildData.txt (
Set /p "s=" <"LastBuildData.txt"
git log --after={"%s%"} > changeLog.txt
)
echo "%date:~10,4%-%date:~4,2%-%date:~7,2%"> LastBuildData.txt
PAUSE