From f36b6487b8c86555d15a3f59c6e1663a3ad0d142 Mon Sep 17 00:00:00 2001 From: DarkGuardsman Date: Mon, 16 Sep 2013 12:39:07 -0400 Subject: [PATCH] Trying at creating log files again --- bin/GitChangeLog.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bin/GitChangeLog.sh b/bin/GitChangeLog.sh index 88248e5d..d67fe948 100644 --- a/bin/GitChangeLog.sh +++ b/bin/GitChangeLog.sh @@ -1,2 +1,8 @@ cd .. -git log --pretty="%s" >> changeLog.txt \ No newline at end of file +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 \ No newline at end of file