|
1 |
| -git-annex (8.20211029) UNRELEASED; urgency=medium |
| 1 | +git-annex (8.20211117) upstream; urgency=medium |
2 | 2 |
|
3 |
| - * metadata --batch: Avoid crashing when a non-annexed file is input, |
4 |
| - instead output a blank line like other batch commands do. |
5 |
| - * metadata --batch --json: Reject input whose "fields" does not consist |
6 |
| - of arrays of strings. Such invalid input used to be silently ignored. |
7 | 3 | * filter-process: New command that can make git add/checkout faster when
|
8 | 4 | there are a lot of unlocked annexed files or non-annexed files, but that
|
9 | 5 | also makes git add of large annexed files slower. Use it by running:
|
10 | 6 | git config filter.annex.process 'git-annex filter-process'
|
11 |
| - * uninit: Avoid error message when no commits have been made to the |
12 |
| - repository yet. |
13 |
| - * uninit: Avoid error message when there is no git-annex branch. |
14 |
| - * git-lfs: Fix interoperability with gitlab's implementation of the |
15 |
| - git-lfs protocol, which requests Content-Encoding chunked. |
16 |
| - * migrate: New --remove-size option. |
17 | 7 | * Fix a typo in the name of youtube-dl
|
18 | 8 | (reversion introduced in version 8.20210903)
|
| 9 | + * git-lfs: Fix interoperability with gitlab's implementation of the |
| 10 | + git-lfs protocol, which requests Content-Encoding chunked. |
19 | 11 | * importfeed: Fix a crash when used in a non-unicode locale.
|
| 12 | + * migrate: New --remove-size option. |
| 13 | + * uninit: Avoid error message when no commits have been made to the |
| 14 | + repository yet. |
| 15 | + * uninit: Avoid error message when there is no git-annex branch. |
| 16 | + * metadata --batch: Avoid crashing when a non-annexed file is input, |
| 17 | + instead output a blank line like other batch commands do. |
| 18 | + * metadata --batch --json: Reject input whose "fields" does not consist |
| 19 | + of arrays of strings. Such invalid input used to be silently ignored. |
20 | 20 |
|
21 |
| - -- Joey Hess <id@joeyh.name> Mon, 01 Nov 2021 13:19:46 -0400 |
| 21 | + -- Joey Hess <id@joeyh.name> Wed, 17 Nov 2021 12:18:49 -0400 |
22 | 22 |
|
23 | 23 | git-annex (8.20211028) upstream; urgency=medium
|
24 | 24 |
|
|
0 commit comments