Search notes:

git rev-list

Lists commit objects in reverse chronological order.
This Stackoverflow answer suggests that git log is the same as git rev-list, but with a special format.

See also

git commands

Index