anamyk
d4aa2dfb94
Added a comment
2022-03-08 07:49:38 +00:00
yarikoptic
875a04e1e2
Added a comment: still slow
2022-03-08 00:28:00 +00:00
git-annex.visiteur@e9d364191d2ffc1b163c8d9e4c57dbadf58aad8e
041cea21ba
Added a comment
2022-03-07 19:59:18 +00:00
Joey Hess
cd473f071c
comment
2022-03-07 15:30:16 -04:00
Joey Hess
434812bcfb
Merge branch 'master' of ssh://git-annex.branchable.com
2022-03-07 15:25:57 -04:00
Joey Hess
1cbbd23109
comment
2022-03-07 15:25:32 -04:00
git-annex.visiteur@e9d364191d2ffc1b163c8d9e4c57dbadf58aad8e
85eb26e746
Added a comment
2022-03-07 19:22:54 +00:00
Joey Hess
5fb98d5f29
Merge branch 'master' of ssh://git-annex.branchable.com
2022-03-07 15:20:00 -04:00
Joey Hess
06c2f625a9
comment
2022-03-07 15:18:30 -04:00
tomdhunt
0127e5f4e4
Added a comment
2022-03-07 18:27:38 +00:00
Joey Hess
da698437b6
close
2022-03-07 14:12:11 -04:00
Joey Hess
dab9078ab7
close
2022-03-07 13:23:19 -04:00
Joey Hess
675a491632
document nix-on-droid as an alternative to termux
...
Sponsored-by: Graham Spencer on Patreon
2022-03-07 12:57:16 -04:00
Joey Hess
5154d15183
comment
2022-03-07 12:11:18 -04:00
Joey Hess
5804ea67a6
comment; close
2022-03-07 12:03:11 -04:00
Joey Hess
568c469e7f
Merge branch 'master' of ssh://git-annex.branchable.com
2022-03-07 12:00:14 -04:00
nowkixide
6a45d7e5d0
Added a comment: Works fine
2022-03-07 12:07:54 +00:00
git-annex.visiteur@e9d364191d2ffc1b163c8d9e4c57dbadf58aad8e
ce523f7561
Added a comment
2022-03-06 14:37:42 +00:00
git-annex.visiteur@e9d364191d2ffc1b163c8d9e4c57dbadf58aad8e
6050b839f4
2022-03-06 06:46:01 +00:00
Atemu
54a43f68ed
Added a comment
2022-03-05 21:46:23 +00:00
Atemu
1304660e06
Added a comment
2022-03-05 18:47:10 +00:00
Joey Hess
b93e282163
update
2022-03-05 10:22:39 -04:00
Atemu
801673a390
Added a comment
2022-03-04 20:27:31 +00:00
mih
fa5a001ef6
Added a comment: Thanks!
2022-03-04 16:23:16 +00:00
Atemu
e879487dca
Added a comment
2022-03-04 14:44:29 +00:00
Atemu
c0164c4750
Added a comment
2022-03-04 14:16:54 +00:00
Atemu
ffc17b0b49
rename bugs/git-annex_is_slow_at_reading_files.mdwn to bugs/git-annex_is_slow_at_reading_file_content.mdwn
2022-03-03 08:40:47 +00:00
Joey Hess
55f71b0ebd
Merge branch 'master' of ssh://git-annex.branchable.com
2022-03-02 10:57:41 -04:00
Joey Hess
5e385cb637
add
2022-03-02 10:44:49 -04:00
Atemu
2998c33fcb
2022-03-02 13:18:42 +00:00
Atemu
6d768a8268
2022-03-02 13:16:36 +00:00
Atemu
a7c5913d42
2022-03-02 13:15:26 +00:00
anamyk
de0c6f08c6
Added a comment
2022-03-01 22:52:51 +00:00
Joey Hess
2fc46e1871
git-annex test from standalone speedup
...
Avoid git-annex test being very slow when run from within the standalone
linux tarball or OSX app.
It may not really be necessary to add to PATH the directory where the
git-annex binary resides, but it can't hurt. Most places where the test
suite or git-annex run git-annex, they use programPath, so won't need
a modified PATH. But I'm not sure if that's always the case.
Sponsored-by: Dartmouth College's Datalad project
2022-03-01 16:08:55 -04:00
Joey Hess
ecf7c29107
update comment
2022-03-01 15:57:13 -04:00
Joey Hess
316a049e96
comment
2022-03-01 15:50:44 -04:00
yarikoptic
ca5834a18c
Added a comment: question about backend
2022-02-28 22:42:34 +00:00
yarikoptic
9e6e53af71
initial report on a very slow git annex test on discovery
2022-02-28 20:50:06 +00:00
Joey Hess
525218ef86
commet
2022-02-28 15:42:33 -04:00
yarikoptic
a33b40876d
Added a comment
2022-02-28 18:48:51 +00:00
anamyk
2fa5ef6a36
Added a comment
2022-02-28 18:13:29 +00:00
Joey Hess
7a4a1322f5
update
2022-02-28 13:37:05 -04:00
Joey Hess
20875bd5e8
open related todo
2022-02-28 13:26:43 -04:00
Joey Hess
3d433d76a3
remove 127/128 exit status mention
...
I cannot find any indication that git-annex uses these exit statuses,
and I see I didn't write this doc so I don't know where those numbers
came from. Odd.
2022-02-28 13:26:26 -04:00
Joey Hess
693fec0066
mention --size-limit effect on exit status
...
Documented elsewhere already.
2022-02-28 13:22:05 -04:00
Joey Hess
ce91f10132
fix annex.skipunknown false error propagation
...
Propagate nonzero exit status from git ls-files when a specified file does
not exist, or a specified directory does not contain any files checked into
git.
The recent completion of the annex.skipunknown transition exposed this
bug, that has unfortunately been lurking all along.
It is also possible that git ls-files errors out for some other reason
-- perhaps a permission problem -- and this will also fix error propagation
in such situations.
Sponsored-by: Dartmouth College's Datalad project
2022-02-28 12:54:56 -04:00
Joey Hess
a6857ddb79
comment
2022-02-28 12:15:08 -04:00
Joey Hess
f7575e87a0
news
2022-02-28 12:10:50 -04:00
Joey Hess
fb03e38c1a
comment
2022-02-28 12:10:19 -04:00
yarikoptic
5d7b0b6291
initial report on changed (and non-conformant) behavior of annex find
2022-02-25 20:53:25 +00:00