diff options
| author | Philip Kaludercic <philipk@posteo.net> | 2022-11-03 19:26:21 +0100 |
|---|---|---|
| committer | Philip Kaludercic <philipk@posteo.net> | 2022-11-03 19:26:21 +0100 |
| commit | ec01d9a2092319a90fd95e068af689bd24fc255d (patch) | |
| tree | 6c7e75c8ced8c6e275c0e2bb20424bf853dc98fb /etc/NEWS | |
| parent | 7705b66ed3a63cece4ae6ce78af00e581ddda43e (diff) | |
| download | emacs-ec01d9a2092319a90fd95e068af689bd24fc255d.tar.gz | |
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.
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1559,6 +1559,11 @@ An existing checkout can now be loaded via package.el, by creating a symbolic link from the usual package directory to the checkout. +++ +*** New command 'package-vc-checkout' +Used to fetch the source of a package by cloning a repository without +activating the package. + ++++ *** New command 'package-vc-prepare-patch' This command allows you to send patches to package maintainers, for packages checked out using 'package-vc-install'. |
