aboutsummaryrefslogtreecommitdiff
path: root/scripts/gitlog2changelog.sh
blob: 52130237e72abe723f0447bdb4544c7a62f7a516 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh

line="---------------------------------------------------"

git log --no-merges -M --stat \
    --pretty=format:"$line%n%ai %an <%ae>%n%n%s%n%n%b" |
uniq | fold -s
echo
echo $line