git-log (1) Linux Manual Page
NAME git-log – Show commit logs SYNOPSIS git log[<options>][<revision range>][[–]<path>…] DESCRIPTION Shows the commit logs. List commits that are reachable by following the parent links from the given commit(s), but exclude commits that are reachable from the one(s) given with a ^ in front of them. The output is given in reverse chronological order by…
