Fix #314: Remote commands for thumbnail maintenance
[geeqie.git] / gen_changelog.sh
index 5c4cdb3..d28a5b1 100755 (executable)
@@ -9,7 +9,7 @@
 [ ! -e "ChangeLog" ] && exit 1
 
 tail -6614 ChangeLog > ChangeLog.$$.old && \
-LC_ALL=C svn log -rHEAD:220 > ChangeLog.$$.new && \
+LC_ALL=C git log --no-merges --no-notes --encoding=UTF-8 --no-follow 1b58572cf58e9d2d4a0305108395dab5c66d3a09..HEAD > ChangeLog.$$.new && \
 cat ChangeLog.$$.old >> ChangeLog.$$.new && \
 mv -f ChangeLog ChangeLog.bak && \
 mv -f ChangeLog.$$.new ChangeLog