resonant-induction/bin/GitChangeLog.sh

9 lines
167 B
Bash
Raw Normal View History

2013-09-07 03:07:17 +02:00
cd ..
2013-09-16 18:39:07 +02:00
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