Commit e17207f1 authored by Mike Gabriel's avatar Mike Gabriel

make-changelog.sh: Drop obviously not needed '--since 1970' option from 'git log' call.

Fixes ArcticaProject/nx-libs#482
parent ba02470a
...@@ -17,4 +17,4 @@ ...@@ -17,4 +17,4 @@
# Free Software Foundation, Inc., # Free Software Foundation, Inc.,
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
git --no-pager log --since "1970" --format="%ai %aN (%h)%n%n%x09*%w(68,0,10) %s%d%n" > ChangeLog git --no-pager log --format="%ai %aN (%h)%n%n%x09*%w(68,0,10) %s%d%n" > ChangeLog
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment