Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2020-07-01 11:23:39 -04:00
commit 07dff32bd4
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="https://bmwiedemann.zq1.de/"
avatar="http://cdn.libravatar.org/avatar/96f3cd71c3d677f31ed8f79ffb8fb343a8282c085731f405997ff3ef77a1a71b"
subject="comment 6"
date="2020-07-01T02:47:05Z"
content="""
filed <https://github.com/yesodweb/yesod/issues/1684>
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="kyle"
avatar="http://cdn.libravatar.org/avatar/7d6e85cde1422ad60607c87fa87c63f3"
subject="comment 1"
date="2020-06-30T21:24:56Z"
content="""
Confirmed on my end. Thanks for the quick fix!
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://templeofcrom.duckdns.org/"
nickname="Karl"
avatar="http://cdn.libravatar.org/avatar/336975995d2c8652aa98284987d5987e90e1b4d137da415af18a8e04c29edbc3"
subject="comment 2"
date="2020-07-01T15:03:08Z"
content="""
I already have a git repository but my large files are being stored on the webserver, not in git. It's not clear at all how to tell git-annex to fetch from the web server. My project is being hosted on SourceForge so I have little control over either the Git or HTTP servers and the URL is different for each.
"""]]

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="Lukey"
avatar="http://cdn.libravatar.org/avatar/c7c08e2efd29c692cc017c4a4ca3406b"
subject="comment 3"
date="2020-07-01T14:32:11Z"
content="""
All in all there are 258465 files on two branches (master (8921) and manyfiles (249544)) and about as many keys. I mostly work on the master branch (The manyfiles branch is more or less an archive), so the two passes are not an problem (yet).
Regarding \"git cat-file --batch-all-objects --unordered\", the blob can be mapped back to the key by the objectname and \"git ls-tree -r git-annex\".
For reference: \"time git cat-file --batch --batch-all-objects --unordered --buffer > /dev/zero\" takes 40 seconds on my repo.
"""]]