Skip to content

frontend: fix crash from running `status` on non-checked-out branch

Arnav Singh requested to merge status-crash into master

mrhlpr status 123 on a non-checked-out branch would panic because commits_follow_format was an undefined variable.

Merge request reports