git log gives
error: cannot run less: EDC5129I No such file or directory.
as a first line.
Perhaps you should add some documentation in the included pdf document about how to set up git log to use more because there is no less out of the box in z/OS UNIX. There are either environment variables PAGER or GIT_PAGER or git specific core.pager config option.
– Manfred

