Joey Hess
b04435ea27
Merge branch 'master' of ssh://git-annex.branchable.com
2022-07-18 14:45:23 -04:00
Joey Hess
efee53f433
comments
2022-07-18 14:45:03 -04:00
Ilya_Shlyakhter
1155bbb3db
added suggestion to record ETags in URL- keys
2022-07-18 16:43:28 +00:00
g@aaed65f19d6c3a2a18c33da828e66c7bb915e65a
14e8b42c77
removed duplicated content
2022-07-18 16:42:10 +00:00
g@aaed65f19d6c3a2a18c33da828e66c7bb915e65a
f8d454b493
Add new bug "creating failure getting/copying on git-lfs remote (gcrypt)"
2022-07-18 16:18:42 +00:00
g@aaed65f19d6c3a2a18c33da828e66c7bb915e65a
36dd9c124f
Add new bug "creating failure getting/copying on git-lfs remote (gcrypt)"
2022-07-18 16:17:33 +00:00
Ilya_Shlyakhter
0b3f1adf32
Added a comment: checksums and addurl --fast
2022-07-18 16:01:41 +00:00
cehteh
aff50de9c5
Added a comment
2022-07-18 13:19:44 +00:00
oliv5
dd8a3f2d21
Added a comment
2022-07-17 20:41:51 +00:00
Atemu
2f09ebaf4d
2022-07-17 13:49:11 +00:00
Atemu
4a78214bde
2022-07-17 13:17:22 +00:00
Lukey
5a38f32207
Added a comment
2022-07-17 09:33:04 +00:00
tomdhunt
aa3ef581c6
Added a comment: Hashes for files added via addurl
2022-07-16 20:12:20 +00:00
dwhitman44@5e9829794550d547215bc1a5a197bde8e0c2d741
4f055f2bc6
2022-07-16 17:03:03 +00:00
yarikoptic
eee1169ad5
Added a comment
2022-07-15 19:33:50 +00:00
Joey Hess
ee8acd5b5d
Merge branch 'master' of ssh://git-annex.branchable.com
2022-07-15 15:07:05 -04:00
Joey Hess
8bc9381d8d
design work
2022-07-15 15:06:40 -04:00
Joey Hess
a2b1f369d1
disable journalIgnorable in enableInteractiveBranchAccess
...
Fix a reversion that prevented --batch commands (and the assistant)
from noticing data written to the journal by other commands.
I have not identified which commit broke this for sure,
but probably it was aeca7c2207
--batch commands that wrote to the journal avoided the problem since
journalIgnorable sets unset on write. It's a little bit surprising that
nobody noticed that query --batch commands did not see data written by
other commands.
Sponsored-by: Dartmouth College's DANDI project
2022-07-15 13:48:41 -04:00
nick.guenther@e418ed3c763dff37995c2ed5da4232a7c6cee0a9
4f66f036e6
2022-07-15 16:26:18 +00:00
nick.guenther@e418ed3c763dff37995c2ed5da4232a7c6cee0a9
bfcdf8374b
Added a comment
2022-07-15 15:55:38 +00:00
Joey Hess
dc2de5784a
comment
2022-07-15 11:14:13 -04:00
Joey Hess
7c8c5ffe8e
Merge branch 'master' of ssh://git-annex.branchable.com
2022-07-15 11:10:44 -04:00
Joey Hess
f561602484
comment
2022-07-15 11:10:40 -04:00
oliv5
8c4ac8e63c
2022-07-15 06:33:25 +00:00
jkniiv
c2cdf0f61f
Added a comment
2022-07-14 20:32:06 +00:00
Joey Hess
94b50c61b3
comment
2022-07-14 16:09:48 -04:00
yarikoptic
f2c30bcb07
Added a comment
2022-07-14 19:42:58 +00:00
Joey Hess
2e57da226c
comments
2022-07-14 15:08:01 -04:00
Joey Hess
c3df38dd15
comment
2022-07-14 13:54:50 -04:00
Joey Hess
78da3e2783
close
2022-07-14 13:53:32 -04:00
Joey Hess
557542d621
comment
2022-07-14 13:51:59 -04:00
yarikoptic
06981c6c5a
Added a comment
2022-07-14 17:00:40 +00:00
yarikoptic
3c948423a9
Added a comment
2022-07-14 16:50:15 +00:00
Joey Hess
ad467791c1
optimise journal writes to not mkdir journal directory when it already exists
...
Sponsored-by: Dartmouth College's DANDI project
2022-07-14 12:29:39 -04:00
Joey Hess
5e407304a2
comment with a question
2022-07-14 12:13:28 -04:00
yarikoptic
c4cca7e6c6
initial request for more efficient registerurl
2022-07-14 13:40:16 +00:00
yarikoptic
ba3c48a9e3
Added a comment
2022-07-13 22:05:46 +00:00
Joey Hess
50c2cac7e7
adb: Added configuration setting oldandroid=true
...
To avoid using find -printf, which was first supported in Android around
2019-2020.
Probing seems too fragile, and execing stat once per file is too slow to do
when there's a faster way available, which brought me to an option...
Sponsored-by: Brett Eisenberg on Patreon
2022-07-13 18:00:47 -04:00
Joey Hess
6c7550ba62
comment
2022-07-13 17:27:30 -04:00
Joey Hess
f358805fc2
comment
2022-07-13 17:26:10 -04:00
Joey Hess
58d163cfc0
Merge branch 'master' of ssh://git-annex.branchable.com
2022-07-13 17:17:44 -04:00
Joey Hess
fbc3c223a6
filter-process: Fix protocol for empty files
...
This caused git to complain that filter-process failed and kill it with
signal 15. Because it wrote an extra flushPkt for an empty file, which
git did not expect, and so git saw an unexpected response to the next
request.
Luckily, filter-process is only used by default in v9 and up, and v8 is
still the default. Also, git had to be updating an empty file, followed
by another file, which is a fairly unlikely situation. And git restarts
filter-process after this happens and uses it to filter the rest of the
files. So this isn't a crippling bug.
Sponsored-by: Luke Shumaker on Patreon
2022-07-13 17:13:54 -04:00
yarikoptic
5764450a80
Added a comment
2022-07-13 20:05:34 +00:00
yarikoptic
557341315a
Added a comment
2022-07-13 19:27:06 +00:00
yarikoptic
fa126d1ac9
Added a comment
2022-07-13 19:04:40 +00:00
Joey Hess
7daa51a380
response to misplaced bug report
2022-07-13 14:58:04 -04:00
Joey Hess
7c7b7ac9b9
followup
2022-07-13 14:53:46 -04:00
Joey Hess
68e9b7f987
comment
2022-07-13 13:44:43 -04:00
Joey Hess
bb68909cb5
Merge branch 'master' of ssh://git-annex.branchable.com
2022-07-13 13:09:15 -04:00
Joey Hess
afbfc106af
comment
2022-07-13 13:09:04 -04:00
yarikoptic
2d71b83e7f
initial complain/call for a more efficient journal?
2022-07-13 16:19:55 +00:00
Joey Hess
aaccada8fd
comment
2022-07-12 17:00:36 -04:00
Joey Hess
e74e51c761
Merge branch 'master' of ssh://git-annex.branchable.com
2022-07-12 16:48:11 -04:00
Joey Hess
323c78b191
comment
...
(and fix an old comment's formatting)
2022-07-12 16:47:49 -04:00
yarikoptic
aead843318
Added a comment
2022-07-12 20:47:22 +00:00
Joey Hess
f9b667a0cf
Merge branch 'master' of ssh://git-annex.branchable.com
2022-07-12 16:34:01 -04:00
Joey Hess
ba13c1e2ac
depend on version of Win32 that exports c_createFile
2022-07-12 16:28:01 -04:00
yarikoptic
12c5c1d975
initial complaining about slow annex init
2022-07-12 20:10:26 +00:00
Joey Hess
b8c6fa78ea
comment
2022-07-12 15:37:42 -04:00
Joey Hess
79e3dcc169
retitle and fix link
2022-07-12 15:01:53 -04:00
Joey Hess
9a7654d83a
Merge branch 'master' of ssh://git-annex.branchable.com
2022-07-12 14:59:24 -04:00
Joey Hess
2d65c4ff1d
avoid unix-compat's rename
...
On Windows, that does not support long paths
https://github.com/jacobstanley/unix-compat/issues/56
Instead, use System.Directory.renamePath, which does support long paths.
Sponsored-by: Dartmouth College's Datalad project
2022-07-12 14:55:02 -04:00
jenkin.schibel@286264d9ceb79998aecff0d5d1a4ffe34f8b8421
44a5eef718
Added a comment: phone version
2022-07-12 18:37:16 +00:00
Joey Hess
bad39cadc6
comment
2022-07-12 12:46:41 -04:00
Joey Hess
51c43e8c95
comment
2022-07-12 12:37:08 -04:00
yarikoptic
79712a8aeb
removed yoh and yarikoptic so we do not misattribute to datalad issues from other projects
2022-07-12 13:18:39 +00:00
Basil_Peace
acecb04ed7
Added a comment: Still problems
2022-07-12 01:28:10 +00:00
jenkin.schibel@286264d9ceb79998aecff0d5d1a4ffe34f8b8421
95048a7ad4
2022-07-12 00:24:14 +00:00
yarikoptic
9e19484e0b
Added a comment
2022-07-11 22:19:08 +00:00
Dan
417d6c8c18
Added a comment: Man pages not included when installing via homebrew
2022-07-11 17:30:42 +00:00
jkniiv
125feb6da0
I should use the correct term
2022-07-09 11:31:11 +00:00
jkniiv
70357a9bac
corr. typo with meta directive
2022-07-09 08:27:20 +00:00
jkniiv
92efe0b8e2
not to be the bringer of bad news re: Windows, yet here we are
2022-07-09 08:23:18 +00:00
pat
4f8b9f50f8
Added a comment
2022-07-09 00:40:23 +00:00
Joey Hess
e556ab8f14
comment
2022-07-08 10:37:25 -04:00
Joey Hess
9c6e45c0b2
Merge branch 'master' of ssh://git-annex.branchable.com
2022-07-08 10:33:54 -04:00
yarikoptic
e7f499ba36
initial report on inability to connect to S3
2022-07-07 19:56:06 +00:00
yarikoptic
22453fca7c
request for anonymous access to S3
2022-07-07 19:50:15 +00:00
Joey Hess
24ff57160f
comment
2022-07-07 12:45:51 -04:00
pat
661a898811
2022-07-07 07:57:27 +00:00
pat
0cb2042133
2022-07-07 07:52:26 +00:00
pat
ccdb234a0e
2022-07-07 07:09:46 +00:00
drunken_sapo
d272ef197a
2022-07-07 00:58:29 +00:00
drunken_sapo
96e91cd6a8
2022-07-07 00:57:32 +00:00
mih
a223f402f3
Added a comment: Recent version tested
2022-07-06 12:18:36 +00:00
mih
35d27ab0d9
2022-07-06 06:24:06 +00:00
nick.guenther@e418ed3c763dff37995c2ed5da4232a7c6cee0a9
b1ac11856c
Added a comment
2022-07-06 05:04:08 +00:00
Joey Hess
697e22cceb
fixed
2022-07-05 16:35:19 -04:00
Joey Hess
7939eb7d7e
fix link
2022-07-05 16:34:29 -04:00
Joey Hess
0b6cd77d93
comment
2022-07-05 16:25:43 -04:00
Joey Hess
b6e900e3f4
Merge branch 'master' of ssh://git-annex.branchable.com
2022-07-05 16:23:17 -04:00
Joey Hess
201e41cffd
add: Fix reversion when adding an annex link that has been moved to another directory
...
Fixes commit f259be7f39
Sponsored-by: Dartmouth College's Datalad project
2022-07-05 16:22:41 -04:00
Joey Hess
149d12f188
support --backend again in addurl and importfeed
...
Missed these two when converting from a global option.
Sponsored-by: Dartmouth College's Datalad project
2022-07-05 15:35:43 -04:00
nick.guenther@e418ed3c763dff37995c2ed5da4232a7c6cee0a9
41508cc3dd
Added a comment: ACL deprecation vs public=yes
2022-07-05 18:20:50 +00:00
yarikoptic
e355c22629
Added a comment: mystery resolved
2022-07-01 19:19:30 +00:00
yarikoptic
cd1c07bc4c
initial report on move bug
2022-07-01 13:45:02 +00:00
Soxofaan
65ba22ae5c
Added a comment: no worries
2022-06-30 16:51:51 +00:00
yarikoptic
dac8c76d0c
asking to return --backend for addurl
2022-06-30 15:00:19 +00:00
yarikoptic
c0f86a1009
FTBFS report on linux
2022-06-30 14:52:24 +00:00
contr-error
c17a4476f9
marking as done
2022-06-29 19:14:38 +00:00