Skip to content

Add --patch option to 'src log'

Eric Sunshine requested to merge sunshineco/src:es/logpatch into master

It's often helpful to be able to view a commit's diff along with the log message. This patch series adds a --patch option to src log, in the manner of git log --patch, which displays changes between a commit and its immediate ancestor in unified (or context) diff format.

Merge request reports