This repository has been archived on 2026-05-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
syncthing-arm/changelog.sh
T
2014-12-07 09:07:13 +01:00

10 lines
166 B
Bash
Executable File

#!/bin/bash
since="$1"
if [[ -z $since ]] ; then
since="$(git describe --abbrev=0 HEAD^).."
fi
git log --pretty=format:'* %h %s (%an)' "$since" | grep '(fixes #'