Copyright Digital Equipment Corp. All rights reserved.

LOG

	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 default

	Command Syntax:

		git log [<options>] [<revision-range>] [[--] <path>…​]