Joey Hess
5882fc28d7
forgot to add this comment earlier
2024-12-02 12:34:08 -04:00
zoran.bosnjak@683708e9d46ca9d9fa8957bd513e6648cbcbf421
72e512329f
2024-12-01 10:37:17 +00:00
psxvoid
7502105629
Added a comment: thanks and the followup
2024-11-27 09:08:32 +00:00
ljc
da2d74a18a
2024-11-27 07:31:13 +00:00
Joey Hess
aa2d543930
comment
2024-11-25 12:32:09 -04:00
Joey Hess
2917caaba3
Merge branch 'master' of ssh://git-annex.branchable.com
2024-11-25 12:16:32 -04:00
Joey Hess
8663c72f1e
git-remote-annex: Fix buggy behavior when annex.stalldetection is configured
...
Make programPath never return "git-remote-annex" or other known multi-call
program names, which are not git-annex and won't behave like it.
If the git-annex binary gets installed under some entirely other name,
it will still return it.
This change exposed that readProgramFile actually could crash,
which happened before only if getExecutablePath was not absolute
and there was no ~/.config/git-annex/program. So fixed that to catch
exception.
2024-11-25 12:14:52 -04:00
Joey Hess
2fc76ef062
comment
2024-11-25 11:33:38 -04:00
Joey Hess
12cb5f4d4f
analysis
2024-11-25 11:31:20 -04:00
aaron
372852875f
Added a comment: Overriding git folder
2024-11-25 02:55:25 +00:00
kyle
6514040b0a
Added a comment: re: How to get a list of all NOT unused files
2024-11-25 02:23:25 +00:00
aaron
edacdcc30d
2024-11-25 01:07:20 +00:00
aaron
0e04031208
2024-11-25 01:06:54 +00:00
aaron
9a96925e29
2024-11-25 01:05:32 +00:00
aaron
f429361831
2024-11-25 01:02:53 +00:00
aaron
9934d210ea
2024-11-25 00:56:41 +00:00
aaron
59c555584d
2024-11-25 00:56:17 +00:00
aaron
5f1aa51272
2024-11-25 00:55:07 +00:00
Joey Hess
a2e6d99deb
show remote name when failing
...
to help debug strange git behavior on some daily builds
2024-11-21 15:55:32 -04:00
Joey Hess
f5e1a7f4e4
comment
2024-11-21 15:21:08 -04:00
Joey Hess
757f93203a
Merge branch 'p2phttp-multi'
2024-11-21 15:16:06 -04:00
Joey Hess
9f84dd82da
p2phttp --directory implementation
...
Untested, but it compiles, so.
Known problems:
* --jobs is not available to startIO
* Does not notice when new repositories are added to a directory.
* Does not notice when repositories are removed from a directory.
2024-11-21 14:02:58 -04:00
Joey Hess
6f49f17f22
in test suite display error from git push that fails to exit nonzero
2024-11-20 15:12:23 -04:00
Joey Hess
e6a4ab5224
Merge branch 'master' of ssh://git-annex.branchable.com
2024-11-20 13:41:40 -04:00
Joey Hess
41672b01bb
comment
2024-11-20 13:41:34 -04:00
Joey Hess
d7ed99a55f
document p2phttp --directory
...
The option is not implemented yet.
2024-11-20 13:40:38 -04:00
yarikoptic
4a47e6ec8e
Added a comment
2024-11-20 00:22:44 +00:00
Joey Hess
b8a717a617
reuse http url password for p2phttp url when on same host
...
When remote.name.annexUrl is an annex+http(s) url, that uses the same
hostname as remote.name.url, which is itself a http(s) url, they are
assumed to share a username and password.
This avoids unnecessary duplicate password prompts.
2024-11-19 15:27:26 -04:00
Joey Hess
3510072883
update
2024-11-19 14:42:50 -04:00
Joey Hess
aaba82f3c8
comments
2024-11-19 14:26:47 -04:00
Joey Hess
6489342b71
tag INM7
2024-11-19 14:12:11 -04:00
Joey Hess
440b908732
comment
2024-11-19 13:12:43 -04:00
Joey Hess
73950a6a0c
split git-remote-annex test
2024-11-19 12:54:23 -04:00
Joey Hess
6b92e143cc
retitle OSX bug
2024-11-19 12:46:01 -04:00
Joey Hess
df29f29e0d
git-remote-annex: Fix cloning from a special remote on a crippled filesystem
...
Not initializing and so deleting the bundles only causes a little more work
on the first git fetch.
2024-11-19 12:43:51 -04:00
yarikoptic
10d7091404
initial report on failing tests
2024-11-18 13:55:55 +00:00
Joey Hess
b7c55bd451
update
2024-11-15 16:36:43 -04:00
Joey Hess
fbf3a60366
close
2024-11-15 15:34:03 -04:00
Joey Hess
4142f7227c
comments
2024-11-15 15:31:49 -04:00
Joey Hess
eb714c107b
use 20% less memory when listing unversioned S3 bucket
2024-11-15 13:24:13 -04:00
lell
43a4adda6e
2024-11-15 09:27:28 +00:00
lell
35105a79ed
2024-11-15 09:26:56 +00:00
lell
505f1a7cd9
2024-11-15 09:25:32 +00:00
matrss
6b3920b168
Added a comment
2024-11-15 08:54:07 +00:00
lell
18d1c565be
2024-11-15 08:44:55 +00:00
Joey Hess
cea3dd500a
fixed
2024-11-14 16:16:56 -04:00
Joey Hess
b9b3e1257d
comments
2024-11-14 15:27:00 -04:00
Joey Hess
f724ff0388
comment
2024-11-14 14:20:05 -04:00
Joey Hess
c8ff4a1152
close
2024-11-14 13:55:55 -04:00
Joey Hess
1e17d0ee34
Merge branch 'checkbucketversioning'
2024-11-14 13:52:19 -04:00