Date: Thu, 11 Jan 2024 15:19:26 +0200
Cc:68377@debbugs.gnu.org
From: Dmitry Gutov<dmitry@gutov.dev>
On 11/01/2024 14:28, Eli Zaretskii wrote:
From: Sam Steingold<sds@gnu.org>
Date: Wed, 10 Jan 2024 21:07:14 -0500
https://emacs.stackexchange.com/q/80039/795
Emacs has a beautiful feature: in the `*vc-diff*` buffer (generated by
[`vc-diff`](https://www.gnu.org/software/emacs/manual/html_node/emacs/Old-Revisions.html) either by <kbd>C-x v
=</kbd> in a file buffer or by <kbd>=</kbd> in a `*vc-dir*` buffer), kill unwanted hunks with
<kbd>k</kbd> (i.e., [`diff-hunk-kill`](https://www.gnu.org/software/emacs/manual/html_node/emacs/Diff-Mode.html))
and then commit the remaining hunks with <kbd>C-x v v</kbd> (i.e.,
[`vc-next-action`](https://www.gnu.org/software/emacs/manual/html_node/emacs/Basic-VC-Editing.html)). If you don't know about
it -- try it, it is incredibly useful!
(I must say that formatting of this report is AWFUL! How can a human
being be expected to read and understand it it?? PLEASE try to make
bug reports more readable in the future.)
Looked fine to me.
I think the Markdown format is very readable.
It isn't Markdown that bothered me, it's some kind of HTML mixed in,
but in an email message whose format is plain text (at least as I got
it here).