git-log-script - Show commit logs
git log <option>…
Shows the commit logs. This command internally invokes git-rev-list, and the command line options are passed to that command.
This manual page describes only the most frequently used options.
--pretty=<format>: Controls the way the commit log is formatted.
Limits the number of commits to show.
Show only commits between the named two commits.
Written by Linus Torvalds <torvalds@osdl.org>
Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
Part of the git suite