Skip to content

Commit c3af94e

Browse files
committed
releasing package git-annex version 8.20211117
1 parent a922d3c commit c3af94e

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

CHANGELOG

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
git-annex (8.20211029) UNRELEASED; urgency=medium
1+
git-annex (8.20211117) upstream; urgency=medium
22

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.
73
* filter-process: New command that can make git add/checkout faster when
84
there are a lot of unlocked annexed files or non-annexed files, but that
95
also makes git add of large annexed files slower. Use it by running:
106
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.
177
* Fix a typo in the name of youtube-dl
188
(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.
1911
* 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.
2020

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
2222

2323
git-annex (8.20211028) upstream; urgency=medium
2424

git-annex.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: git-annex
2-
Version: 8.20211028
2+
Version: 8.20211117
33
Cabal-Version: >= 1.10
44
License: AGPL-3
55
Maintainer: Joey Hess <id@joeyh.name>

0 commit comments

Comments
 (0)