Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not assume all 40 char strings are SHA1s (go-gitea#14624)
GetCommit() assumes that all 40 char strings are SHA1s. This leads to an error if you try to do a PR on a branch which is 40 characters long. This PR attempts the SHA first - and if it fails will switch to using rev-parse. Fix go-gitea#14470 Signed-off-by: Andrew Thornton <art27@cantab.net>
- Loading branch information