Joey Hess
d7a28f21c9
assistant: Avoid startup hang on active *.lock file
...
Avoid hanging at startup when a process has a *.lock file open in the .git
directory.
The goal is to repair stale locks, not wait for all active locks to be
closed. This was causing problems for a non-git process that has its own
lock file in a subdir of .git/.
If .git/index_lock is a non-stale lock, this does let the assistant start
up regardless. Commits by the assistant will then fail, until the process
locking the index finishes. This is not a problem, because the same
behavior could already happen if the assistant is started and then another
process locks the index.
Sponsored-by: the NIH-funded NICEMAN (ReproNim TR&D3) project
2025-05-22 12:56:58 -04:00
http://tokariew.id.fedoraproject.org/
47cf23785e
2025-05-22 12:39:35 +00:00
stv0g
ba0706c588
Added a comment
2025-05-21 23:40:28 +00:00
Joey Hess
42be663b9b
comment
2025-05-21 14:22:35 -04:00
Joey Hess
0550974185
comment
2025-05-21 14:14:37 -04:00
Joey Hess
1c270d3251
comment
2025-05-21 13:05:06 -04:00
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