Skip to content

Commit a07b402

Browse files
committed
Add docs and change log entry.
1 parent 4152ab2 commit a07b402

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ChangeLog.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Release notes:
1010
matching cargo behavior and preventing logSticky spam on narrow
1111
terminals and lots of dependencies building simultaneously
1212

13+
* Add unpacking of source repository packages (`extra-deps`).
14+
1315
**Changes since v2.11.1:**
1416

1517
Major changes:

doc/unpack_command.md

+3
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ By default:
1717
* the package is unpacked into a directory named after the package and its
1818
version. Pass the option `--to <directory>` to specify the destination
1919
directory.
20+
21+
If PACKAGE is the name of a source repository package or a suffix of its URL
22+
then the unpacking is direct, not via a package index.

0 commit comments

Comments
 (0)