aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit-clone.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2023-02-06 12:43:19 +0100
committerJonas Bernoulli <jonas@bernoul.li>2023-02-06 12:43:19 +0100
commit9f237fbf5defbe7522b72862f169a0d4b8e917b7 (patch)
treeed2fe5b88ed4bf30be4cd4e45d288f2153fe1253 /lisp/magit-clone.el
parentfc9bf407aba6d28a5513856e7f3b056ee0288890 (diff)
Next release will be named 4.0.0
Diffstat (limited to 'lisp/magit-clone.el')
-rw-r--r--lisp/magit-clone.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/magit-clone.el b/lisp/magit-clone.el
index 22be7f7..3c6a781 100644
--- a/lisp/magit-clone.el
+++ b/lisp/magit-clone.el
@@ -87,7 +87,7 @@ default user specified in the matched entry is used.
If USER contains a dot, then it is treated as a Git variable and
the value of that is used as the username. Otherwise it is used
as the username itself."
- :package-version '(magit . "3.4.0")
+ :package-version '(magit . "4.0.0")
:group 'magit-commands
:type '(repeat (list regexp
(string :tag "Hostname")
@@ -105,7 +105,7 @@ The value can be a string (representing a single static format)
or an alist with elements (HOSTNAME . FORMAT) mapping hostnames
to formats. When an alist is used, the t key represents the
default. Also see `magit-clone-name-alist'."
- :package-version '(magit . "3.4.0")
+ :package-version '(magit . "4.0.0")
:group 'magit-commands
:type '(choice (string :tag "Format")
(alist :key-type (choice (string :tag "Host")
@@ -117,7 +117,7 @@ default. Also see `magit-clone-name-alist'."
When the hook is called, `default-directory' is let-bound to the
directory where the repository has been cloned."
- :package-version '(magit . "3.4.0")
+ :package-version '(magit . "4.0.0")
:group 'magit-commands
:type 'hook)