D25361
D25361
Fix strlen(null) PHP 8.1 error when pushing into a fresh repository
Author: Sten
Reviewers: O1: Blessed Committers, speck
Summary: Doing a git push into a fresh repository over https fails with a PHP 8.1 strlen(null) error.
This fixes it.
Fixes…