]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve of file-local-name use in vc-git-checkin
authorNikolay Kudryavtsev <nikolay.kudryavtsev@gmail.com>
Sun, 4 Jun 2017 07:59:49 +0000 (09:59 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 4 Jun 2017 07:59:49 +0000 (09:59 +0200)
* lisp/vc/vc-git.el (vc-git-checkin): Use file-local-name only
when calling git commit.

lisp/vc/vc-git.el

index a4ce76ec37e4f7625df9ff162130dcd78292b111..cc3e295641ca74630f57e714b01da4f33a5cc406 100644 (file)
@@ -798,14 +798,15 @@ It is based on `log-edit-mode', and has Git-specific extensions.")
           ;; message.  Handle also remote files.
           (if (eq system-type 'windows-nt)
               (let ((default-directory (file-name-directory file1)))
-                (file-local-name (make-nearby-temp-file "git-msg"))))))
+                (make-nearby-temp-file "git-msg")))))
     (cl-flet ((boolean-arg-fn
                (argument)
                (lambda (value) (when (equal value "yes") (list argument)))))
       ;; When operating on the whole tree, better pass "-a" than ".", since "."
       ;; fails when we're committing a merge.
       (apply 'vc-git-command nil 0 (if only files)
-             (nconc (if msg-file (list "commit" "-F" msg-file)
+             (nconc (if msg-file (list "commit" "-F"
+                                       (file-local-name msg-file))
                       (list "commit" "-m"))
                     (let ((args
                            (log-edit-extract-headers