In git-sync v3, --rev can point to an abbreviated commit SHA. git rev-parse <SHORT SHA> works because it clones the repo first. Then git rev-parse is able to parse the full commit hash from the short version.
However, in git-sync v4, git rev-parse is not able to resolve the short commit SHA.