Hitoshi Mitake [off-list ref] writes:
If the pager can recognize the end of each commit, more confortable viewing of
git-log's output will be possible.
I think people just use "/^commit .*<RET>" once and then nagivate with "n"
(and to change direction, "?<RET>") for this.
For implementing this feature, I had to make modification of git-log
I do not think the change to "log" is necessary nor worth it. If the
pager is so specialized to be tied to git, it should learn to recognize
the output from "git", namely, "git log" and "git log -p" would never have
a line that begins with "^commit " that is not the beginning of one record
for a commit.
If you are not comfortable using "less", perhaps a program like "tig" that
is very specialized for working with git might help you better.