osc copypac from project:devel:languages:haskell:ghc-8.10.x package:git-annex revision:101, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/git-annex?expand=0&rev=46
This commit is contained in:
parent
94a7e50211
commit
eca55c6191
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e0fbcbeb93910c182778bfd9f29b6470257937c0d09be71286d727c27b56f16
|
||||
size 8358942
|
3
git-annex-8.20210803.tar.gz
Normal file
3
git-annex-8.20210803.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:702d68dc4ef1fc36810357b42b2368d6be93df26baa553bfe7143cc61a3c70a1
|
||||
size 8404889
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 4 10:32:07 UTC 2021 - psimons@suse.com
|
||||
|
||||
- Update git-annex to version 8.20210803.
|
||||
git-annex (8.20210803) upstream; urgency=medium
|
||||
|
||||
* whereused: New command, finds what files use a key, or where a key
|
||||
was used historically.
|
||||
* Fix a bug that prevented getting content from a repository that
|
||||
started out as a bare repository, or had annex.crippledfilesystem
|
||||
set, and was converted to a non-bare repository.
|
||||
* Fix retrieval of content from borg repos accessed over ssh.
|
||||
* sync: When --quiet is used, run git commit, push, and pull without
|
||||
their ususual output.
|
||||
* merge: When --quiet is used, run git merge without its usual output.
|
||||
* sync, merge, post-receive: Avoid merging unrelated histories,
|
||||
which used to be allowed only to support direct mode repositories.
|
||||
(However, sync does still merge unrelated histories when importing
|
||||
trees from special remotes, and the assistant still merges unrelated
|
||||
histories.)
|
||||
* sync, merge: Added --allow-unrelated-histories option, which
|
||||
is the same as the git merge option.
|
||||
* Fix bug that caused some transfers to incorrectly fail with
|
||||
"content changed while it was being sent", when the content was not
|
||||
changed.
|
||||
* Fix bug that could prevent pointer files from being populated,
|
||||
in a repository that was upgraded from v7.
|
||||
* fsck: Detect and correct stale or missing inode caches.
|
||||
* Fix a rounding bug in display of data sizes.
|
||||
* git-annex get when run as the first git-annex command in a new repo
|
||||
did not populate unlocked files.
|
||||
(Reversion in version 8.20210621)
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Tue, 03 Aug 2021 12:20:09 -0400
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 15 16:15:36 UTC 2021 - psimons@suse.com
|
||||
|
||||
- Update git-annex to version 8.20210714.
|
||||
git-annex (8.20210714) upstream; urgency=medium
|
||||
|
||||
* assistant: Avoid unncessary git repository repair in a situation where
|
||||
git fsck gets confused about a commit that is made while it's running.
|
||||
* addurl: Avoid crashing when used on beegfs.
|
||||
* --debug output goes to stderr again, not stdout.
|
||||
(Reversion in version 8.20210428)
|
||||
* init: Fix misbehavior when core.sharedRepository = group that
|
||||
caused it to enter an adjusted branch and set annex.crippledfilesystem
|
||||
(Reversion in version 8.20210630)
|
||||
* assistant: When adding non-large files to git, honor annex.delayadd
|
||||
configuration. Also, don't add non-large files to git when they
|
||||
are still being written to.
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Wed, 14 Jul 2021 12:22:55 -0400
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 1 12:52:52 UTC 2021 - psimons@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: git-annex
|
||||
Version: 8.20210630
|
||||
Version: 8.20210803
|
||||
Release: 0
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user