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.
In git-sync v3,
--revcan point to an abbreviated commit SHA.git rev-parse <SHORT SHA>works because it clones the repo first. Thengit rev-parseis able to parse the full commit hash from the short version.However, in git-sync v4,
git rev-parseis not able to resolve the short commit SHA.