1pretty.<name>::
2Alias for a --pretty= format string, as specified in
3linkgit:git-log[1]. Any aliases defined here can be used just
4as the built-in pretty formats could. For example,
5running `git config pretty.changelog "format:* %H %s"`
6would cause the invocation `git log --pretty=changelog`
7to be equivalent to running `git log "--pretty=format:* %H %s"`.
8Note that an alias with the same name as a built-in format
9will be silently ignored.