'C-u M-x vc-log-search RET git log -1 f302475 RET' will display
just one log entry found by its revision number.
+*** 'C-x v =' can now mimic Magit's diff format.
+Set the new user option 'diff-font-lock-prettify' to t for that, see
+below under "Diff mode".
+
** Diff mode
+++
*** Hunks are now automatically refined by font-lock.
*** File headers can be shortened, mimicking Magit's diff format.
To enable it, set the new user option 'diff-font-lock-prettify' to t.
+On GUI frames, this option also displays the insertion and deletion
+indicators on the left fringe.
+++
*** Prefix arg of 'diff-goto-source' means jump to the old revision
(const :tag "Refine hunks during navigation" navigation)))
(defcustom diff-font-lock-prettify nil
- "If non-nil, font-lock will try and make the format prettier."
+ "If non-nil, font-lock will try and make the format prettier.
+
+This mimics the Magit's diff format by making the hunk header
+less cryptic, and on GUI frames also displays insertion and
+deletion indicators on the left fringe (if it's available)."
:version "27.1"
:type 'boolean)