Skip to content

Commit

Permalink
increase author padding on changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps authored Jun 16, 2022
1 parent 4a1e95e commit e07aa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ new_number_commits=$((number_commits - old_number_commits + 2))
echo "Current Revision ${number_commits} (Of BitBucket r${old_number_commits} + Of GIT r${new_number_commits})"
# Store author, commit and date on temp file
git log -${new_number_commits} --pretty=format:"%>(18,trunc)%ci%h - %<(18)%an %s" > /tmp/commit_summary
git log -${new_number_commits} --pretty=format:"%>(18,trunc)%ci%h - %<(32)%an %s" > /tmp/commit_summary
if [ "${?}" != "0" ]
then
echo "Git command failed, exiting..."
Expand Down

0 comments on commit e07aa25

Please sign in to comment.