]> git.pld-linux.org Git - projects/setup.git/blame - changelog.sh
add etc/sub[ug]id
[projects/setup.git] / changelog.sh
CommitLineData
71c96023 1#!/bin/sh
71c96023
ER
2# Run this to generate ChangeLog.
3
d1152cb1
ER
4set -e
5
60c286b3
KK
6[ -e .git/shallow ] && git fetch --unshallow
7git log --format='%+ai [%h] %aN <%ae>%n%n%x09* %s' --stat | sed '1d' > ChangeLog
71c96023 8
1629d42a
ER
9# manually fix few encodings
10