Question: What does the -p option add to the output of the `git log` command?
- 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 padding to the output and displays a histogram showing the number of lines changed in each commit.
- It adds the full commit message and notes associated with each commit.
Answer: The correct answer of the above question is Option B:It adds patch output that shows a summary listing modified files.