Closed chachako closed 1 year ago
Previously, due to loose footer separator parsing, https://xxx was incorrectly parsed as a footer, so this PR fixed it.
https://xxx
See: https://git-scm.com/docs/git-interpret-trailers#:~:text=This%20means%20that%20the%20trimmed%20%3Ctoken%3E%20and%20%3Cvalue%3E%20will%20be%20separated%20by%20%27%3A%20%27%20(one%20colon%20followed%20by%20one%20space).
Previously, due to loose footer separator parsing,
https://xxx
was incorrectly parsed as a footer, so this PR fixed it.See: https://git-scm.com/docs/git-interpret-trailers#:~:text=This%20means%20that%20the%20trimmed%20%3Ctoken%3E%20and%20%3Cvalue%3E%20will%20be%20separated%20by%20%27%3A%20%27%20(one%20colon%20followed%20by%20one%20space).