Joey Hess [Sun, 9 Jul 2023 20:54:30 +0000 (16:54 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Sun, 9 Jul 2023 18:18:25 +0000 (14:18 -0400)]
nub list of files
yt-dlp when resumed was observed having written the same filename twice
into the file list. Perhaps once by the first download and once by the
resumed one?
dud225@35a1ee469f82f3a7eb1f2dce4ad453f5e47bdfd3 [Fri, 7 Jul 2023 14:16:38 +0000 (14:16 +0000)]
removed
dud225@35a1ee469f82f3a7eb1f2dce4ad453f5e47bdfd3 [Fri, 7 Jul 2023 14:16:24 +0000 (14:16 +0000)]
Added a comment: Disabling a special remote
dud225@35a1ee469f82f3a7eb1f2dce4ad453f5e47bdfd3 [Fri, 7 Jul 2023 12:51:12 +0000 (12:51 +0000)]
Added a comment: Disabling a special remote
Joey Hess [Thu, 6 Jul 2023 16:50:04 +0000 (12:50 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Thu, 6 Jul 2023 16:42:00 +0000 (12:42 -0400)]
sync: When in an adjusted branch, merge changes from the original branch
This causes changes to the original branch to get merged with a single
sync. Before, it took 2 syncs; the first happened to update the synced/
branch, and the second merged changes from the synced/ branch into the
ajusted branch.
Using mergeToAdjustedBranch when tomerge == origbranch is probably
overkill, but it does work fine.
Sponsored-By: the NIH-funded NICEMAN (ReproNim TR&D3) project
nobodyinperson [Thu, 6 Jul 2023 05:52:50 +0000 (05:52 +0000)]
Added a comment
nobodyinperson [Thu, 6 Jul 2023 05:44:57 +0000 (05:44 +0000)]
Added a comment
Joey Hess [Thu, 6 Jul 2023 04:10:19 +0000 (00:10 -0400)]
importfeed: Add feedurl to the metadata
(And allow it to be used in the --template although that seems unlikely to
be very useful.)
My use case for this is that one of the podcast feeds I subscribe to is
sometimes leaking episodes of some other podcast. The other podcast is also
very close to spam, so this may be a form of intentional spamming. I have
not been able to catch the podcast feed containing those episodes, so I
don't know which one is at fault. So putting this in the metadata will let
me eventually catch it.
Joey Hess [Wed, 5 Jul 2023 21:39:26 +0000 (17:39 -0400)]
comment
Joey Hess [Wed, 5 Jul 2023 21:20:47 +0000 (17:20 -0400)]
comment
Joey Hess [Wed, 5 Jul 2023 21:01:39 +0000 (17:01 -0400)]
propigateAdjustedCommits: avoid overwriting diverged original branch
Bug fix: Re-running git-annex adjust or sync when in an adjusted branch
would overwrite the original branch, losing any commits that had been made
to it since the adjusted branch was created.
When git-annex adjust is run in this situation, it will display a warning
about the diverged branches.
When git-annex sync is run in this situation, mergeToAdjustedBranch
will merge the changes from the original branch to the adjusted branch.
So it does not need to display the divergence warning.
Note that for some reason, I'm needing to run sync twice for that to
happen. The first run does not do the merge and the second does. I'm unsure
why and so am not fully done with this bug.
Sponsored-By: the NIH-funded NICEMAN (ReproNim TR&D3) project
Joey Hess [Wed, 5 Jul 2023 20:55:10 +0000 (16:55 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Wed, 5 Jul 2023 20:54:52 +0000 (16:54 -0400)]
comment
nobodyinperson [Wed, 5 Jul 2023 20:46:13 +0000 (20:46 +0000)]
Added a comment
Joey Hess [Wed, 5 Jul 2023 19:43:29 +0000 (15:43 -0400)]
diffdriver --text support options for diff
Sponsored-by: KDM on Patreon
Joey Hess [Wed, 5 Jul 2023 19:05:23 +0000 (15:05 -0400)]
remove redundant example
The paragraph just above already shows how to configure .gitattributes
and the necessary git config. So this is redundant. Also, it makes
.gitattributes match *, which is likely not a good idea because those
files are not likely to be all text files.
Joey Hess [Wed, 5 Jul 2023 18:54:21 +0000 (14:54 -0400)]
move new video into feed
Joey Hess [Wed, 5 Jul 2023 18:43:02 +0000 (14:43 -0400)]
Fix breakage when git is configured with safe.bareRepository = explicit
Running git config --list inside .git then fails, so better to only
do that when --git-dir was specified explicitly. Otherwise, when the
repository is not bare, run the command inside the working tree.
Also make init detect when the uuid it just set cannot be read and fail
with an error, in case git changes something that breaks this later.
I still don't actually understand why git-annex add/assist -J2 was
affected but -J1 was not. But I did show that it was skipping writing to
the location log, because the uuid was NoUUID.
Sponsored-by: Graham Spencer on Patreon
Joey Hess [Wed, 5 Jul 2023 18:09:21 +0000 (14:09 -0400)]
renamed bug
Joey Hess [Wed, 5 Jul 2023 17:57:28 +0000 (13:57 -0400)]
erk
Joey Hess [Wed, 5 Jul 2023 17:42:52 +0000 (13:42 -0400)]
also affects add
Joey Hess [Wed, 5 Jul 2023 16:24:04 +0000 (12:24 -0400)]
assist: With --jobs, parallelize transferring content to/from remotes
Command.Add.seek starts concurrency with CommandStages. And for
Command.Sync, it needs TransferStages. So, to get both types of concurrency
for the two different parts, it either needs to change the type of
concurrency in between, or just call startConcurrency once for each.
It seems safe enough to call startConcurrency twice, because it does shut
down concurrency (mostly) at the end, and eg the old Annex.workers get
emptied.
Sponsored-by: unqueued on Patreon
Joey Hess [Wed, 5 Jul 2023 16:11:48 +0000 (12:11 -0400)]
bug
Joey Hess [Wed, 5 Jul 2023 15:54:43 +0000 (11:54 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Wed, 5 Jul 2023 15:49:25 +0000 (11:49 -0400)]
update
dud225@35a1ee469f82f3a7eb1f2dce4ad453f5e47bdfd3 [Tue, 4 Jul 2023 20:54:19 +0000 (20:54 +0000)]
Added a comment: Disabling a special remote
nobodyinperson [Tue, 4 Jul 2023 18:49:01 +0000 (18:49 +0000)]
nobodyinperson [Mon, 3 Jul 2023 13:45:36 +0000 (13:45 +0000)]
Yann Büchau [Mon, 3 Jul 2023 11:19:45 +0000 (13:19 +0200)]
Add --text example to diffdriver man page
nobodyinperson [Mon, 3 Jul 2023 11:08:36 +0000 (11:08 +0000)]
Joey Hess [Sun, 2 Jul 2023 19:01:02 +0000 (15:01 -0400)]
fix suggestion to use enableremote
nobodyinperson [Sat, 1 Jul 2023 22:21:42 +0000 (22:21 +0000)]
Add link to Yann's talk to videos list
yarikoptic [Fri, 30 Jun 2023 19:39:46 +0000 (19:39 +0000)]
initial report on annex sync odd behavior loosing my precious commit
nobodyinperson [Fri, 30 Jun 2023 07:56:03 +0000 (07:56 +0000)]
Added a comment: WiFi without broadcasting
nobodyinperson [Fri, 30 Jun 2023 05:37:06 +0000 (05:37 +0000)]
Added a comment: Thanks for git annex satisfy, numcopies question
Joey Hess [Thu, 29 Jun 2023 21:00:32 +0000 (17:00 -0400)]
idea
Joey Hess [Thu, 29 Jun 2023 19:40:37 +0000 (15:40 -0400)]
update
Joey Hess [Thu, 29 Jun 2023 19:38:37 +0000 (15:38 -0400)]
add a warning about --json not being self describing
It was a mistake for mirror to support --json, but that happened long
ago and it doesn't seem worth removing. I doubt anyone will use it.
Joey Hess [Thu, 29 Jun 2023 19:34:53 +0000 (15:34 -0400)]
added git-annex satisfy
This ended up having an interface like sync, rather than like get/copy/drop.
That let it be implemented in terms of sync, which took a lot less code.
Also, it lets it handle many of the edge cases that sync does, such as
getting files that are not visible in a --hide-missing branch, and sending
files to exporttree remotes.
As well as being easier to implement, `git-annex satisfy myremote` makes
sense as it satisfies the preferred content settings of the remote.
`git-annex satisfy somefile` does not form a sentence that makes sense. So
while -C can be a little bit annoying, it still makes sense to have this
syntax.
Note that, while I initially thought this would also satisfy numcopies, it
does not. Arguably it ought to. But, sync does not send files in order to
satisfy numcopies, it only sends files to satisfy preferred content. And
it's important that this transfer the same files as sync does, because
it will probably be used in a workflow where the user sometimes syncs and
sometimes satisfies, and does not expect satisfy to do things that sync
would not do.
(Also opened a new bug that also affects sync et all, not only this command.)
Sponsored-by: Nicholas Golder-Manning on Patreon
Joey Hess [Thu, 29 Jun 2023 18:15:01 +0000 (14:15 -0400)]
document git-annex satisfy
Joey Hess [Thu, 29 Jun 2023 17:59:00 +0000 (13:59 -0400)]
idea
Joey Hess [Thu, 29 Jun 2023 17:57:27 +0000 (13:57 -0400)]
comments
Joey Hess [Thu, 29 Jun 2023 17:44:52 +0000 (13:44 -0400)]
confirm
Joey Hess [Thu, 29 Jun 2023 17:32:16 +0000 (13:32 -0400)]
fix syntax
Joey Hess [Thu, 29 Jun 2023 17:31:27 +0000 (13:31 -0400)]
fix syntax
Joey Hess [Thu, 29 Jun 2023 17:30:26 +0000 (13:30 -0400)]
tag todos potentially useful for datalad
nobodyinperson [Thu, 29 Jun 2023 05:25:50 +0000 (05:25 +0000)]
Added a comment: How about `git annex transfer`?
nobodyinperson [Thu, 29 Jun 2023 05:20:56 +0000 (05:20 +0000)]
Added a comment
pat [Thu, 29 Jun 2023 04:45:15 +0000 (04:45 +0000)]
jkniiv [Wed, 28 Jun 2023 22:26:04 +0000 (22:26 +0000)]
for some reason I couldn't add a page comment so had to resort to an inline comment
nobodyinperson [Wed, 28 Jun 2023 21:09:51 +0000 (21:09 +0000)]
Added a comment: Awesome, thanks!
Joey Hess [Wed, 28 Jun 2023 19:26:46 +0000 (15:26 -0400)]
diffdriver: Added --text option for easy diffing of the contents of annexed text files
This was already possible, but it was rather hard to come up with the
complex shell command needed.
Note that the diff output starts with "diff a/... b/...".
I left off the "--git" because it's not a git format diff.
Joey Hess [Wed, 28 Jun 2023 18:44:42 +0000 (14:44 -0400)]
fix quoting in example
Joey Hess [Wed, 28 Jun 2023 17:36:49 +0000 (13:36 -0400)]
comment
Joey Hess [Wed, 28 Jun 2023 17:26:06 +0000 (13:26 -0400)]
response
Joey Hess [Wed, 28 Jun 2023 17:23:37 +0000 (13:23 -0400)]
todo
Joey Hess [Wed, 28 Jun 2023 17:15:06 +0000 (13:15 -0400)]
fix some typos
Anarcat fixed these in the news file, so transferred it over
Joey Hess [Wed, 28 Jun 2023 17:14:11 +0000 (13:14 -0400)]
comment
Joey Hess [Wed, 28 Jun 2023 17:08:12 +0000 (13:08 -0400)]
response
Joey Hess [Wed, 28 Jun 2023 00:02:11 +0000 (20:02 -0400)]
remove dead link
Joey Hess [Wed, 28 Jun 2023 00:01:25 +0000 (20:01 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Tue, 27 Jun 2023 23:01:33 +0000 (19:01 -0400)]
display drop from remote more consistently
With eg copy --to remote
This is particularly an improvement in sync --content output, which
mixes the two, so it's nice to have consistent display.
Yann Büchau [Tue, 27 Jun 2023 16:54:10 +0000 (18:54 +0200)]
Update nobodyinperson's user page
nobodyinperson [Tue, 27 Jun 2023 13:51:58 +0000 (13:51 +0000)]
Added a comment: Sync-ception
alanz [Tue, 27 Jun 2023 10:53:22 +0000 (10:53 +0000)]
Added a comment
Lukey [Tue, 27 Jun 2023 09:01:01 +0000 (09:01 +0000)]
Added a comment
Lukey [Tue, 27 Jun 2023 08:54:45 +0000 (08:54 +0000)]
Added a comment
dud225@35a1ee469f82f3a7eb1f2dce4ad453f5e47bdfd3 [Tue, 27 Jun 2023 07:59:55 +0000 (07:59 +0000)]
Added a comment: ?=*
nobodyinperson [Tue, 27 Jun 2023 07:01:39 +0000 (07:01 +0000)]
irieger [Mon, 26 Jun 2023 21:31:11 +0000 (21:31 +0000)]
Joey Hess [Mon, 26 Jun 2023 18:06:53 +0000 (14:06 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Mon, 26 Jun 2023 18:05:31 +0000 (14:05 -0400)]
reinject: Added --guesskeys option
Sponsored-by: Noam Kremen on Patreon
anarcat [Mon, 26 Jun 2023 17:13:00 +0000 (17:13 +0000)]
spellchecking
Joey Hess [Mon, 26 Jun 2023 16:39:48 +0000 (12:39 -0400)]
correct location
reall is Baden-Württemberg but that is too specific for most readers I guess;
I wouldn't be able to guess where that is.
Joey Hess [Mon, 26 Jun 2023 15:54:34 +0000 (11:54 -0400)]
add news item for git-annex 10.
20230626
Joey Hess [Mon, 26 Jun 2023 15:51:48 +0000 (11:51 -0400)]
confirmed
Joey Hess [Mon, 26 Jun 2023 15:50:53 +0000 (11:50 -0400)]
devblog
Joey Hess [Mon, 26 Jun 2023 15:12:32 +0000 (11:12 -0400)]
comment and confirm
Joey Hess [Mon, 26 Jun 2023 14:52:57 +0000 (10:52 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Mon, 26 Jun 2023 14:41:36 +0000 (10:41 -0400)]
prep release
nobodyinperson [Mon, 26 Jun 2023 14:08:32 +0000 (14:08 +0000)]
Joey Hess [Mon, 26 Jun 2023 13:33:04 +0000 (09:33 -0400)]
EPEL is up-to-date
nobodyinperson [Mon, 26 Jun 2023 11:43:20 +0000 (11:43 +0000)]
jkniiv [Sat, 24 Jun 2023 22:23:09 +0000 (22:23 +0000)]
Added a comment
jkniiv [Sat, 24 Jun 2023 22:04:35 +0000 (22:04 +0000)]
add a plea for saving the the old 'import /dir' interface as a renamed, reduced command
jkniiv [Sat, 24 Jun 2023 21:01:43 +0000 (21:01 +0000)]
add an inline comment about `--fast` vs. `--no-content` wrt. git-annex-import
Joey Hess [Fri, 23 Jun 2023 20:39:22 +0000 (16:39 -0400)]
fix tag
Joey Hess [Fri, 23 Jun 2023 20:35:49 +0000 (16:35 -0400)]
already done
Joey Hess [Fri, 23 Jun 2023 20:31:54 +0000 (16:31 -0400)]
expand and confirm
Joey Hess [Fri, 23 Jun 2023 20:20:00 +0000 (16:20 -0400)]
avoid truncating the list of confirmed items
Joey Hess [Fri, 23 Jun 2023 20:17:56 +0000 (16:17 -0400)]
confirmed
(but I need them to tell me what errors of what special remotes need a
message-id)
Joey Hess [Fri, 23 Jun 2023 20:07:22 +0000 (16:07 -0400)]
confirmed
Joey Hess [Fri, 23 Jun 2023 19:53:28 +0000 (15:53 -0400)]
confirmed
Joey Hess [Fri, 23 Jun 2023 18:31:54 +0000 (14:31 -0400)]
confirmed
Joey Hess [Fri, 23 Jun 2023 18:30:37 +0000 (14:30 -0400)]
thought
Joey Hess [Fri, 23 Jun 2023 18:25:25 +0000 (14:25 -0400)]
confirmed
Joey Hess [Fri, 23 Jun 2023 18:22:57 +0000 (14:22 -0400)]
thought this out more fully
Joey Hess [Fri, 23 Jun 2023 18:18:16 +0000 (14:18 -0400)]
fix format