The formats of git log

git log --pretty=<format> # or --format=<format>

Selection of formats: oneline, fuller, reference, raw. medium is default. More at git docs.

Also: