Commit ff5e2b7
committed
Change 'commit_msg_lines' to 'COMMIT_MSG_LINES'
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: I0c93617be83c5f24b1e17678566883c0481ddc481 parent 7db0d54 commit ff5e2b7
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
| 363 | + | |
364 | 364 | | |
365 | | - | |
| 365 | + | |
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
371 | | - | |
| 371 | + | |
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
| |||
0 commit comments