]> git.eshelyaron.com Git - emacs.git/commit
vc-git-checkin: Don't try to apply an empty patch
authorSean Whitton <spwhitton@spwhitton.name>
Tue, 20 Dec 2022 22:53:19 +0000 (15:53 -0700)
committerSean Whitton <spwhitton@spwhitton.name>
Tue, 20 Dec 2022 23:09:12 +0000 (16:09 -0700)
commit1424342225ef5b18c630364dd88e004f4ebb1c7f
tree5e4c853378887aa09b32c294df80cf66276cdf87
parent962bdfcdfe7e27687021c7dbaf0bb292afe9483c
vc-git-checkin: Don't try to apply an empty patch

* lisp/vc/vc-git.el (vc-git-checkin): Don't try to apply an empty
patch to the index, because in that case 'git apply' fails.
lisp/vc/vc-git.el