branch: elpa/git-commit
commit 5d35a86af79ce2f69c1a7d18821a600f159a39e7
Author: Nacho Barrientos <nacho.barrien...@cern.ch>
Commit: Kyle Meyer <k...@kyleam.com>

    Set type of magit-clone-url-format to string
    
    It's used as a format string so string represents better the type than
    regexp.
---
 lisp/magit-clone.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-clone.el b/lisp/magit-clone.el
index 302dcdd4c2..d6d889c1fc 100644
--- a/lisp/magit-clone.el
+++ b/lisp/magit-clone.el
@@ -98,7 +98,7 @@ as the username itself."
 the name of the owner.  Also see `magit-clone-name-alist'."
   :package-version '(magit . "3.0.0")
   :group 'magit-commands
-  :type 'regexp)
+  :type 'string)
 
 ;;; Commands
 

Reply via email to