What does the -p option add to the output of the git log command?
git log
It adds padding to the output and displays a histogram showing the number of lines changed in each commit.
It adds patch output that shows the differences introduced in each commit.
It adds patch output that shows a summary listing modified files.
It adds the full commit message and notes associated with each commit.