git-annex.git
4 years agoMerge branch 'master' into append
Joey Hess [Mon, 18 Jul 2022 16:38:17 +0000 (12:38 -0400)]
Merge branch 'master' into append

4 years agoincrease cabal-version to work with recent cabal
Joey Hess [Sat, 16 Jul 2022 18:57:29 +0000 (14:57 -0400)]
increase cabal-version to work with recent cabal

It started complaining about custom setup needing too old a version of
cabal, a very confusing error message.

1.12 is the version of Cabal on the i386ancient builder.

Sponsored-by: Jack Hill on Patreon
4 years agoAdded a comment
yarikoptic [Fri, 15 Jul 2022 19:33:50 +0000 (19:33 +0000)]
Added a comment

4 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Fri, 15 Jul 2022 19:07:05 +0000 (15:07 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

4 years agodesign work
Joey Hess [Fri, 15 Jul 2022 19:06:40 +0000 (15:06 -0400)]
design work

4 years agolock journal before reading journal files
Joey Hess [Fri, 15 Jul 2022 18:43:29 +0000 (14:43 -0400)]
lock journal before reading journal files

This is not currently necessary; journal files are updated atomically.

However, for faster appends to large journal files, locking on read will
be needed, because appends are not atomic.

Sponsored-by: Dartmouth College's DANDI project
4 years agodisable journalIgnorable in enableInteractiveBranchAccess
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
4 years agocomplete a comment
Joey Hess [Fri, 15 Jul 2022 16:59:59 +0000 (12:59 -0400)]
complete a comment

4 years ago(no commit message)
nick.guenther@e418ed3c763dff37995c2ed5da4232a7c6cee0a9 [Fri, 15 Jul 2022 16:26:18 +0000 (16:26 +0000)]

4 years agoAdded a comment
nick.guenther@e418ed3c763dff37995c2ed5da4232a7c6cee0a9 [Fri, 15 Jul 2022 15:55:38 +0000 (15:55 +0000)]
Added a comment

4 years agocomment
Joey Hess [Fri, 15 Jul 2022 15:14:13 +0000 (11:14 -0400)]
comment

4 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Fri, 15 Jul 2022 15:10:44 +0000 (11:10 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

4 years agocomment
Joey Hess [Fri, 15 Jul 2022 15:10:40 +0000 (11:10 -0400)]
comment

4 years ago(no commit message)
oliv5 [Fri, 15 Jul 2022 06:33:25 +0000 (06:33 +0000)]

4 years agoAdded a comment
jkniiv [Thu, 14 Jul 2022 20:32:06 +0000 (20:32 +0000)]
Added a comment

4 years agocomment
Joey Hess [Thu, 14 Jul 2022 20:09:48 +0000 (16:09 -0400)]
comment

4 years agoAdded a comment
yarikoptic [Thu, 14 Jul 2022 19:42:58 +0000 (19:42 +0000)]
Added a comment

4 years agocomments
Joey Hess [Thu, 14 Jul 2022 19:08:01 +0000 (15:08 -0400)]
comments

4 years agoS3: Avoid writing or checking the uuid file in the S3 bucket when importtree=yes...
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
4 years agocomment
Joey Hess [Thu, 14 Jul 2022 17:54:50 +0000 (13:54 -0400)]
comment

4 years agoclose
Joey Hess [Thu, 14 Jul 2022 17:53:32 +0000 (13:53 -0400)]
close

4 years agocomment
Joey Hess [Thu, 14 Jul 2022 17:51:59 +0000 (13:51 -0400)]
comment

4 years agoAdded a comment
yarikoptic [Thu, 14 Jul 2022 17:00:40 +0000 (17:00 +0000)]
Added a comment

4 years agoAdded a comment
yarikoptic [Thu, 14 Jul 2022 16:50:15 +0000 (16:50 +0000)]
Added a comment

4 years agooptimise journal writes to not mkdir journal directory when it already exists
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
4 years agocomment with a question
Joey Hess [Thu, 14 Jul 2022 16:13:28 +0000 (12:13 -0400)]
comment with a question

4 years agoinitial request for more efficient registerurl
yarikoptic [Thu, 14 Jul 2022 13:40:16 +0000 (13:40 +0000)]
initial request for more efficient registerurl

4 years agoAdded a comment
yarikoptic [Wed, 13 Jul 2022 22:05:46 +0000 (22:05 +0000)]
Added a comment

4 years agoadb: Added configuration setting oldandroid=true
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
4 years agocomment
Joey Hess [Wed, 13 Jul 2022 21:27:30 +0000 (17:27 -0400)]
comment

4 years agocomment
Joey Hess [Wed, 13 Jul 2022 21:26:10 +0000 (17:26 -0400)]
comment

4 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Wed, 13 Jul 2022 21:17:44 +0000 (17:17 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

4 years agofilter-process: Fix protocol for empty files
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
4 years agoAdded a comment
yarikoptic [Wed, 13 Jul 2022 20:05:34 +0000 (20:05 +0000)]
Added a comment

4 years agoAdded a comment
yarikoptic [Wed, 13 Jul 2022 19:27:06 +0000 (19:27 +0000)]
Added a comment

4 years agorevert accidental change
Joey Hess [Wed, 13 Jul 2022 19:17:08 +0000 (15:17 -0400)]
revert accidental change

4 years agoAdded a comment
yarikoptic [Wed, 13 Jul 2022 19:04:40 +0000 (19:04 +0000)]
Added a comment

4 years agoresponse to misplaced bug report
Joey Hess [Wed, 13 Jul 2022 18:58:04 +0000 (14:58 -0400)]
response to misplaced bug report

4 years agofollowup
Joey Hess [Wed, 13 Jul 2022 18:53:46 +0000 (14:53 -0400)]
followup

4 years agocomment
Joey Hess [Wed, 13 Jul 2022 17:44:43 +0000 (13:44 -0400)]
comment

4 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Wed, 13 Jul 2022 17:09:15 +0000 (13:09 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

4 years agocomment
Joey Hess [Wed, 13 Jul 2022 17:09:04 +0000 (13:09 -0400)]
comment

4 years agoinitial complain/call for a more efficient journal?
yarikoptic [Wed, 13 Jul 2022 16:19:55 +0000 (16:19 +0000)]
initial complain/call for a more efficient journal?

4 years agocomment
Joey Hess [Tue, 12 Jul 2022 21:00:36 +0000 (17:00 -0400)]
comment

4 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Tue, 12 Jul 2022 20:48:11 +0000 (16:48 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

4 years agocomment
Joey Hess [Tue, 12 Jul 2022 20:47:49 +0000 (16:47 -0400)]
comment

(and fix an old comment's formatting)

4 years agoAdded a comment
yarikoptic [Tue, 12 Jul 2022 20:47:22 +0000 (20:47 +0000)]
Added a comment

4 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Tue, 12 Jul 2022 20:34:01 +0000 (16:34 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

4 years agodepend on version of Win32 that exports c_createFile
Joey Hess [Tue, 12 Jul 2022 20:28:01 +0000 (16:28 -0400)]
depend on version of Win32 that exports c_createFile

4 years agoinitial complaining about slow annex init
yarikoptic [Tue, 12 Jul 2022 20:10:26 +0000 (20:10 +0000)]
initial complaining about slow annex init

4 years agocomment
Joey Hess [Tue, 12 Jul 2022 19:37:42 +0000 (15:37 -0400)]
comment

4 years agoretitle and fix link
Joey Hess [Tue, 12 Jul 2022 19:01:53 +0000 (15:01 -0400)]
retitle and fix link

4 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Tue, 12 Jul 2022 18:59:24 +0000 (14:59 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

4 years agoavoid unix-compat's rename
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
4 years agoAdded a comment: phone version
jenkin.schibel@286264d9ceb79998aecff0d5d1a4ffe34f8b8421 [Tue, 12 Jul 2022 18:37:16 +0000 (18:37 +0000)]
Added a comment: phone version

4 years agocomment
Joey Hess [Tue, 12 Jul 2022 16:46:41 +0000 (12:46 -0400)]
comment

4 years agocomment
Joey Hess [Tue, 12 Jul 2022 16:37:08 +0000 (12:37 -0400)]
comment

4 years agoremoved yoh and yarikoptic so we do not misattribute to datalad issues from other...
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

4 years agoAdded a comment: Still problems
Basil_Peace [Tue, 12 Jul 2022 01:28:10 +0000 (01:28 +0000)]
Added a comment: Still problems

4 years ago(no commit message)
jenkin.schibel@286264d9ceb79998aecff0d5d1a4ffe34f8b8421 [Tue, 12 Jul 2022 00:24:14 +0000 (00:24 +0000)]

4 years agoAdded a comment
yarikoptic [Mon, 11 Jul 2022 22:19:08 +0000 (22:19 +0000)]
Added a comment

4 years agoAdded a comment: Man pages not included when installing via homebrew
Dan [Mon, 11 Jul 2022 17:30:42 +0000 (17:30 +0000)]
Added a comment: Man pages not included when installing via homebrew

4 years agoI should use the correct term
jkniiv [Sat, 9 Jul 2022 11:31:11 +0000 (11:31 +0000)]
I should use the correct term

4 years agocorr. typo with meta directive
jkniiv [Sat, 9 Jul 2022 08:27:20 +0000 (08:27 +0000)]
corr. typo with meta directive

4 years agonot to be the bringer of bad news re: Windows, yet here we are
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

4 years agoAdded a comment
pat [Sat, 9 Jul 2022 00:40:23 +0000 (00:40 +0000)]
Added a comment

4 years agocomment
Joey Hess [Fri, 8 Jul 2022 14:37:25 +0000 (10:37 -0400)]
comment

4 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Fri, 8 Jul 2022 14:33:54 +0000 (10:33 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

4 years agoinitial report on inability to connect to S3
yarikoptic [Thu, 7 Jul 2022 19:56:06 +0000 (19:56 +0000)]
initial report on inability to connect to S3

4 years agorequest for anonymous access to S3
yarikoptic [Thu, 7 Jul 2022 19:50:15 +0000 (19:50 +0000)]
request for anonymous access to S3

4 years agocomment
Joey Hess [Thu, 7 Jul 2022 16:45:51 +0000 (12:45 -0400)]
comment

4 years ago(no commit message)
pat [Thu, 7 Jul 2022 07:57:27 +0000 (07:57 +0000)]

4 years ago(no commit message)
pat [Thu, 7 Jul 2022 07:52:26 +0000 (07:52 +0000)]

4 years ago(no commit message)
pat [Thu, 7 Jul 2022 07:09:46 +0000 (07:09 +0000)]

4 years ago(no commit message)
drunken_sapo [Thu, 7 Jul 2022 00:58:29 +0000 (00:58 +0000)]

4 years ago(no commit message)
drunken_sapo [Thu, 7 Jul 2022 00:57:32 +0000 (00:57 +0000)]

4 years agoAdded a comment: Recent version tested
mih [Wed, 6 Jul 2022 12:18:36 +0000 (12:18 +0000)]
Added a comment: Recent version tested

4 years ago(no commit message)
mih [Wed, 6 Jul 2022 06:24:06 +0000 (06:24 +0000)]

4 years agoAdded a comment
nick.guenther@e418ed3c763dff37995c2ed5da4232a7c6cee0a9 [Wed, 6 Jul 2022 05:04:08 +0000 (05:04 +0000)]
Added a comment

4 years agofixed
Joey Hess [Tue, 5 Jul 2022 20:35:19 +0000 (16:35 -0400)]
fixed

4 years agofix link
Joey Hess [Tue, 5 Jul 2022 20:34:29 +0000 (16:34 -0400)]
fix link

4 years agocomment
Joey Hess [Tue, 5 Jul 2022 20:25:43 +0000 (16:25 -0400)]
comment

4 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Tue, 5 Jul 2022 20:23:17 +0000 (16:23 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

4 years agoadd: Fix reversion when adding an annex link that has been moved to another directory
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
4 years agosupport --backend again in addurl and importfeed
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
4 years agoAdded a comment: ACL deprecation vs public=yes
nick.guenther@e418ed3c763dff37995c2ed5da4232a7c6cee0a9 [Tue, 5 Jul 2022 18:20:50 +0000 (18:20 +0000)]
Added a comment: ACL deprecation vs public=yes

4 years agoRevert "lts-19.13 (ghc 9.0.2)"
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.

4 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Tue, 5 Jul 2022 17:07:01 +0000 (13:07 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

4 years agofix build when dbus is enabled
Joey Hess [Tue, 5 Jul 2022 17:06:45 +0000 (13:06 -0400)]
fix build when dbus is enabled

Broken in commit 8040ecf9b87bfd595d3bff1d26ef9cc232c4ae4c

4 years agoAdded a comment: mystery resolved
yarikoptic [Fri, 1 Jul 2022 19:19:30 +0000 (19:19 +0000)]
Added a comment: mystery resolved

4 years agoinitial report on move bug
yarikoptic [Fri, 1 Jul 2022 13:45:02 +0000 (13:45 +0000)]
initial report on move bug

4 years agoAdded a comment: no worries
Soxofaan [Thu, 30 Jun 2022 16:51:51 +0000 (16:51 +0000)]
Added a comment: no worries

4 years agoasking to return --backend for addurl
yarikoptic [Thu, 30 Jun 2022 15:00:19 +0000 (15:00 +0000)]
asking to return --backend for addurl

4 years agoFTBFS report on linux
yarikoptic [Thu, 30 Jun 2022 14:52:24 +0000 (14:52 +0000)]
FTBFS report on linux

4 years agomarking as done
contr-error [Wed, 29 Jun 2022 19:14:38 +0000 (19:14 +0000)]
marking as done

4 years agoAdded a comment
contr-error [Wed, 29 Jun 2022 19:13:56 +0000 (19:13 +0000)]
Added a comment

4 years agoclose bug that was recently fixed
Joey Hess [Wed, 29 Jun 2022 18:51:11 +0000 (14:51 -0400)]
close bug that was recently fixed

4 years agoclose
Joey Hess [Wed, 29 Jun 2022 18:44:02 +0000 (14:44 -0400)]
close

4 years agoclose
Joey Hess [Wed, 29 Jun 2022 18:42:40 +0000 (14:42 -0400)]
close

4 years agoclose
Joey Hess [Wed, 29 Jun 2022 18:41:34 +0000 (14:41 -0400)]
close