Commit graph

46680 commits

Author SHA1 Message Date
Yann Büchau
90fae13be1
make it a clickable url 2025-05-21 16:08:32 +02:00
nobodyinperson
4ccc25fa02 Added a comment: Maybe the new sizebalanced= feature? 2025-05-21 14:04:51 +00:00
stv0g
d807c6d357 2025-05-21 11:40:12 +00:00
nobodyinperson
3f75eec782 Added a comment: Valid reasons to retire the webapp, how about 2025-05-21 08:22:28 +00:00
Joey Hess
877603bcbb
Merge branch 'master' of ssh://git-annex.branchable.com 2025-05-20 16:01:45 -04:00
Joey Hess
650d54a216
todo 2025-05-20 16:01:36 -04:00
yarikoptic
2f37684791 Added a comment 2025-05-20 15:00:07 +00:00
Joey Hess
f96d20bd71
add news item for git-annex 10.20250520 2025-05-20 10:30:14 -04:00
Joey Hess
a01e0b1b71
releasing package git-annex version 10.20250520 2025-05-20 10:30:08 -04:00
Joey Hess
1573663663
close 2025-05-20 10:22:53 -04:00
Joey Hess
f3ae78734f
close 2025-05-20 10:16:34 -04:00
Joey Hess
b19839818a
close 2025-05-20 10:10:14 -04:00
Joey Hess
286a681b57
remove dangling where 2025-05-20 09:37:33 -04:00
mak
6227314e77 Added a comment: git-annex and starship 2025-05-20 04:06:38 +00:00
cznug
d3fe648919 Added a comment 2025-05-16 08:29:33 +00:00
jcjgraf
aa880b4585 2025-05-15 06:24:00 +00:00
liam
e42ed79c46 Added a comment: How to mitigate not finding git-annex-shell on MacOS remote? 2025-05-15 02:35:31 +00:00
liam
25cf48b246 Added a comment: How to mitigate not finding git-annex-shell on MacOS remote? 2025-05-15 02:08:58 +00:00
liam
be92268e0a Added a comment: How to install man pages for git-annex? 2025-05-15 01:10:49 +00:00
Joey Hess
3e079baff4
response 2025-05-14 14:22:35 -04:00
Joey Hess
241d9a7cb8
comment 2025-05-14 14:04:18 -04:00
Joey Hess
45e356bf64
comment 2025-05-14 13:48:59 -04:00
Joey Hess
59c729a4b6
response 2025-05-14 13:29:31 -04:00
Joey Hess
0646eabc17
comment 2025-05-14 13:25:24 -04:00
Joey Hess
39ee50d22c
comment 2025-05-14 13:02:53 -04:00
Joey Hess
2ff40dbd64
Merge branch 'master' of ssh://git-annex.branchable.com 2025-05-14 12:42:39 -04:00
Joey Hess
0ab6772ff9
response 2025-05-14 12:42:20 -04:00
liam
58b77d00df Added a comment: Why is the default HMACSHA1 for shared encryption? 2025-05-14 16:04:11 +00:00
nobodyinperson
3cc607d56d Added a comment 2025-05-13 16:04:52 +00:00
Joey Hess
e166a06323
response 2025-05-13 11:14:28 -04:00
Joey Hess
037968c6a3
response 2025-05-13 11:06:00 -04:00
Joey Hess
0ebc1f4666
close 2025-05-13 10:58:56 -04:00
Joey Hess
081735b967
response 2025-05-13 10:57:30 -04:00
Joey Hess
8607bc6903
response 2025-05-13 10:54:12 -04:00
Joey Hess
ddb1883a18
comment 2025-05-13 10:28:47 -04:00
Joey Hess
009bd22ab4
IA S3 needs https now 2025-05-13 10:23:56 -04:00
Joey Hess
ef96645435
comment 2025-05-13 10:12:50 -04:00
Joey Hess
f14a4bd4cf
comment 2025-05-13 10:09:07 -04:00
jkniiv
55fcfae785 Added a comment 2025-05-12 20:02:48 +00:00
Joey Hess
37ff050368
Merge branch 'master' of ssh://git-annex.branchable.com 2025-05-12 14:43:10 -04:00
Joey Hess
88a09a7c05
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
2025-05-12 14:37:23 -04:00
Joey Hess
1435f6ff82
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
2025-05-12 14:27:32 -04:00
Joey Hess
a9eca1b568
decided not to change this 2025-05-12 12:13:08 -04:00
pierreay
0b98d3b019 First post 2025-05-11 09:04:39 +00:00
nobodyinperson
768250272d Added a comment: also noticed some assistant weirdness 2025-05-09 07:45:02 +00:00
nobodyinperson
19e022057d 2025-05-09 03:23:51 +00:00
Joey Hess
97203e525b
Merge branch 'master' of ssh://git-annex.branchable.com 2025-05-08 15:01:14 -04:00
Joey Hess
de7dae06cf
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
2025-05-08 14:59:42 -04:00
yarikoptic
2b3f462c41 assistant does not assist 2025-05-08 18:14:39 +00:00
yarikoptic
7e5ae5b79a Added a comment 2025-05-08 17:49:56 +00:00