]> git.eshelyaron.com Git - emacs.git/commit
Fix applying patches with Git on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Sun, 27 Aug 2023 05:24:39 +0000 (08:24 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 27 Aug 2023 05:24:39 +0000 (08:24 +0300)
commit0c50af054f94313c458495524c90205fd4415bc8
tree1827c00e7523f1272beed27ded32d66e265431c6
parentde335cb3dc9f29eedde31a6a090ef96fa57074d8
Fix applying patches with Git on MS-Windows

* lisp/vc/vc.el (vc-diff-internal): For Git, always suppress EOL
conversion when reading the diffs into a buffer.  Doc fix.
* lisp/vc/vc-git.el (vc-git-checkin): Make sure to suppress EOL
conversion when the patch file is written.  (Bug#65049)
lisp/vc/vc-git.el
lisp/vc/vc.el