mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-31 19:08:30 +00:00
Script for generating the change log
This commit is contained in:
parent
f9fcb44f3c
commit
87abea0ba3
9
changelog.sh
Executable file
9
changelog.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/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 #'
|
||||
|
Loading…
x
Reference in New Issue
Block a user