+2014-06-29 Andreas Schwab <schwab@linux-m68k.org>
+
+ * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
+ pass "-a".
+
2014-06-29 Glenn Morris <rgm@gnu.org>
* cus-edit.el (help):
(cl-flet ((boolean-arg-fn
(argument)
(lambda (value) (when (equal value "yes") (list argument)))))
- ;; When operating on the whole tree, better pass nil than ".", since "."
+ ;; 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 (list "commit" "-m")
("Amend" . ,(boolean-arg-fn "--amend"))
("Sign-Off" . ,(boolean-arg-fn "--signoff")))
comment)
- (if only (list "--only" "--")))))))
+ (if only (list "--only" "--") '("-a")))))))
(defun vc-git-find-revision (file rev buffer)
(let* (process-file-side-effects