#!/bin/sh -e

LANG=C
git log --stat . >ChangeLog.new && mv ChangeLog.new ChangeLog
