Lukey [Sun, 17 Jul 2022 09:33:04 +0000 (09:33 +0000)]
Added a comment
tomdhunt [Sat, 16 Jul 2022 20:12:20 +0000 (20:12 +0000)]
Added a comment: Hashes for files added via addurl
yarikoptic [Fri, 15 Jul 2022 19:33:50 +0000 (19:33 +0000)]
Added a comment
Joey Hess [Fri, 15 Jul 2022 19:07:05 +0000 (15:07 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Fri, 15 Jul 2022 19:06:40 +0000 (15:06 -0400)]
design work
Joey Hess [Fri, 15 Jul 2022 17:43:46 +0000 (13:43 -0400)]
disable journalIgnorable in enableInteractiveBranchAccess
Fix a reversion that prevented --batch commands (and the assistant)
from noticing data written to the journal by other commands.
I have not identified which commit broke this for sure,
but probably it was
aeca7c2207a652c8a72f044204a5c0edb4782aac
--batch commands that wrote to the journal avoided the problem since
journalIgnorable sets unset on write. It's a little bit surprising that
nobody noticed that query --batch commands did not see data written by
other commands.
Sponsored-by: Dartmouth College's DANDI project
Joey Hess [Fri, 15 Jul 2022 16:59:59 +0000 (12:59 -0400)]
complete a comment
Added a comment
Joey Hess [Fri, 15 Jul 2022 15:14:13 +0000 (11:14 -0400)]
comment
Joey Hess [Fri, 15 Jul 2022 15:10:44 +0000 (11:10 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Fri, 15 Jul 2022 15:10:40 +0000 (11:10 -0400)]
comment
oliv5 [Fri, 15 Jul 2022 06:33:25 +0000 (06:33 +0000)]
jkniiv [Thu, 14 Jul 2022 20:32:06 +0000 (20:32 +0000)]
Added a comment
Joey Hess [Thu, 14 Jul 2022 20:09:48 +0000 (16:09 -0400)]
comment
yarikoptic [Thu, 14 Jul 2022 19:42:58 +0000 (19:42 +0000)]
Added a comment
Joey Hess [Thu, 14 Jul 2022 19:08:01 +0000 (15:08 -0400)]
comments
Joey Hess [Thu, 14 Jul 2022 19:05:51 +0000 (15:05 -0400)]
S3: Avoid writing or checking the uuid file in the S3 bucket when importtree=yes or exporttree=yes
It does not make sense for either; importing from an existing bucket should
not write to it. And the user may not have write access at all. And exporting to
a bucket should not write other files.
Also this prevents the uuid file being imported after being written.
Sponsored-by: Dartmouth College's DANDI project
Joey Hess [Thu, 14 Jul 2022 17:54:50 +0000 (13:54 -0400)]
comment
Joey Hess [Thu, 14 Jul 2022 17:53:32 +0000 (13:53 -0400)]
close
Joey Hess [Thu, 14 Jul 2022 17:51:59 +0000 (13:51 -0400)]
comment
yarikoptic [Thu, 14 Jul 2022 17:00:40 +0000 (17:00 +0000)]
Added a comment
yarikoptic [Thu, 14 Jul 2022 16:50:15 +0000 (16:50 +0000)]
Added a comment
Joey Hess [Thu, 14 Jul 2022 16:28:16 +0000 (12:28 -0400)]
optimise journal writes to not mkdir journal directory when it already exists
Sponsored-by: Dartmouth College's DANDI project
Joey Hess [Thu, 14 Jul 2022 16:13:28 +0000 (12:13 -0400)]
comment with a question
yarikoptic [Thu, 14 Jul 2022 13:40:16 +0000 (13:40 +0000)]
initial request for more efficient registerurl
yarikoptic [Wed, 13 Jul 2022 22:05:46 +0000 (22:05 +0000)]
Added a comment
Joey Hess [Wed, 13 Jul 2022 22:00:47 +0000 (18:00 -0400)]
adb: Added configuration setting oldandroid=true
To avoid using find -printf, which was first supported in Android around
2019-2020.
Probing seems too fragile, and execing stat once per file is too slow to do
when there's a faster way available, which brought me to an option...
Sponsored-by: Brett Eisenberg on Patreon
Joey Hess [Wed, 13 Jul 2022 21:27:30 +0000 (17:27 -0400)]
comment
Joey Hess [Wed, 13 Jul 2022 21:26:10 +0000 (17:26 -0400)]
comment
Joey Hess [Wed, 13 Jul 2022 21:17:44 +0000 (17:17 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Wed, 13 Jul 2022 21:13:54 +0000 (17:13 -0400)]
filter-process: Fix protocol for empty files
This caused git to complain that filter-process failed and kill it with
signal 15. Because it wrote an extra flushPkt for an empty file, which
git did not expect, and so git saw an unexpected response to the next
request.
Luckily, filter-process is only used by default in v9 and up, and v8 is
still the default. Also, git had to be updating an empty file, followed
by another file, which is a fairly unlikely situation. And git restarts
filter-process after this happens and uses it to filter the rest of the
files. So this isn't a crippling bug.
Sponsored-by: Luke Shumaker on Patreon
yarikoptic [Wed, 13 Jul 2022 20:05:34 +0000 (20:05 +0000)]
Added a comment
yarikoptic [Wed, 13 Jul 2022 19:27:06 +0000 (19:27 +0000)]
Added a comment
Joey Hess [Wed, 13 Jul 2022 19:17:08 +0000 (15:17 -0400)]
revert accidental change
yarikoptic [Wed, 13 Jul 2022 19:04:40 +0000 (19:04 +0000)]
Added a comment
Joey Hess [Wed, 13 Jul 2022 18:58:04 +0000 (14:58 -0400)]
response to misplaced bug report
Joey Hess [Wed, 13 Jul 2022 18:53:46 +0000 (14:53 -0400)]
followup
Joey Hess [Wed, 13 Jul 2022 17:44:43 +0000 (13:44 -0400)]
comment
Joey Hess [Wed, 13 Jul 2022 17:09:15 +0000 (13:09 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Wed, 13 Jul 2022 17:09:04 +0000 (13:09 -0400)]
comment
yarikoptic [Wed, 13 Jul 2022 16:19:55 +0000 (16:19 +0000)]
initial complain/call for a more efficient journal?
Joey Hess [Tue, 12 Jul 2022 21:00:36 +0000 (17:00 -0400)]
comment
Joey Hess [Tue, 12 Jul 2022 20:48:11 +0000 (16:48 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Tue, 12 Jul 2022 20:47:49 +0000 (16:47 -0400)]
comment
(and fix an old comment's formatting)
yarikoptic [Tue, 12 Jul 2022 20:47:22 +0000 (20:47 +0000)]
Added a comment
Joey Hess [Tue, 12 Jul 2022 20:34:01 +0000 (16:34 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Tue, 12 Jul 2022 20:28:01 +0000 (16:28 -0400)]
depend on version of Win32 that exports c_createFile
yarikoptic [Tue, 12 Jul 2022 20:10:26 +0000 (20:10 +0000)]
initial complaining about slow annex init
Joey Hess [Tue, 12 Jul 2022 19:37:42 +0000 (15:37 -0400)]
comment
Joey Hess [Tue, 12 Jul 2022 19:01:53 +0000 (15:01 -0400)]
retitle and fix link
Joey Hess [Tue, 12 Jul 2022 18:59:24 +0000 (14:59 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Tue, 12 Jul 2022 18:53:32 +0000 (14:53 -0400)]
avoid unix-compat's rename
On Windows, that does not support long paths
https://github.com/jacobstanley/unix-compat/issues/56
Instead, use System.Directory.renamePath, which does support long paths.
Sponsored-by: Dartmouth College's Datalad project
Added a comment: phone version
Joey Hess [Tue, 12 Jul 2022 16:46:41 +0000 (12:46 -0400)]
comment
Joey Hess [Tue, 12 Jul 2022 16:37:08 +0000 (12:37 -0400)]
comment
yarikoptic [Tue, 12 Jul 2022 13:18:39 +0000 (13:18 +0000)]
removed yoh and yarikoptic so we do not misattribute to datalad issues from other projects
Basil_Peace [Tue, 12 Jul 2022 01:28:10 +0000 (01:28 +0000)]
Added a comment: Still problems
yarikoptic [Mon, 11 Jul 2022 22:19:08 +0000 (22:19 +0000)]
Added a comment
Dan [Mon, 11 Jul 2022 17:30:42 +0000 (17:30 +0000)]
Added a comment: Man pages not included when installing via homebrew
jkniiv [Sat, 9 Jul 2022 11:31:11 +0000 (11:31 +0000)]
I should use the correct term
jkniiv [Sat, 9 Jul 2022 08:27:20 +0000 (08:27 +0000)]
corr. typo with meta directive
jkniiv [Sat, 9 Jul 2022 08:23:18 +0000 (08:23 +0000)]
not to be the bringer of bad news re: Windows, yet here we are
pat [Sat, 9 Jul 2022 00:40:23 +0000 (00:40 +0000)]
Added a comment
Joey Hess [Fri, 8 Jul 2022 14:37:25 +0000 (10:37 -0400)]
comment
Joey Hess [Fri, 8 Jul 2022 14:33:54 +0000 (10:33 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
yarikoptic [Thu, 7 Jul 2022 19:56:06 +0000 (19:56 +0000)]
initial report on inability to connect to S3
yarikoptic [Thu, 7 Jul 2022 19:50:15 +0000 (19:50 +0000)]
request for anonymous access to S3
Joey Hess [Thu, 7 Jul 2022 16:45:51 +0000 (12:45 -0400)]
comment
pat [Thu, 7 Jul 2022 07:57:27 +0000 (07:57 +0000)]
pat [Thu, 7 Jul 2022 07:52:26 +0000 (07:52 +0000)]
pat [Thu, 7 Jul 2022 07:09:46 +0000 (07:09 +0000)]
drunken_sapo [Thu, 7 Jul 2022 00:58:29 +0000 (00:58 +0000)]
drunken_sapo [Thu, 7 Jul 2022 00:57:32 +0000 (00:57 +0000)]
mih [Wed, 6 Jul 2022 12:18:36 +0000 (12:18 +0000)]
Added a comment: Recent version tested
mih [Wed, 6 Jul 2022 06:24:06 +0000 (06:24 +0000)]
Added a comment
Joey Hess [Tue, 5 Jul 2022 20:35:19 +0000 (16:35 -0400)]
fixed
Joey Hess [Tue, 5 Jul 2022 20:34:29 +0000 (16:34 -0400)]
fix link
Joey Hess [Tue, 5 Jul 2022 20:25:43 +0000 (16:25 -0400)]
comment
Joey Hess [Tue, 5 Jul 2022 20:23:17 +0000 (16:23 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Tue, 5 Jul 2022 20:22:41 +0000 (16:22 -0400)]
add: Fix reversion when adding an annex link that has been moved to another directory
Fixes commit
f259be7f39d6c1746b6b809f15b9a227624a0cd8
Sponsored-by: Dartmouth College's Datalad project
Joey Hess [Tue, 5 Jul 2022 19:34:49 +0000 (15:34 -0400)]
support --backend again in addurl and importfeed
Missed these two when converting from a global option.
Sponsored-by: Dartmouth College's Datalad project
Added a comment: ACL deprecation vs public=yes
Joey Hess [Tue, 5 Jul 2022 17:13:25 +0000 (13:13 -0400)]
Revert "lts-19.13 (ghc 9.0.2)"
This reverts commit
d2bc2683173ca1ade437aa294b26fd5e54353a55.
That seemed to break building on windows, before it starts building
git-annex at all, it tried to install ghc and something blew up:
Processing archive: C:\Users\runneradmin\AppData\Local\Programs\stack\x86_64-windows\ghc-9.0.2.tar.xz
Extracting ghc-9.0.2.tar
...
Extracted total of 11790 files from ghc-9.0.2.tar
C:\Users\runneradmin\AppData\Local\Programs\stack\x86_64-windows\ghc-9.0.2-tmp-
6d0fbe7f3b29e56c\ghc-9.0.2\: renameDirectory:pathIsDirectory:CreateFile "\\\\?\\C:\\Users\\runneradmin\\AppData\\Local\\Programs\\stack\\x86_64-windows\\ghc-9.0.2-tmp-
6d0fbe7f3b29e56c\\ghc-9.0.2\\": does not exist (The system cannot find the file specified.)
Hopefully a newer ghc version or updated stackage version will fix this
at some point, in the meantime revert it.
Joey Hess [Tue, 5 Jul 2022 17:07:01 +0000 (13:07 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Tue, 5 Jul 2022 17:06:45 +0000 (13:06 -0400)]
fix build when dbus is enabled
Broken in commit
8040ecf9b87bfd595d3bff1d26ef9cc232c4ae4c
yarikoptic [Fri, 1 Jul 2022 19:19:30 +0000 (19:19 +0000)]
Added a comment: mystery resolved
yarikoptic [Fri, 1 Jul 2022 13:45:02 +0000 (13:45 +0000)]
initial report on move bug
Soxofaan [Thu, 30 Jun 2022 16:51:51 +0000 (16:51 +0000)]
Added a comment: no worries
yarikoptic [Thu, 30 Jun 2022 15:00:19 +0000 (15:00 +0000)]
asking to return --backend for addurl
yarikoptic [Thu, 30 Jun 2022 14:52:24 +0000 (14:52 +0000)]
FTBFS report on linux
contr-error [Wed, 29 Jun 2022 19:14:38 +0000 (19:14 +0000)]
marking as done
contr-error [Wed, 29 Jun 2022 19:13:56 +0000 (19:13 +0000)]
Added a comment
Joey Hess [Wed, 29 Jun 2022 18:51:11 +0000 (14:51 -0400)]
close bug that was recently fixed
Joey Hess [Wed, 29 Jun 2022 18:44:02 +0000 (14:44 -0400)]
close
Joey Hess [Wed, 29 Jun 2022 18:42:40 +0000 (14:42 -0400)]
close
Joey Hess [Wed, 29 Jun 2022 18:41:34 +0000 (14:41 -0400)]
close