Skip to content

Commit e17207f

Browse files
committed
make-changelog.sh: Drop obviously not needed '--since 1970' option from 'git log' call.
Fixes ArcticaProject#482
1 parent ba02470 commit e17207f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-changelog.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# Free Software Foundation, Inc.,
1818
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
1919

20-
git --no-pager log --since "1970" --format="%ai %aN (%h)%n%n%x09*%w(68,0,10) %s%d%n" > ChangeLog
20+
git --no-pager log --format="%ai %aN (%h)%n%n%x09*%w(68,0,10) %s%d%n" > ChangeLog

0 commit comments

Comments
 (0)