Manager2103
847e9b4a3c
Added a comment
2023-10-23 17:50:22 +00:00
Joey Hess
70d11a209d
notabug
2023-10-23 13:46:46 -04:00
matrss
efad352738
2023-10-23 15:16:18 +00:00
branch
079323e846
Added a comment
2023-10-23 09:57:00 +00:00
Manager2103
fe3b85a744
Added a comment
2023-10-21 17:22:53 +00:00
Joey Hess
5d807fcac0
notabug
2023-10-21 12:27:24 -04:00
Joey Hess
434f70f2ce
Merge branch 'master' of ssh://git-annex.branchable.com
2023-10-21 12:25:19 -04:00
Joey Hess
22e3cf03c8
comment
2023-10-20 14:02:37 -04:00
Joey Hess
6a61c7ff45
Fix crash of enableremote when the special remote has embedcreds=yes
...
The crash occurred because writeCreds got called twice, and writeFileProtected
neglected to close its file handle, so the file was open for write when
written the second time.
It seems unncessary and suboptimal that writeCreds gets called twice.
One call is from getRemoteCredPair and the other from setRemoteCredPair'.
What happens is that in the enableremote case, code that also runs at
initremote does unncessary work. Might be possible to improve that, but
I've gone for the simple fix.
Sponsored-by: k0ld on Patreon
2023-10-20 13:19:12 -04:00
Joey Hess
37c299ae6c
remove vim dev hack
...
This caused infinite recursion when I just used it, the dev target has
changed to re-run make. Anyway, not needed now.
2023-10-20 12:50:31 -04:00
Manager2103
fbb29e29de
2023-10-20 16:14:24 +00:00
Manager2103
04e76d138f
2023-10-20 16:13:30 +00:00
Manager2103
017dfd2385
2023-10-20 16:12:03 +00:00
Manager2103
7d992dff46
2023-10-20 16:10:54 +00:00
beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec
4e06d64158
Added a comment
2023-10-17 10:28:51 +00:00
beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec
7967de8fc0
Added a comment
2023-10-17 10:16:24 +00:00
kdm9
3bdca88419
new bug: git annex enableremote locking issue
2023-10-17 10:13:47 +00:00
beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec
daebd50ee3
2023-10-17 09:41:12 +00:00
emi@f69ad15b49bfecb4ea3836b6480e5ab8df9a5f7d
591426931b
Added a comment: Rclone B2 vs S3
2023-10-15 15:03:18 +00:00
emi@f69ad15b49bfecb4ea3836b6480e5ab8df9a5f7d
14ce02650e
removed
2023-10-15 15:02:45 +00:00
emi@f69ad15b49bfecb4ea3836b6480e5ab8df9a5f7d
a73f77bcc8
Added a comment: Rsync vs S3
2023-10-15 15:01:24 +00:00
Joey Hess
892d87efa4
comment
2023-10-14 14:33:38 -04:00
Joey Hess
c268dc5878
only stage regular files from the journal
...
git-annex only writes regular files there, but other things may drop junk
like empty .DAV directories around the tree. And trying to hash such things
can have weird and hard to understand effects. So it seems best to do a
small amount of work in statting the journal file to make sure it's a
regular file.
Sponsored-by: Jack Hill on Patreon
2023-10-10 13:22:02 -04:00
Joey Hess
35206e32f2
Merge branch 'master' of ssh://git-annex.branchable.com
2023-10-10 12:56:09 -04:00
beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec
e2a9263548
Added a comment
2023-10-10 02:36:51 +00:00
beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec
b1b269c7c8
Added a comment
2023-10-09 22:30:46 +00:00
Joey Hess
c2aeabc738
comment
2023-10-09 15:00:33 -04:00
Joey Hess
4ec1694f89
comment
2023-10-09 14:47:19 -04:00
Joey Hess
2195280920
comment
2023-10-09 14:38:24 -04:00
Joey Hess
7d20487e43
commnet
2023-10-09 14:29:06 -04:00
Joey Hess
48e805e03b
comment
2023-10-09 14:28:01 -04:00
Joey Hess
08c27c5ea0
don't say a supported version is unsupported
...
When an automatic upgrade from eg v10 fails, it's still a supported
version, so don't say unsupported.
2023-10-09 14:26:24 -04:00
beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec
7ac22dc834
2023-10-09 07:41:37 +00:00
nobodyinperson
2aa8957807
Added a comment
2023-10-06 03:22:12 +00:00
branch
259f0514c2
Added a comment
2023-10-05 21:40:55 +00:00
kdm9
273751079e
Added a comment: Linux 64bit failing?
2023-10-04 14:39:48 +00:00
Atemu
ef31f16abb
2023-10-01 10:06:18 +00:00
Atemu
44a7b4c973
2023-10-01 09:38:29 +00:00
Joey Hess
b3bc2e74de
drop NSF logo
...
Seems hotlinking is not allowed, and I don't want to copy it to some
other site (can't include it here due to licensing.)
2023-09-27 15:02:11 -04:00
Joey Hess
9ad2d789ce
fix NSF logo
2023-09-27 14:57:18 -04:00
Joey Hess
c2e60dd7a6
enable parallel ghc for building git-annex
...
Via a build flag this time, that's off by default because hackage
demands it be so, but that gets turned on by the Makefile and by stack.
2023-09-26 13:46:44 -04:00
Joey Hess
4ac2758ba5
Revert "enable parallel ghc for building git-annex"
...
This reverts commit 3f6aff89b1
.
Sadly hackage rejects cabal files using -j unless hidden behind an
option that is disabled by default.
2023-09-26 13:34:28 -04:00
Joey Hess
eee3881c1b
add news item for git-annex 10.20230926
2023-09-26 13:30:00 -04:00
Joey Hess
b9240d2c5d
releasing package git-annex version 10.20230926
2023-09-26 13:29:49 -04:00
Joey Hess
72bfcd987c
analysis
2023-09-26 13:18:08 -04:00
Joey Hess
3ca7812310
followup
2023-09-26 13:04:42 -04:00
Joey Hess
0d86e58e4c
update
2023-09-22 16:03:09 -04:00
Joey Hess
ea92fc85aa
close
2023-09-22 15:52:28 -04:00
Joey Hess
2ba68644b9
close
2023-09-22 15:47:40 -04:00
Joey Hess
5fd270a8c1
close
2023-09-22 15:45:49 -04:00