emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit 5d35a86af7 1/2: Set type of magit-clone-url-for


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 5d35a86af7 1/2: Set type of magit-clone-url-format to string
Date: Sat, 20 Aug 2022 16:58:38 -0400 (EDT)

branch: elpa/git-commit
commit 5d35a86af79ce2f69c1a7d18821a600f159a39e7
Author: Nacho Barrientos <nacho.barrientos@cern.ch>
Commit: Kyle Meyer <kyle@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

[Prev in Thread] Current Thread [Next in Thread]