]> git.eshelyaron.com Git - emacs.git/commit
Add command 'package-vc-checkout'
authorPhilip Kaludercic <philipk@posteo.net>
Thu, 3 Nov 2022 18:26:21 +0000 (19:26 +0100)
committerPhilip Kaludercic <philipk@posteo.net>
Thu, 3 Nov 2022 18:26:21 +0000 (19:26 +0100)
commitec01d9a2092319a90fd95e068af689bd24fc255d
tree6c7e75c8ced8c6e275c0e2bb20424bf853dc98fb
parent7705b66ed3a63cece4ae6ce78af00e581ddda43e
Add command 'package-vc-checkout'

* doc/emacs/package.texi: Document feature.
* etc/NEWS: Mention feature.
* lisp/emacs-lisp/package-vc.el (package-vc-clone): Extract
functionality out of 'package-vc-unpack'.
(package-vc-unpack): Extract functionality out to 'package-vc-clone'.
(package-vc-checkout): Add command.
doc/emacs/package.texi
etc/NEWS
lisp/emacs-lisp/package-vc.el