Validate commitIDs for get_commit_signatures
Raise error when shorthand commit ids are passed as argument to get_commit_signatures.
In the old implementation incomplete SHAs for commit ids were not supported. This caused the spec failure
described on https://gitlab.com/gitlab-org/gitlab-ce/issues/65991.
Edited by GitLab Release Tools Bot