We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e8eac commit 55ad2f5Copy full SHA for 55ad2f5
1 file changed
scripts/dev/changelog.sh
@@ -1,5 +1,5 @@
1
if [ $# -ne 2 ]; then
2
echo Error: wrong number of arguments
3
- echo Usage: ./thanks.sh tag1 tag2
+ echo Usage: ./changelog.sh tag1 tag2
4
fi
5
-git log $1...$2 --no-merges --pretty=format:'- %s [commit](https://github.com/openframeworks/openFrameworks/commit/%H)' --reverse | sed 's/^\s*[0-9][0-9]*\s\(.*\)$/- \1/g'
+git log --ancestry-path $1..$2 --no-merges --pretty=format:'- %s [commit](https://github.com/openframeworks/openFrameworks/commit/%H)' | sed 's/^\s*[0-9][0-9]*\s\(.*\)$/- \1/g'
0 commit comments