diff --git a/_constraints b/_constraints index c1653e4..22ec535 100644 --- a/_constraints +++ b/_constraints @@ -8,4 +8,3 @@ - diff --git a/git-annex-8.20210127.tar.gz b/git-annex-8.20210127.tar.gz deleted file mode 100644 index 3dd625b..0000000 --- a/git-annex-8.20210127.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2b248bc4fc05230335691894e17165ab6e0ce2aec7e73a4c54f735c8c43de0e -size 8606211 diff --git a/git-annex-8.20210223.tar.gz b/git-annex-8.20210223.tar.gz new file mode 100644 index 0000000..1684de2 --- /dev/null +++ b/git-annex-8.20210223.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2fe99a642d726cfecc8d1886c90d48ccaa2b573f7d9d367d270221aa859484e +size 8644071 diff --git a/git-annex.changes b/git-annex.changes index bc2e6c2..30431bc 100644 --- a/git-annex.changes +++ b/git-annex.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Tue Feb 23 20:57:41 UTC 2021 - psimons@suse.com + +- Update git-annex to version 8.20210223. + git-annex (8.20210223) upstream; urgency=medium + + * annex.stalldetection can now be set to "true" to make git-annex + do automatic stall detection when it detects a remote is updating its + transfer progress consistently enough for stall detection to work. + * When annex.stalldetection is not enabled and a likely stall is + detected, display a suggestion to enable it. + * Commands can be added to git-annex, by installing a program in PATH + with a name starting with "git-annex-" + * Fix a reversion that made import of a tree from a special remote + result in a merge that deleted files that were not preferred content + of that special remote. + * Bugfix: fsck --from a ssh remote did not actually check that the + content on the remote is not corrupted. + * unannex, uninit: When an annexed file is modified, don't overwrite + the modified version with an older version from the annex. + * When adding files to an adjusted branch set up by --unlock-present, + add them unlocked, not locked. + * Fix an oddity in matching options and preferred content expressions + such as "foo (bar or baz)", which was incorrectly handled as if + it were "(foo or bar) and baz)" rather than the intended + "foo and (bar or baz)" + * Checksum as content is received from a remote git-annex repository, + rather than doing it in a second pass. + * Tahoe: Avoid verifying hash after download, since tahoe does sufficient + verification itself. + * unannex, uninit: Don't run git rm once per annexed file, + for a large speedup. + * When a git remote is configured with an absolute path, use that + path, rather than making it relative. + * get: Improve output when failing to get a file fails. + * Fix build on openbsd. + Thanks, James Cook for the patch. + * Include libkqueue.h file needed to build the assistant on BSDs. + + -- Joey Hess Tue, 23 Feb 2021 14:40:14 -0400 + ------------------------------------------------------------------- Thu Feb 18 08:39:26 UTC 2021 - Guillaume GARDET diff --git a/git-annex.spec b/git-annex.spec index 34649e2..ba93d44 100644 --- a/git-annex.spec +++ b/git-annex.spec @@ -17,7 +17,7 @@ Name: git-annex -Version: 8.20210127 +Version: 8.20210223 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