git-annex.git
4 years agoAdd a tip explaining how to enable-tor on NixOS
Yuval Kogman [Tue, 24 Aug 2021 04:34:55 +0000 (04:34 +0000)]
Add a tip explaining how to enable-tor on NixOS

This is a little bare bones but hopefully useful, some things that could
be improved:

1. Follow steps in order and replicate (I reconstructed off of my
   success, so there may be inaccuracies or things I forgot)

2. Clarify correct ownership for directories & sockets
   - enable-tor's sudo child will obtain the hostname so no access is
     needed after that
   - does it also create the tor sockety directory?

3. Remove unnecessary boilerplate
   - can the hidden service dir be left with the NixOS default?

4 years ago(no commit message)
login+git-annex@12145486ec1e9f0d1587cdb0c6ef7538abab1c31 [Sat, 21 Aug 2021 00:37:20 +0000 (00:37 +0000)]

4 years agoAdded a comment: `git annex sync --no-commit --content` takes double the time of...
jkniiv@b330fc3a602d36a37a67b2a2d99d4bed3bb653cb [Fri, 20 Aug 2021 02:05:53 +0000 (02:05 +0000)]
Added a comment: `git annex sync --no-commit --content` takes double the time of `git annex get .`

4 years ago(no commit message)
anarcat [Thu, 19 Aug 2021 14:44:56 +0000 (14:44 +0000)]

4 years agoclose
Joey Hess [Wed, 18 Aug 2021 21:37:17 +0000 (17:37 -0400)]
close

