1cae57399d
Unsure as i need to do more testing.
6 lines
No EOL
173 B
Batchfile
6 lines
No EOL
173 B
Batchfile
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 |