nus-cs2103-AY2324S2 / forum

17 stars 0 forks source link

Commit messages automatically generated by git violates git convention rule? #547

Closed E0735389 closed 6 months ago

E0735389 commented 6 months ago

e.g. the commit messages

Merge remote-tracking branch 'upstream/master ' into long-branch-name

can definitely overrun the 72 character limit.

What's the recommended course of action? (just leave it be? Or rebase?)

damithc commented 6 months ago

@E0735389 It's OK to just leave it be. We ignore auto-generated merge commit messages when grading Git convention compliance.