|
1 |
| -git-annex (8.20211124) UNRELEASED; urgency=medium |
| 1 | +git-annex (8.20211231) upstream; urgency=medium |
2 | 2 |
|
3 |
| - * Fix build with old versions of feed library. |
| 3 | + * Improved support for using git-annex in a read-only repository, |
| 4 | + git-annex branch information from remotes that cannot be merged into |
| 5 | + the git-annex branch will now not crash it, but will be merged in |
| 6 | + memory. |
4 | 7 | * addurl, youtube-dl: When --check-raw prevents downloading an url,
|
5 | 8 | still continue with any downloads that come after it, rather than
|
6 | 9 | erroring out.
|
7 |
| - * export: Avoid unncessarily re-exporting non-annexed files that were |
8 |
| - already exported. |
9 | 10 | * Fix locking problems when annex.pidlock is set and concurrency is
|
10 | 11 | enabled eg with -J.
|
11 |
| - * Fix build with ghc 9.0.1 |
12 | 12 | * Improve error message display when autoinit fails due to eg, a
|
13 | 13 | permissions problem.
|
| 14 | + * export: Avoid unncessarily re-exporting non-annexed files that were |
| 15 | + already exported. |
14 | 16 | * Improve git command queue flushing so that eg, addurl of several
|
15 | 17 | large files that take time to download will update the index for each
|
16 | 18 | file, rather than deferring the index updates to the end.
|
17 | 19 | * sync: Better error message when unable to export to a remote because
|
18 | 20 | remote.name.annex-tracking-branch is configured to a ref that does not
|
19 | 21 | exist.
|
20 |
| - * Improved support for using git-annex in a read-only repository, |
21 |
| - git-annex branch information from remotes that cannot be merged into |
22 |
| - the git-annex branch will now not crash it, but will be merged in |
23 |
| - memory. |
| 22 | + * Fix build with ghc 9.0.1 |
| 23 | + * Fix build with old versions of feed library. |
24 | 24 |
|
25 |
| - -- Joey Hess <id@joeyh.name> Tue, 23 Nov 2021 15:58:27 -0400 |
| 25 | + -- Joey Hess <id@joeyh.name> Fri, 31 Dec 2021 15:03:36 -0400 |
26 | 26 |
|
27 | 27 | git-annex (8.20211123) upstream; urgency=medium
|
28 | 28 |
|
|
0 commit comments