You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The support of :mailmap flag in git-for-each-ref starts from git 2.43.0,
our dev cluster repository apt 2.4.13 (amd64) has git upto 2.34.1, thus
breaking our release script.
Using git log options instead to extract tag information with mailmap
applied. This will help users having same view in git commit messages
and debian changelogs.
Signed-off-by: Ye Xiang <[email protected]>
0 commit comments