mirror of
https://github.com/superhelio/tools.git
synced 2026-01-26 03:14:00 +00:00
Remove merges from git log command output
This commit is contained in:
@@ -111,7 +111,7 @@ echo $NEW_VERSION > $FILE_VERSION
|
|||||||
|
|
||||||
# Create our changelog
|
# Create our changelog
|
||||||
echo "## $NEW_VERSION ($NOW)" > tmpfile
|
echo "## $NEW_VERSION ($NOW)" > tmpfile
|
||||||
git log --pretty=format:" - %H %ad | %s%d [%an]" --date=short "$BASE_STRING"...HEAD >> tmpfile
|
git log --pretty=format:" - %H %ad | %s%d [%an]" --date=short --no-merges "$BASE_STRING"...HEAD >> tmpfile
|
||||||
echo "" >> tmpfile
|
echo "" >> tmpfile
|
||||||
echo "" >> tmpfile
|
echo "" >> tmpfile
|
||||||
cat $FILE_CHANGELOG >> tmpfile
|
cat $FILE_CHANGELOG >> tmpfile
|
||||||
|
|||||||
Reference in New Issue
Block a user