commit 1870c8bd649b60c35cc007a4d13722934f8b80f5 from: Omar Polo date: Sat Mar 27 16:28:12 2021 UTC add a space when prompting for the push/pull operations commit - 567c17a336d6828a04cd0e04c625f424977b469f commit + 1870c8bd649b60c35cc007a4d13722934f8b80f5 blob - ca39a75faa60d3d8ec8f53c0917efb0835cdc85a blob + 3986a311497e18b0bebd91ca8afe265e2f0e0ee9 --- vc-got.el +++ vc-got.el @@ -590,7 +590,7 @@ If REV is t, checkout from the head." (when-let (cmd (if prompt (split-string (read-shell-command (format "%s %s command: " cmd op) - (format "%s %s" cmd op)) + (format "%s %s " cmd op)) " " t) (list cmd op))) (apply #'vc-do-async-command buffer default-directory cmd)