Expand description
Returns true if the given major
, minor
and patch
is smaller than the actual git version on the system
to facilitate skipping a test on the caller.
Will never return true on CI which is expected to have a recent enough git version.
Panics
If git
cannot be executed or if its version output cannot be parsed.