branch: externals/vc-got commit 2372415059a03ea6580a02f6f08d990195ca0091 Author: Omar Polo <o...@omarpolo.com> Commit: Omar Polo <o...@omarpolo.com>
fix vc-got-checkin --- vc-got.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vc-got.el b/vc-got.el index 0a4b32da65..c24ab0bcdf 100755 --- a/vc-got.el +++ b/vc-got.el @@ -592,7 +592,7 @@ Got uses an implicit checkout model for every file." (defun vc-got-checkin (files comment &optional _rev) "Commit FILES with COMMENT as commit message." - (vc-got-command nil 0 files + (apply #'vc-got-command nil 0 files "commit" "-m" (log-edit-extract-headers '(("Author" . "-A"))