]> git.eshelyaron.com Git - emacs.git/commit
Teach 'diff-ignore-whitespace-hunk' how to regenerate all hunks
authorRobert Pluim <rpluim@gmail.com>
Tue, 10 Jan 2023 18:55:50 +0000 (19:55 +0100)
committerRobert Pluim <rpluim@gmail.com>
Wed, 15 Feb 2023 12:51:47 +0000 (13:51 +0100)
commit571558e460059b3756f592abaaf2a9a67778db66
tree9d99d584bf5f9d729f83302001f01309cd354b17
parentb9ef710dd3b46bdfe7a0352873a0f2be5b9e4ce4
Teach 'diff-ignore-whitespace-hunk' how to regenerate all hunks

This implements the request from Bug#58516.

* lisp/vc/diff-mode.el (diff--ignore-whitespace-all-hunks): New
function.  Iterate over all hunks, regenerate ignoring whitespace
changes.
(diff-ignore-whitespace-hunk): Call `diff--ignore-whitespace-all-hunks'
when called with a prefix arg.

* doc/emacs/files.texi (Diff Mode): Describe new functionality.
* etc/NEWS: Announce the change.
doc/emacs/files.texi
etc/NEWS
lisp/vc/diff-mode.el