D25237
D25237
Correct a PHP8 compatibility issue when running "arc diff" with no active branch
Author: jkimbo
Reviewers: O1: Blessed Committers, valerio.bozzolan
Summary: When there is no active branch name, arc diff currently fails under PHP8 when we try to strlen(null).
This change is…