electrodynamics/bin/GitChangeLog.bat

6 lines
173 B
Batchfile
Raw Normal View History

2013-09-07 03:07:17 +02:00
cd ..
IF EXIST LastBuildData.txt (
git log --pretty="%s" --since={LastBuildData.txt} >> changeLog.txt
)
echo %date:~10,4%-%date:~4,2%-%date:~7,2% > LastBuildData.txt
PAUSE