]> git.eshelyaron.com Git - emacs.git/commitdiff
ChangeLog fix
authorGlenn Morris <rgm@gnu.org>
Wed, 20 Aug 2014 20:07:00 +0000 (16:07 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 20 Aug 2014 20:07:00 +0000 (16:07 -0400)
Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01038.html

lisp/ChangeLog

index e1033b1ab8d3d5d36d68b921274ceb7ddaa6d064..115497c7e41fbcacda39f0ceb3c16bf0c791d3ce 100644 (file)
 
 2014-08-13  Eric S. Raymond  <esr@thyrsus.com>
 
+       * vc/vc.git.el (vc-git-resolve-when-done): New function.
+       Call "git add" when there are no longer conflict markers.
+
+2014-08-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
+
        * vc/vc.git.el (vc-git-find-file-hook): New function.
-       Adds support for calling smerge on a conflicted file, and calling
-       "git add" when there are no longer conflict markers in a saved file.
-       This is a completed version of Rüdiger Sonderfeld's proposal.
+       Adds support for calling smerge (and resolve) on a conflicted file.
        (vc-git-conflicted-files): New function.
-       Integrate Rüdiger Sonderfeld's code for detecting conflicted files
-       using a status listing.  Useful in itself and a step towards better
-       smerge support.
+       Useful in itself and a step towards better smerge support.
 
 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>