Joey Hess
9f1765b32a
Merge branch 'master' of ssh://git-annex.branchable.com
2022-06-09 13:18:10 -04:00
yarikoptic
1a2bff370d
initial report on difficulty with 0 length file
2022-06-09 17:17:56 +00:00
Joey Hess
14584e7a38
initremote type=git probe uuid
...
rather than matching path of an existing remote to find the uuid.
The main benefit of this is that locations not using ssh:// will work
now, including both paths and host:/path
The other benefit is that it's a simpler interface, no need to have an
existing remote with the same url and some other name. Although that
will still work of course.
This does rely on tryGitConfigRead working when given a Git.Repo that is
not a remote. Luckily, it works fine that way.
Also, tryGitConfigRead will auto-init a local repo that has a git-annex
branch. I did not enable auto-init of ssh repos though.
The uuid discovery actually happens twice; initremote discovers it,
and uses it to store the special remote config, but does not set it in the
git remote it creates. So the next run of git-annex does uuid discovery
again, and caches it that time. This could be improved for a tiny
speedup, but I didn't want to complicate things for that in this
commit.
Sponsored-by: Dartmouth College's DANDI project
2022-06-09 13:16:50 -04:00
Joey Hess
2f509e529e
bug report
2022-06-09 13:16:39 -04:00
mih
2d4126e742
2022-06-09 11:43:47 +00:00
jkniiv
4d3178b8ea
Added a comment
2022-06-09 02:32:19 +00:00
Joey Hess
5b7a5eedb6
analysis
2022-06-08 15:44:28 -04:00
Joey Hess
676d46032a
comment
2022-06-08 12:54:28 -04:00
yarikoptic
7ecb4a34cc
initial whining about type=git initremote
2022-06-08 15:42:58 +00:00
yarikoptic
bbf7459fe1
initial report on addurls issue
2022-06-08 14:05:56 +00:00
Atemu
9cf6feb46d
Added a comment
2022-06-07 12:07:30 +00:00
yarikoptic
e796080f32
Added a comment
2022-06-06 17:22:41 +00:00
Joey Hess
21cf33a881
comment
2022-06-06 12:37:40 -04:00
Joey Hess
a57ad1e226
comment
2022-06-06 12:19:28 -04:00
Joey Hess
331c97df88
fix MVar deadlock when sqlite commit fails
...
The database queue was left empty, which caused subsequent calls to
flushDbQueue to deadlock.
Sponsored-by: Dartmouth College's Datalad project
2022-06-06 12:16:55 -04:00
yarikoptic
79446f47c5
Added a comment
2022-06-06 14:50:16 +00:00
yarikoptic
89034adc44
Added a comment
2022-06-06 14:00:05 +00:00
Atemu
4bf7962259
Added a comment
2022-06-05 12:55:04 +00:00
Joey Hess
09edb07ac5
add debugLocks around database operations
...
to track down a blocked indefinitely on MVar that seems to occur after
sqlite throws ErrorBusy but that I have not been able to reproduce when
I made commits synthetically throw ErrorBusy.
Sponsored-by: Dartmouth College's Datalad project
2022-06-03 14:16:28 -04:00
Joey Hess
b381846fcb
Merge branch 'master' of ssh://git-annex.branchable.com
2022-06-03 14:01:19 -04:00
Joey Hess
8842488bd8
close
2022-06-03 14:00:48 -04:00
yarikoptic
cbd82f768e
Added a comment
2022-06-03 16:42:39 +00:00
yarikoptic
f9a7eb2f49
Added a comment
2022-06-03 01:40:17 +00:00
yarikoptic
4a10d8382b
Added a comment: still reports about invalid option but doesn't fail
2022-06-03 01:36:39 +00:00
yarikoptic
5f0df3de7e
Added a comment: defending BTRFS
2022-06-02 18:43:02 +00:00
Joey Hess
3aac19a169
ping
2022-06-02 12:24:03 -04:00
Joey Hess
7d0acce3c1
comment
2022-06-02 12:22:07 -04:00
Joey Hess
b382b12837
close as hopefully fixed
...
did not have a good way to reproduce this, but I had a good theory about
a cause and fix..
2022-06-02 12:07:01 -04:00
Joey Hess
fe2f39abbb
close as already fixed
2022-06-02 11:59:26 -04:00
Joey Hess
9750deafe7
comment
2022-06-02 11:57:24 -04:00
Joey Hess
cac752d720
comment
2022-06-01 13:16:56 -04:00
yarikoptic
6eda6ef042
Added a comment
2022-06-01 13:49:05 +00:00
oliv5
943e1160fb
Added a comment
2022-06-01 11:16:35 +00:00
oliv5
fec94b21f3
removed
2022-06-01 11:13:43 +00:00
oliv5
5cb21022e2
Added a comment
2022-06-01 10:53:22 +00:00
Lukey
f0dcf17989
Added a comment
2022-06-01 05:27:22 +00:00
web+git-annex@349c5d90cbeb85be6151d508cf84e7b83aa2280e
f37259b968
2022-06-01 04:34:53 +00:00
web+git-annex@349c5d90cbeb85be6151d508cf84e7b83aa2280e
4acf605b61
2022-06-01 00:46:53 +00:00
yarikoptic
75fec2433e
Added a comment
2022-05-31 19:17:05 +00:00
yarikoptic
ffa1e0246d
Added a comment
2022-05-31 19:07:59 +00:00
Joey Hess
b44b1b4288
comment
2022-05-31 13:32:27 -04:00
Joey Hess
6f9f776661
moreinfo
2022-05-31 13:12:08 -04:00
Joey Hess
2cc1412c35
comment
2022-05-31 13:11:52 -04:00
Joey Hess
652e0d9f94
comment
2022-05-31 12:58:44 -04:00
git-starter@0b262dcdff7a8b29fd90d62290a37dda74630e69
99e75c40de
2022-05-31 09:39:22 +00:00
git-starter@0b262dcdff7a8b29fd90d62290a37dda74630e69
3c04b760ea
2022-05-31 09:38:43 +00:00
git-starter@0b262dcdff7a8b29fd90d62290a37dda74630e69
856e644b4e
2022-05-31 09:32:11 +00:00
7thyearold@339ab97e59cee5c85e14df94a5059f251a143e65
646ce54976
Added a comment
2022-05-30 09:52:11 +00:00
7thyearold@339ab97e59cee5c85e14df94a5059f251a143e65
a596e655da
2022-05-30 09:51:11 +00:00
yarikoptic
f69c6a3606
Added a comment: another/different? stall
2022-05-26 14:31:33 +00:00