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
PR #209's functionality was broken due to changes introduced in PR #214,
specifically in commit '4a8d8b5', where some occurrences of
'COMMIT_MSG_LINES' were replaced with 'commit_msg_lines' without
updating all relevant functions.
This commit fixes the issue by replacing all instances of
'COMMIT_MSG_LINES' with 'commit_msg_lines', ensuring consistency and
restoring the functionality introduced in PR #209.
Change-Id: I0c93617be83c5f24b1e17678566883c0481ddc48
0 commit comments