osc copypac from project:devel:languages:haskell:ghc-8.10.x package:git-annex revision:108, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/git-annex?expand=0&rev=49
This commit is contained in:
parent
16c8892df2
commit
18847e810d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e184cc795a4eaf3f1b0cb8ee7b0670a0e33db25daee9c3a4c0188b3b63a5dbee
|
|
||||||
size 8565925
|
|
3
git-annex-8.20211117.tar.gz
Normal file
3
git-annex-8.20211117.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:636f119d1f4db8d0f3c6bf5952a1092c208311cbe6532a59e5c0d6dda100b3d3
|
||||||
|
size 8599406
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 20 17:31:42 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update git-annex to version 8.20211117.
|
||||||
|
git-annex (8.20211117) upstream; urgency=medium
|
||||||
|
|
||||||
|
* filter-process: New command that can make git add/checkout faster when
|
||||||
|
there are a lot of unlocked annexed files or non-annexed files, but that
|
||||||
|
also makes git add of large annexed files slower. Use it by running:
|
||||||
|
git config filter.annex.process 'git-annex filter-process'
|
||||||
|
* Fix a typo in the name of youtube-dl
|
||||||
|
(reversion introduced in version 8.20210903)
|
||||||
|
* git-lfs: Fix interoperability with gitlab's implementation of the
|
||||||
|
git-lfs protocol, which requests Content-Encoding chunked.
|
||||||
|
* importfeed: Fix a crash when used in a non-unicode locale.
|
||||||
|
* migrate: New --remove-size option.
|
||||||
|
* uninit: Avoid error message when no commits have been made to the
|
||||||
|
repository yet.
|
||||||
|
* uninit: Avoid error message when there is no git-annex branch.
|
||||||
|
* metadata --batch: Avoid crashing when a non-annexed file is input,
|
||||||
|
instead output a blank line like other batch commands do.
|
||||||
|
* metadata --batch --json: Reject input whose "fields" does not consist
|
||||||
|
of arrays of strings. Such invalid input used to be silently ignored.
|
||||||
|
|
||||||
|
-- Joey Hess <id@joeyh.name> Wed, 17 Nov 2021 12:18:49 -0400
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 1 08:26:45 UTC 2021 - psimons@suse.com
|
Mon Nov 1 08:26:45 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: git-annex
|
Name: git-annex
|
||||||
Version: 8.20211028
|
Version: 8.20211117
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Manage files with git, without checking their contents into git
|
Summary: Manage files with git, without checking their contents into git
|
||||||
License: AGPL-3.0-or-later AND GPL-3.0-or-later AND BSD-2-Clause AND MIT AND GPL-2.0-only
|
License: AGPL-3.0-or-later AND GPL-3.0-or-later AND BSD-2-Clause AND MIT AND GPL-2.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user