4 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Wed, 18 Aug 2021 21:36:35 +0000 (17:36 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

4 years agofix test suite failure when run with LANG=C
Joey Hess [Wed, 18 Aug 2021 21:36:00 +0000 (17:36 -0400)]
fix test suite failure when run with LANG=C

4 years agoAdded a comment: commit 492036622a6326852c29e23608f3959f63e55685 fixes this
jkniiv@b330fc3a602d36a37a67b2a2d99d4bed3bb653cb [Wed, 18 Aug 2021 21:10:51 +0000 (21:10 +0000)]
Added a comment: commit 492036622a6326852c29e23608f3959f63e55685 fixes this

4 years agoAdded a comment
Lukey [Wed, 18 Aug 2021 21:07:12 +0000 (21:07 +0000)]
Added a comment

4 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Wed, 18 Aug 2021 20:35:54 +0000 (16:35 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

4 years agofix OSX build
Joey Hess [Wed, 18 Aug 2021 20:35:26 +0000 (16:35 -0400)]
fix OSX build

4 years ago(no commit message)
yarikoptic [Wed, 18 Aug 2021 20:19:36 +0000 (20:19 +0000)]

4 years agoAdded a comment: So where are the file stored?
git-annex.branchable.com@78dd096e15e9d37643bf695293cae77fec735698 [Wed, 18 Aug 2021 20:19:25 +0000 (20:19 +0000)]
Added a comment: So where are the file stored?

4 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Wed, 18 Aug 2021 19:17:56 +0000 (15:17 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

4 years agoincremental verification for gitlfs and httpalso
Joey Hess [Wed, 18 Aug 2021 19:13:14 +0000 (15:13 -0400)]
incremental verification for gitlfs and httpalso

And that should be all the special remotes supporting it on linux now,
except for in the odd edge case here and there.

Sponsored-by: Dartmouth College's DANDI project
4 years agoincremental verification for S3
Joey Hess [Wed, 18 Aug 2021 19:07:00 +0000 (15:07 -0400)]
incremental verification for S3

Sponsored-by: Dartmouth College's DANDI project
4 years agoincremental verification for web special remote
Joey Hess [Wed, 18 Aug 2021 18:49:01 +0000 (14:49 -0400)]
incremental verification for web special remote

Except when configuration makes curl be used. It did not seem worth
trying to tail the file when curl is downloading.

But when an interrupted download is resumed, it does not read the whole
existing file to hash it. Same reason discussed in
commit 7eb3742e4b76d1d7a487c2c53bf25cda4ee5df43; that could take a long
time with no progress being displayed. And also there's an open http
request, which needs to be consumed; taking a long time to hash the file
might cause it to time out.

Also in passing implemented it for git and external special remotes when
downloading from the web. Several others like S3 are within striking
distance now as well.

Sponsored-by: Dartmouth College's DANDI project
4 years agodistinguish between incremental verification failing and not being done
Joey Hess [Wed, 18 Aug 2021 17:54:40 +0000 (13:54 -0400)]
distinguish between incremental verification failing and not being done

Sponsored-by: Dartmouth College's DANDI project
4 years agorefactor
Joey Hess [Wed, 18 Aug 2021 17:35:53 +0000 (13:35 -0400)]
refactor

4 years agorefactor
Joey Hess [Wed, 18 Aug 2021 17:19:02 +0000 (13:19 -0400)]
refactor

IncrementalVerifier moved to Utility.Hash, which will let Utility.Url
use it later.

It's perhaps not really specific to hashing, but making a separate
module just for the data type seemed unncessary.

Sponsored-by: Dartmouth College's DANDI project
4 years agoremove comment
Joey Hess [Wed, 18 Aug 2021 17:02:02 +0000 (13:02 -0400)]
remove comment

This comment used to be in Crypto, where it made sense, but it does not
really make any sense in Utility.Hash

4 years agostatus update
Joey Hess [Wed, 18 Aug 2021 16:44:45 +0000 (12:44 -0400)]
status update

4 years agoidea
Joey Hess [Wed, 18 Aug 2021 16:38:55 +0000 (12:38 -0400)]
idea

4 years agoAdded a comment
Austin [Wed, 18 Aug 2021 06:28:39 +0000 (06:28 +0000)]
Added a comment

4 years ago(no commit message)
Austin [Wed, 18 Aug 2021 06:17:46 +0000 (06:17 +0000)]

4 years agocommit f0754a61f doesn't compile on Windows without a small patch
jkniiv@b330fc3a602d36a37a67b2a2d99d4bed3bb653cb [Tue, 17 Aug 2021 21:15:04 +0000 (21:15 +0000)]
commit f0754a61f doesn't compile on Windows without a small patch

4 years agoplumb VerifyConfig into retrieveKeyFile
Joey Hess [Tue, 17 Aug 2021 16:41:36 +0000 (12:41 -0400)]
plumb VerifyConfig into retrieveKeyFile

This fixes the recent reversion that annex.verify is not honored,
because retrieveChunks was passed RemoteVerify baser, but baser
did not have export/import set up.

Sponsored-by: Dartmouth College's DANDI project
4 years agocomment
Joey Hess [Tue, 17 Aug 2021 14:28:18 +0000 (10:28 -0400)]
comment

4 years agoinitial report about needing newer gpg to get tests pass
yarikoptic [Mon, 16 Aug 2021 21:58:07 +0000 (21:58 +0000)]
initial report about needing newer gpg to get tests pass

4 years agoAdded a comment: note on `sec=` on the mount
yarikoptic [Mon, 16 Aug 2021 21:38:13 +0000 (21:38 +0000)]
Added a comment: note on `sec=` on the mount

4 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Mon, 16 Aug 2021 21:30:04 +0000 (17:30 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

4 years agostatus update
Joey Hess [Mon, 16 Aug 2021 21:29:39 +0000 (17:29 -0400)]
status update

4 years agoincremental verify for webdav special remote
Joey Hess [Mon, 16 Aug 2021 20:51:58 +0000 (16:51 -0400)]
incremental verify for webdav special remote

Sponsored-by: Dartmouth College's DANDI project
4 years agoincremental verify for directory special remote
Joey Hess [Mon, 16 Aug 2021 20:22:00 +0000 (16:22 -0400)]
incremental verify for directory special remote

Added fileRetriever', which will let the remaining special remotes
eventually also support incremental verify.

Sponsored-by: Dartmouth College's DANDI project
4 years agorefactor fileCopier
Joey Hess [Mon, 16 Aug 2021 19:56:24 +0000 (15:56 -0400)]
refactor fileCopier

Sponsored-by: Dartmouth College's DANDI project
4 years agomove comment
Joey Hess [Mon, 16 Aug 2021 19:25:06 +0000 (15:25 -0400)]
move comment

4 years agostatus update
Joey Hess [Mon, 16 Aug 2021 19:15:32 +0000 (15:15 -0400)]
status update

I was wrong about S3 supporting tailVerify.

4 years agohandle AlreadyInUseError
Joey Hess [Mon, 16 Aug 2021 19:01:28 +0000 (15:01 -0400)]
handle AlreadyInUseError

As happens when using the directory special remote, gitlfs, webdav, and
S3. But not external, adb, gcrypt, hook, or rsync.

Sponsored-by: Dartmouth College's DANDI project
4 years agobetter handling of finishing up incomplete incremental verify
Joey Hess [Mon, 16 Aug 2021 18:50:21 +0000 (14:50 -0400)]
better handling of finishing up incomplete incremental verify

Now it's run in VerifyStage.

I thought about keeping the file handle open, and resuming reading where
tailVerify left off. But that risks leaking open file handles, until the
GC closes them, if the deferred verification does not get resumed. Since
that could perhaps happen if there's an exception somewhere, I decided
that was too unsafe.

Instead, re-open the file, seek, and resume.

Sponsored-by: Dartmouth College's DANDI project
4 years agoimprove tailVerify
Joey Hess [Mon, 16 Aug 2021 16:42:44 +0000 (12:42 -0400)]
improve tailVerify

Wait for the file to get modified, not only opened. This way, if a
remote does not support resuming, and opens a new file over top of the
existing file, it will wait until that remote starts writing, and open
the file it's writing to, not the old file.

Sponsored-by: Dartmouth College's DANDI project
4 years agoupdate description that it is isilon under
yarikoptic [Mon, 16 Aug 2021 17:44:01 +0000 (17:44 +0000)]
update description that it is isilon under

4 years agoAdded a comment: type=git special remote cannot be enabled, no uuid is generated
matthias.risze@9f2c8f7faed4cac1905d1bf1ee4524d708c13688 [Mon, 16 Aug 2021 13:02:04 +0000 (13:02 +0000)]
Added a comment: type=git special remote cannot be enabled, no uuid is generated

4 years agomigrate script: Get full list of remotes that have a file; doc updates; progress...
https://christian.amsuess.com/chrysn [Sun, 15 Aug 2021 19:01:37 +0000 (19:01 +0000)]
migrate script: Get full list of remotes that have a file; doc updates; progress output; corner case fixes

4 years agoAdded a comment: Another example
https://christian.amsuess.com/chrysn [Sun, 15 Aug 2021 17:42:54 +0000 (17:42 +0000)]
Added a comment: Another example

4 years agomigrate script: Do whereis work before to speed up processing
https://christian.amsuess.com/chrysn [Sun, 15 Aug 2021 11:48:58 +0000 (11:48 +0000)]
migrate script: Do whereis work before to speed up processing

4 years agoAdded a comment: annex-to-annex
https://christian.amsuess.com/chrysn [Sun, 15 Aug 2021 11:47:31 +0000 (11:47 +0000)]
Added a comment: annex-to-annex

4 years agomigrate script: Fix accidentally commented-out fsck run
https://christian.amsuess.com/chrysn [Sun, 15 Aug 2021 11:04:37 +0000 (11:04 +0000)]
migrate script: Fix accidentally commented-out fsck run

4 years agomigrate script: Don't try on all remotes, look where it is and drop from there (faster)
https://christian.amsuess.com/chrysn [Sun, 15 Aug 2021 10:37:53 +0000 (10:37 +0000)]
migrate script: Don't try on all remotes, look where it is and drop from there (faster)

4 years agoAdded a comment: annex-to-annex
spwhitton [Fri, 13 Aug 2021 22:08:57 +0000 (22:08 +0000)]
Added a comment: annex-to-annex

4 years agoConvert previously missing attachment
https://christian.amsuess.com/chrysn [Fri, 13 Aug 2021 20:58:57 +0000 (20:58 +0000)]
Convert previously missing attachment

4 years agoTool to drop migrated files for good
https://christian.amsuess.com/chrysn [Fri, 13 Aug 2021 20:53:48 +0000 (20:53 +0000)]
Tool to drop migrated files for good

4 years agofix windows build
Joey Hess [Fri, 13 Aug 2021 20:36:33 +0000 (16:36 -0400)]
fix windows build

4 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Fri, 13 Aug 2021 20:35:20 +0000 (16:35 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

4 years agostatus update
Joey Hess [Fri, 13 Aug 2021 20:20:48 +0000 (16:20 -0400)]
status update

4 years agocatch more exceptions
Joey Hess [Fri, 13 Aug 2021 20:16:46 +0000 (16:16 -0400)]
catch more exceptions

I saw this:

  .git/annex/tmp/SHA256E-s1234376--5ba8e06e0163b217663907482bbed57684d7188024155ddc81da0710dfd2687d: openBinaryFile: resource busy (file is locked)

 guess catching IO exceptions did not catch that one.

4 years agoincremental hashing for fileRetriever
Joey Hess [Fri, 13 Aug 2021 19:43:29 +0000 (15:43 -0400)]
incremental hashing for fileRetriever

It uses tailVerify to hash the file while it's being written.

This is able to sometimes avoid a separate checksum step. Although
if the file gets written quickly enough, tailVerify may not see it
get created before the write finishes, and the checksum still happens.

Testing with the directory special remote, incremental checksumming did
not happen. But then I disabled the copy CoW probing, and it did work.
What's going on with that is the CoW probe creates an empty file on
failure, then deletes it, and then the file is created again. tailVerify
will open the first, empty file, and so fails to read the content that
gets written to the file that replaces it.

The directory special remote really ought to be able to avoid needing to
use tailVerify, and while other special remotes could do things that
cause similar problems, they probably don't. And if they do, it just
means the checksum doesn't get done incrementally.

Sponsored-by: Dartmouth College's DANDI project
4 years agoINotify.removeWatch can crash
Joey Hess [Fri, 13 Aug 2021 19:35:18 +0000 (15:35 -0400)]
INotify.removeWatch can crash

Unsure why, possibly if the file has been replaced by another file.

4 years agoinotify reports paths relative to directory being watched
Joey Hess [Fri, 13 Aug 2021 18:51:15 +0000 (14:51 -0400)]
inotify reports paths relative to directory being watched

Sponsored-by: Dartmouth College's DANDI project
4 years agoconvert tailVerify to not finalize the verification
Joey Hess [Fri, 13 Aug 2021 17:39:02 +0000 (13:39 -0400)]
convert tailVerify to not finalize the verification

Added failIncremental so it can force failure to verify.

Sponsored-by: Dartmouth College's DANDI project
4 years agotailVerify: return deferred action when it gets behind
Joey Hess [Fri, 13 Aug 2021 16:32:01 +0000 (12:32 -0400)]
tailVerify: return deferred action when it gets behind

Sponsored-by: Dartmouth College's DANDI project
4 years agothe fact that I needed a modification/patch to build mentioned
jkniiv@b330fc3a602d36a37a67b2a2d99d4bed3bb653cb [Fri, 13 Aug 2021 03:42:10 +0000 (03:42 +0000)]
the fact that I needed a modification/patch to build mentioned

4 years agoprop_view_roundtrips fails (occasionally)
jkniiv@b330fc3a602d36a37a67b2a2d99d4bed3bb653cb [Fri, 13 Aug 2021 03:31:45 +0000 (03:31 +0000)]
prop_view_roundtrips fails (occasionally)

4 years agowindows build fails as of 7550ef9a2
jkniiv@b330fc3a602d36a37a67b2a2d99d4bed3bb653cb [Fri, 13 Aug 2021 02:17:50 +0000 (02:17 +0000)]
windows build fails as of 7550ef9a2

4 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Thu, 12 Aug 2021 18:50:12 +0000 (14:50 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

4 years agocomment
Joey Hess [Thu, 12 Aug 2021 18:49:48 +0000 (14:49 -0400)]
comment

4 years agoadd tailVerify
Joey Hess [Thu, 12 Aug 2021 18:36:56 +0000 (14:36 -0400)]
add tailVerify

Not yet used, but this will let all remotes verify incrementally if it's
acceptable to pay the performance price. See comment for details of when
it will perform badly. I anticipate using this for all special remotes
that use fileRetriever. Except perhaps for a few like GitLFS that could
feed the incremental verifier themselves despite using that.

Sponsored-by: Dartmouth College's DANDI project
4 years agoa report on the flood of failing tests on discovery
yarikoptic [Wed, 11 Aug 2021 20:25:51 +0000 (20:25 +0000)]
a report on the flood of failing tests on discovery

4 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Wed, 11 Aug 2021 18:51:05 +0000 (14:51 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

4 years agoAdded a comment: I have this behavior consistently on the 2 repos I use
jasonb@ab4484d9961a46440958fa1a528e0fc435599057 [Wed, 11 Aug 2021 18:49:41 +0000 (18:49 +0000)]
Added a comment: I have this behavior consistently on the 2 repos I use

4 years agoincremental verify for chunked remotes
Joey Hess [Wed, 11 Aug 2021 18:42:49 +0000 (14:42 -0400)]
incremental verify for chunked remotes

Simply feed each chunk in turn to the incremental verifier.

When resuming an interrupted retrieve, it does not do incremental
verification. That would need to read the file, up to the resume point,
and feed it to the incremental verifier. That seems easy to get wrong.
Also it would mean extra work done before the transfer can start. Which
would complicate displaying progress, and would perhaps not appear to the
user as if it was resuming from where it left off. Instead, in that
situation, return UnVerified, and let the verification be done in a
separate pass.

Granted, Annex.CopyFile does manage all that, but it's not complicated
by dealing with chunks too.

Sponsored-by: Dartmouth College's DANDI project
4 years agoAdded a comment
Lukey [Wed, 11 Aug 2021 18:25:51 +0000 (18:25 +0000)]
Added a comment

4 years agoincremental verify for byteRetriever special remotes
Joey Hess [Wed, 11 Aug 2021 17:43:30 +0000 (13:43 -0400)]
incremental verify for byteRetriever special remotes

Several special remotes verify content while it is being retrieved,
avoiding a separate checksum pass. They are: S3, bup, ddar, and
gcrypt (with a local repository).

Not done when using chunking, yet.

Complicated by Retriever needing to change to be polymorphic. Which in turn
meant RankNTypes is needed, and also needed some code changes. The
change in Remote.External does not change behavior at all but avoids
the type checking failing because of a "rigid, skolem type" which
"would escape its scope". So I refactored slightly to make the type
checker's job easier there.

Unfortunately, directory uses fileRetriever (except when chunked),
so it is not amoung the improved ones. Fixing that would need a way for
FileRetriever to return a Verification. But, since the file retrieved
may be encrypted or chunked, it would be extra work to always
incrementally checksum the file while retrieving it. Hm.

Some other special remotes use fileRetriever, and so don't get incremental
verification, but could be converted to byteRetriever later. One is
GitLFS, which uses downloadConduit, which writes to the file, so could
verify as it goes. Other special remotes like web could too, but don't
use Remote.Helper.Special and so will need to be addressed separately.

Sponsored-by: Dartmouth College's DANDI project
4 years ago(no commit message)
gabrielhidasy@c3d26e2c0b3e669d012f06736616088b42ad0dbe [Wed, 11 Aug 2021 16:29:37 +0000 (16:29 +0000)]

4 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Wed, 11 Aug 2021 16:16:49 +0000 (12:16 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

4 years agosimplify and speed up Utility.FileSystemEncoding
Joey Hess [Wed, 11 Aug 2021 00:45:02 +0000 (20:45 -0400)]
simplify and speed up Utility.FileSystemEncoding

This eliminates the distinction between decodeBS and decodeBS', encodeBS
and encodeBS', etc. The old implementation truncated at NUL, and the
primed versions had to do extra work to avoid that problem. The new
implementation does not truncate at NUL, and is also a lot faster.
(Benchmarked at 2x faster for decodeBS and 3x for encodeBS; more for the
primed versions.)

Note that filepath-bytestring 1.4.2.1.8 contains the same optimisation,
and upgrading to it will speed up to/fromRawFilePath.

AFAIK, nothing relied on the old behavior of truncating at NUL. Some
code used the faster versions in places where I was sure there would not
be a NUL. So this change is unlikely to break anything.

Also, moved s2w8 and w82s out of the module, as they do not involve
filesystem encoding really.

Sponsored-by: Shae Erisson on Patreon
4 years agoremove unused function
Joey Hess [Wed, 11 Aug 2021 00:04:17 +0000 (20:04 -0400)]
remove unused function

4 years agoAdded a comment: sorry
Ilya_Shlyakhter [Tue, 10 Aug 2021 16:28:33 +0000 (16:28 +0000)]
Added a comment: sorry

4 years agocomment
Joey Hess [Mon, 9 Aug 2021 20:00:57 +0000 (16:00 -0400)]
comment

4 years agosheeeeeeeeesh
Joey Hess [Mon, 9 Aug 2021 19:33:59 +0000 (15:33 -0400)]
sheeeeeeeeesh

4 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Mon, 9 Aug 2021 19:20:19 +0000 (15:20 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

4 years agosimplify
Joey Hess [Mon, 9 Aug 2021 19:17:48 +0000 (15:17 -0400)]
simplify

4 years agoAdded a comment
yarikoptic [Mon, 9 Aug 2021 17:58:55 +0000 (17:58 +0000)]
Added a comment

4 years agoAdded a comment
yarikoptic [Mon, 9 Aug 2021 17:34:39 +0000 (17:34 +0000)]
Added a comment

4 years agoAdded a comment: standalone build version vs standard release version
Ilya_Shlyakhter [Mon, 9 Aug 2021 17:28:31 +0000 (17:28 +0000)]
Added a comment: standalone build version vs standard release version

4 years agocomment
Joey Hess [Mon, 9 Aug 2021 17:03:19 +0000 (13:03 -0400)]
comment

4 years agoresponse
Joey Hess [Mon, 9 Aug 2021 16:46:10 +0000 (12:46 -0400)]
response

4 years agotypo
Joey Hess [Mon, 9 Aug 2021 16:44:20 +0000 (12:44 -0400)]
typo

4 years agodon't use changelog version in commit message
Joey Hess [Mon, 9 Aug 2021 16:31:48 +0000 (12:31 -0400)]
don't use changelog version in commit message

changelog may have a new unreleased version open already

4 years agoclose
Joey Hess [Mon, 9 Aug 2021 16:31:36 +0000 (12:31 -0400)]
close

4 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Mon, 9 Aug 2021 16:11:47 +0000 (12:11 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

4 years agorsync special remote: Stop displaying rsync progress, and use git-annex's own progres...
Joey Hess [Mon, 9 Aug 2021 16:06:10 +0000 (12:06 -0400)]
rsync special remote: Stop displaying rsync progress, and use git-annex's own progress display

Reasons are same as in commit cee14f147ac229c99f001b3a0aaaefb4cb6f7785.
(It was already done when using -J.)

Sponsored-by: Mark Reidenbach on Patreon
4 years ago(no commit message)
alex [Mon, 9 Aug 2021 04:21:11 +0000 (04:21 +0000)]

4 years agoAdded a comment: Automatic watch for the heuristic
jgsuess@732b8c62c50d8595d7b1d58eea11e5019c2308b1 [Sat, 7 Aug 2021 12:25:02 +0000 (12:25 +0000)]
Added a comment: Automatic watch for the heuristic

4 years agoget failing to get if with --debug
yarikoptic [Fri, 6 Aug 2021 22:11:46 +0000 (22:11 +0000)]
get failing to get if with --debug

4 years agoreporting on odds in downloads.
yarikoptic [Fri, 6 Aug 2021 21:53:42 +0000 (21:53 +0000)]
reporting on odds in downloads.

5 years agoAdded a comment
Lukey [Fri, 6 Aug 2021 06:02:38 +0000 (06:02 +0000)]
Added a comment

5 years agoAdded a comment: creating directory special remote "in-place"
Rob [Thu, 5 Aug 2021 18:13:36 +0000 (18:13 +0000)]
Added a comment: creating directory special remote "in-place"

5 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Wed, 4 Aug 2021 16:40:56 +0000 (12:40 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

5 years agodone!
Joey Hess [Wed, 4 Aug 2021 16:40:25 +0000 (12:40 -0400)]
done!

5 years agoMerge branch 'vectorclock'
Joey Hess [Wed, 4 Aug 2021 16:39:54 +0000 (12:39 -0400)]
Merge branch 'vectorclock'