]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/ChangeLog: Fix a recent log entry.
authorEli Zaretskii <eliz@gnu.org>
Wed, 13 Aug 2014 18:10:15 +0000 (21:10 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 13 Aug 2014 18:10:15 +0000 (21:10 +0300)
lisp/ChangeLog

index 14146a032bf8b6bf4607ecf91f7da2e98a5eb58d..41dbe0e91b9ee93a99e194e0e3fedc0c546d51e8 100644 (file)
@@ -8,12 +8,11 @@
 
 2014-08-13  Eric S. Raymond  <esr@thyrsus.com>
 
-       * 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.
+       * 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.
-
-       * vc/vc-git.el (vc-git-conflicted-files): New function.
+       (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.