Problem Statement
Give two `git log` flags useful during reviews and explain them.
Explanation
`--oneline --graph --decorate` for a compact, visual branch graph; `--stat` to see per-file change summary; `-p` to display patch/diffs for each commit.
Practice Sets
This question appears in the following practice sets:
