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 functionality introduced in commit d39d920 was broken due to changes
introduced in commit 4a8b8d5, 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 intended functionality.
Change-Id: I0c93617be83c5f24b1e17678566883c0481ddc48
0 commit comments