git-annex.git
14 months agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Wed, 14 May 2025 16:42:39 +0000 (12:42 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

14 months agoresponse
Joey Hess [Wed, 14 May 2025 16:42:20 +0000 (12:42 -0400)]
response

14 months agoAdded a comment: Why is the default HMACSHA1 for shared encryption?
liam [Wed, 14 May 2025 16:04:11 +0000 (16:04 +0000)]
Added a comment: Why is the default HMACSHA1 for shared encryption?

14 months agoAdded a comment
nobodyinperson [Tue, 13 May 2025 16:04:52 +0000 (16:04 +0000)]
Added a comment

14 months agoresponse
Joey Hess [Tue, 13 May 2025 15:14:28 +0000 (11:14 -0400)]
response

14 months agoresponse
Joey Hess [Tue, 13 May 2025 15:06:00 +0000 (11:06 -0400)]
response

14 months agoclose
Joey Hess [Tue, 13 May 2025 14:58:56 +0000 (10:58 -0400)]
close

14 months agoresponse
Joey Hess [Tue, 13 May 2025 14:57:30 +0000 (10:57 -0400)]
response

14 months agoresponse
Joey Hess [Tue, 13 May 2025 14:54:12 +0000 (10:54 -0400)]
response

14 months agocomment
Joey Hess [Tue, 13 May 2025 14:28:47 +0000 (10:28 -0400)]
comment

14 months agoIA S3 needs https now
Joey Hess [Tue, 13 May 2025 14:23:56 +0000 (10:23 -0400)]
IA S3 needs https now

14 months agocomment
Joey Hess [Tue, 13 May 2025 14:12:50 +0000 (10:12 -0400)]
comment

14 months agocomment
Joey Hess [Tue, 13 May 2025 14:09:07 +0000 (10:09 -0400)]
comment

14 months agoAdded a comment
jkniiv [Mon, 12 May 2025 20:02:48 +0000 (20:02 +0000)]
Added a comment

14 months agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Mon, 12 May 2025 18:43:10 +0000 (14:43 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

14 months agoadd cache for getNumMinCopiesAttr
Joey Hess [Mon, 12 May 2025 18:37:23 +0000 (14:37 -0400)]
add cache for getNumMinCopiesAttr

Optimises balanced=groupname:lackingcopies at the expense of a tiny
slowdown to lackingcopies=number and git-annex fsck and import.

Sponsored-by: k0ld
14 months agoimplement balanced=groupname:lackingcopies
Joey Hess [Mon, 12 May 2025 18:27:32 +0000 (14:27 -0400)]
implement balanced=groupname:lackingcopies

Preferred content now supports "balanced=groupname:lackingcopies" to make
files be evenly balanced amoung as many repositories as are needed to
satisfy numcopies.

This implementation could be optimised to only call limitCheckNumCopies
once per file. Currently, it is called in two different places. Or it may
be that it would be better to add a cache to getNumMinCopiesAttr.

It might also be worth implementing :approxlackingcopies, but I'm not sure
if that has a use case. The use case for this seems to be when different
files have different numcopies values.

Sponsored-by: Brock Spratlen
14 months agodecided not to change this
Joey Hess [Mon, 12 May 2025 16:13:08 +0000 (12:13 -0400)]
decided not to change this

15 months agoFirst post
pierreay [Sun, 11 May 2025 09:04:39 +0000 (09:04 +0000)]
First post

15 months agoAdded a comment: also noticed some assistant weirdness
nobodyinperson [Fri, 9 May 2025 07:45:02 +0000 (07:45 +0000)]
Added a comment: also noticed some assistant weirdness

15 months ago(no commit message)
nobodyinperson [Fri, 9 May 2025 03:23:51 +0000 (03:23 +0000)]

15 months agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Thu, 8 May 2025 19:01:14 +0000 (15:01 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

15 months agoset fileEncoding in streamLogFileUnsafe
Joey Hess [Thu, 8 May 2025 18:59:29 +0000 (14:59 -0400)]
set fileEncoding in streamLogFileUnsafe

Windows: Fix bug that can cause git status to show annexed files as
modified when built with OsPath.

This may also have caused bugs on non-Windows, with filenames with
non-ascii characters? Unsure.

The OsPath conversion makes this one of the last few places
(hopefully) where a String is read from a Handle. All other fileEncoding
uses have been eliminated before this point by converting to reading
ByteString and using OsPath. Doing that here would be a better fix,
performance wise.

Sponsored-by: Jack Hill
15 months agoassistant does not assist
yarikoptic [Thu, 8 May 2025 18:14:39 +0000 (18:14 +0000)]
assistant does not assist

15 months agoAdded a comment
yarikoptic [Thu, 8 May 2025 17:49:56 +0000 (17:49 +0000)]
Added a comment

15 months agocomment
Joey Hess [Thu, 8 May 2025 16:41:31 +0000 (12:41 -0400)]
comment

15 months agoAdded a comment
jkniiv [Tue, 6 May 2025 22:14:48 +0000 (22:14 +0000)]
Added a comment

15 months agoremoved
jkniiv [Tue, 6 May 2025 22:05:21 +0000 (22:05 +0000)]
removed

15 months agoAdded a comment
jkniiv [Tue, 6 May 2025 22:03:20 +0000 (22:03 +0000)]
Added a comment

15 months agoupdate
Joey Hess [Tue, 6 May 2025 15:54:06 +0000 (11:54 -0400)]
update

15 months agocomment
Joey Hess [Tue, 6 May 2025 15:29:47 +0000 (11:29 -0400)]
comment

15 months agocomment
Joey Hess [Tue, 6 May 2025 15:15:52 +0000 (11:15 -0400)]
comment

15 months agoAdded a comment: grepping the git-annex branch for remote activity
nobodyinperson [Tue, 6 May 2025 13:06:29 +0000 (13:06 +0000)]
Added a comment: grepping the git-annex branch for remote activity

15 months agoThoughs on a "recent remote activity" feature
nobodyinperson [Tue, 6 May 2025 12:23:22 +0000 (12:23 +0000)]
Thoughs on a "recent remote activity" feature

15 months agoAdded a comment
beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec [Tue, 6 May 2025 07:24:51 +0000 (07:24 +0000)]
Added a comment

15 months agoAdded a comment
jkniiv [Tue, 6 May 2025 00:14:04 +0000 (00:14 +0000)]
Added a comment

15 months agowhereused: Fix bug that could find matches from grafts in remote git-annex branches
Joey Hess [Mon, 5 May 2025 18:31:47 +0000 (14:31 -0400)]
whereused: Fix bug that could find matches from grafts in remote git-annex branches

git log with --remotes= needs the preceeding --exclude=*/git-annex in order
to not look at git-annex branches of remotes.

Sponsored-by: mycroft
15 months agocomment
Joey Hess [Mon, 5 May 2025 17:50:14 +0000 (13:50 -0400)]
comment

15 months agocomment
Joey Hess [Mon, 5 May 2025 17:41:45 +0000 (13:41 -0400)]
comment

15 months agoAdded a comment
beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec [Mon, 5 May 2025 11:14:00 +0000 (11:14 +0000)]
Added a comment

15 months ago(no commit message)
beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec [Mon, 5 May 2025 09:28:40 +0000 (09:28 +0000)]

15 months agoAdded a comment: Setup dirhash parameter for httpalso to avoid hammering server
Basile.Pinsard [Fri, 2 May 2025 17:53:54 +0000 (17:53 +0000)]
Added a comment: Setup dirhash parameter for httpalso to avoid hammering server

15 months agoAdded a comment: re: finding key in specific branches
kyle [Thu, 1 May 2025 03:51:27 +0000 (03:51 +0000)]
Added a comment: re: finding key in specific branches

15 months agoAdded a comment: Thank you for implementing
msz [Tue, 29 Apr 2025 17:00:36 +0000 (17:00 +0000)]
Added a comment: Thank you for implementing

15 months agoreport on OsPath code path having a small regression (on Windows at least)
jkniiv [Tue, 29 Apr 2025 14:13:31 +0000 (14:13 +0000)]
report on OsPath code path having a small regression (on Windows at least)

15 months ago(no commit message)
cznug [Mon, 28 Apr 2025 17:11:50 +0000 (17:11 +0000)]

15 months ago(no commit message)
beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec [Mon, 28 Apr 2025 08:06:49 +0000 (08:06 +0000)]

15 months ago(no commit message)
beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec [Mon, 28 Apr 2025 08:06:17 +0000 (08:06 +0000)]

15 months ago(no commit message)
jnkl [Mon, 28 Apr 2025 06:48:19 +0000 (06:48 +0000)]

15 months agoAdded a comment: "Buyer's remorse"
beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec [Mon, 28 Apr 2025 05:53:47 +0000 (05:53 +0000)]
Added a comment: "Buyer's remorse"

15 months agoAdded a comment: standalone builds apparently not deployed
nobodyinperson [Thu, 24 Apr 2025 15:23:47 +0000 (15:23 +0000)]
Added a comment: standalone builds apparently not deployed

15 months agoAdded a comment
Basile.Pinsard [Thu, 24 Apr 2025 14:27:33 +0000 (14:27 +0000)]
Added a comment

15 months agoAdded a comment: Disabling "synced" branches
matteo@4122eaeed50d58332e6ae9e6ba7237fe81294399 [Thu, 24 Apr 2025 02:34:59 +0000 (02:34 +0000)]
Added a comment: Disabling "synced" branches

15 months agomap: Avoid looping forever with mutually recursive paths between repositories accesse...
Joey Hess [Tue, 22 Apr 2025 19:45:11 +0000 (15:45 -0400)]
map: Avoid looping forever with mutually recursive paths between repositories accessed via ssh

Slightly unsatisfying to fix this in Git.Construct.localToUrl rather than
in Command.Map.absRepo, which is what map relies on to make repos always
use the same path form. But it was already constructing the url with the
path there, so that was the easiest place to add normalization.

Sponsored-by: Dartmouth College's OpenNeuro project
15 months agoreproduced loop
Joey Hess [Tue, 22 Apr 2025 19:34:38 +0000 (15:34 -0400)]
reproduced loop

15 months agomap: Fix buggy handling of remotes that are bare git repositories accessed via ssh
Joey Hess [Tue, 22 Apr 2025 19:08:49 +0000 (15:08 -0400)]
map: Fix buggy handling of remotes that are bare git repositories accessed via ssh

It was treating remote paths of a remote repo as if they were local paths,
and so trying to expand git directories and so forth on them. That led to
bad results, including a path like "foo.git" getting turned into
"foo.git.git"

Sponsored-by: Dartmouth College's OpenNeuro project
15 months agoremove unncessary comment
Joey Hess [Tue, 22 Apr 2025 18:03:51 +0000 (14:03 -0400)]
remove unncessary comment

15 months agocomment
Joey Hess [Tue, 22 Apr 2025 17:52:29 +0000 (13:52 -0400)]
comment

15 months agofix message
Joey Hess [Tue, 22 Apr 2025 17:36:54 +0000 (13:36 -0400)]
fix message

also dead code removal

15 months agocomment
Joey Hess [Mon, 21 Apr 2025 17:03:39 +0000 (13:03 -0400)]
comment

15 months agocomment
Joey Hess [Mon, 21 Apr 2025 16:57:36 +0000 (12:57 -0400)]
comment

15 months agofix close
Joey Hess [Mon, 21 Apr 2025 16:10:17 +0000 (12:10 -0400)]
fix close

15 months agoupdate
Joey Hess [Mon, 21 Apr 2025 16:08:03 +0000 (12:08 -0400)]
update

15 months agocomment
Joey Hess [Mon, 21 Apr 2025 15:55:21 +0000 (11:55 -0400)]
comment

15 months agoAdded a comment: Fetch from good repo to fix uuid.log issue
liam [Sun, 20 Apr 2025 12:32:32 +0000 (12:32 +0000)]
Added a comment: Fetch from good repo to fix uuid.log issue

15 months agoAdded a comment: Repairing repositories on MacOS
liam [Sun, 20 Apr 2025 02:49:48 +0000 (02:49 +0000)]
Added a comment: Repairing repositories on MacOS

15 months agoAdded a comment: Corruption? invalid object for uuid.log
liam [Sun, 20 Apr 2025 02:32:45 +0000 (02:32 +0000)]
Added a comment: Corruption? invalid object for uuid.log

15 months agoAdded a comment: Better error message
puck [Sun, 20 Apr 2025 01:52:45 +0000 (01:52 +0000)]
Added a comment: Better error message

15 months agoadd news item for git-annex 10.20250416
Joey Hess [Wed, 16 Apr 2025 17:34:57 +0000 (13:34 -0400)]
add news item for git-annex 10.20250416

15 months agoreleasing package git-annex version 10.20250416
Joey Hess [Wed, 16 Apr 2025 17:34:49 +0000 (13:34 -0400)]
releasing package git-annex version 10.20250416

15 months agohttps://github.com/pulsejet/ownly/issues/49
kxra@ae0f8ab3caa4ebebe6b1a121dd41b6751182360e [Wed, 16 Apr 2025 13:17:06 +0000 (13:17 +0000)]
https://github.com/pulsejet/ownly/issues/49

15 months agoAdded a comment
kxra@ae0f8ab3caa4ebebe6b1a121dd41b6751182360e [Tue, 15 Apr 2025 21:23:58 +0000 (21:23 +0000)]
Added a comment

15 months agohttp://www.lists.cs.ucla.edu/pipermail/ndn-interest/2025-April/003065.html
kxra@ae0f8ab3caa4ebebe6b1a121dd41b6751182360e [Tue, 15 Apr 2025 21:23:33 +0000 (21:23 +0000)]
lists.cs.ucla.edu/pipermail/ndn-interest/2025-April/003065.html

15 months agoAdded a comment: yt-dlp did not put any media in its work directory
alex@5879ea369269daf3c1bd734246d83dd55d12f2da [Tue, 15 Apr 2025 14:15:37 +0000 (14:15 +0000)]
Added a comment: yt-dlp did not put any media in its work directory

15 months agoprep for release tomorrow
Joey Hess [Tue, 15 Apr 2025 13:53:58 +0000 (09:53 -0400)]
prep for release tomorrow

15 months agocomment, delink, close as dup
Joey Hess [Tue, 15 Apr 2025 13:48:16 +0000 (09:48 -0400)]
comment, delink, close as dup

15 months agohttps://github.com/named-data-mobile/ndn-photo-app/issues/186
Kyra [Sat, 12 Apr 2025 19:01:38 +0000 (19:01 +0000)]
https://github.com/named-data-mobile/ndn-photo-app/issues/186

15 months agohttps://github.com/JonnyKong/GitSync/issues/2
Kyra [Sat, 12 Apr 2025 18:56:32 +0000 (18:56 +0000)]
https://github.com/JonnyKong/GitSync/issues/2

16 months agocomment
Joey Hess [Fri, 11 Apr 2025 17:25:41 +0000 (13:25 -0400)]
comment

16 months agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Fri, 11 Apr 2025 17:22:41 +0000 (13:22 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

16 months agodone
Joey Hess [Fri, 11 Apr 2025 17:22:20 +0000 (13:22 -0400)]
done

16 months agoMerge branch 'master' into maskremote
Joey Hess [Fri, 11 Apr 2025 17:19:19 +0000 (13:19 -0400)]
Merge branch 'master' into maskremote

16 months agofixes for enabling and autoenabling mask special remotes
Joey Hess [Fri, 11 Apr 2025 17:11:21 +0000 (13:11 -0400)]
fixes for enabling and autoenabling mask special remotes

16 months agoavoid cycles
Joey Hess [Fri, 11 Apr 2025 16:49:32 +0000 (12:49 -0400)]
avoid cycles

16 months agodoes not support export or import
Joey Hess [Fri, 11 Apr 2025 16:42:49 +0000 (12:42 -0400)]
does not support export or import

16 months agomask special remote working
Joey Hess [Fri, 11 Apr 2025 15:17:24 +0000 (11:17 -0400)]
mask special remote working

Still needs some handling of edge cases, cycles, etc.

16 months agoimprove comment
Joey Hess [Fri, 11 Apr 2025 15:17:09 +0000 (11:17 -0400)]
improve comment

16 months ago(no commit message)
tomdhunt [Thu, 10 Apr 2025 20:37:48 +0000 (20:37 +0000)]

16 months agoAdded a comment
tomdhunt [Thu, 10 Apr 2025 20:25:30 +0000 (20:25 +0000)]
Added a comment

16 months agomask remotes, partial implementation
Joey Hess [Thu, 10 Apr 2025 17:10:07 +0000 (13:10 -0400)]
mask remotes, partial implementation

Everything implemented except for passing through to the masked remote.
Which should be trivial.

16 months agoAdded a comment
msz [Thu, 10 Apr 2025 16:56:50 +0000 (16:56 +0000)]
Added a comment

16 months agopage for mask remotes
Joey Hess [Wed, 9 Apr 2025 17:53:54 +0000 (13:53 -0400)]
page for mask remotes

documentation only so far

16 months agoupdate
Joey Hess [Wed, 9 Apr 2025 17:42:19 +0000 (13:42 -0400)]
update

16 months agosort special remote type list
Joey Hess [Wed, 9 Apr 2025 17:26:22 +0000 (13:26 -0400)]
sort special remote type list

16 months agocomment
Joey Hess [Wed, 9 Apr 2025 16:05:29 +0000 (12:05 -0400)]
comment

16 months agocomment and close
Joey Hess [Wed, 9 Apr 2025 15:13:49 +0000 (11:13 -0400)]
comment and close

16 months agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Wed, 9 Apr 2025 15:10:30 +0000 (11:10 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

16 months agoSpoke with mih and he said this could be useful in the project context
matrss [Tue, 8 Apr 2025 11:26:29 +0000 (11:26 +0000)]
Spoke with mih and he said this could be useful in the project context

16 months agoAdded a comment
msz [Mon, 7 Apr 2025 17:06:15 +0000 (17:06 +0000)]
Added a comment

16 months agoAdded a comment: you're cool
yannick [Mon, 7 Apr 2025 11:13:44 +0000 (11:13 +0000)]
Added a comment: you're cool