Getting an error with this command throwing a CommandException when checking branch history on the URL `source/<repo>/history/<branch>`:
`git log --skip '' --max-count 101 '--format=%H:%P' <commit hash> --`
errors out with a `CommandException`: `fatal: '': not an integer`
reverted to an earlier version of the git binary (2.34 in our case) as a workaround
I suppose `git log` used to allow an empty string as input to the `--skip` flag, but recently made this more strict.