Slightly modified prompt for `magit-git-command'.

This commit is contained in:
Phil Jackson 2010-06-07 10:46:58 +01:00
parent 3b31bee10c
commit 4896e19399

View file

@ -2971,7 +2971,7 @@ Uncomitted changes in both working tree and staging area are lost.
Similar to `magit-shell-command', but involves slightly less
typing and automatically refreshes the status buffer."
(interactive "sgit ")
(interactive "sRun git like this: ")
(require 'pcomplete)
(let ((args (car (with-temp-buffer
(insert command)