Preparing release
[geeqie.git] / gen_changelog.sh
index 17423e6..ec13dae 100755 (executable)
@@ -7,8 +7,9 @@
 #
 # ChangeLog.html is also created
 
+exit 0 # Just drop it, we have it hardcoded in release
 [ ! -e "ChangeLog.gqview" ] && exit 1
-[ ! -x "$(command -v git)" ] && exit 0
+[ ! -x "$(command -v git)" ] && exit 1
 
 LC_ALL=C git log --no-merges --no-notes --encoding=UTF-8 --no-follow --use-mailmap 1b58572cf58e9d2d4a0305108395dab5c66d3a09..HEAD > ChangeLog.$$.new && \
 cat ChangeLog.gqview >> ChangeLog.$$.new && \