Joey Hess
87cda29dd7
remove Read instance for AssociatedFile
...
This instance is not used.
2025-01-28 15:29:25 -04:00
cwg
0512905316
correct typo
2025-01-28 19:29:21 +00:00
cwg
9965b98fc8
2025-01-28 19:18:02 +00:00
andrew
4a980d11ce
2025-01-28 18:07:59 +00:00
65.254.22.34
1e5c354720
poll vote (My phone (or MP3 player))
2025-01-28 17:09:37 +00:00
65.254.22.34
56c88653a7
poll vote (My phone (or MP3 player))
2025-01-28 17:09:30 +00:00
Joey Hess
da9ca7475e
comment
2025-01-28 11:57:03 -04:00
Joey Hess
67034a02ea
update
2025-01-28 11:38:04 -04:00
Joey Hess
4f0e64b6de
update
2025-01-28 11:36:02 -04:00
Joey Hess
24d5dbe30b
comment
2025-01-28 11:12:02 -04:00
Joey Hess
6fb1dd6afa
comment
2025-01-28 10:28:35 -04:00
beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec
dd28f97aac
Added a comment: Simple config amendment for Apache served repositories
2025-01-28 08:34:40 +00:00
Joey Hess
7ebef6cd1b
more OsPath conversion
...
keyFile has a nice improvement; since a Key is a ShortByteString, it can
be converted to an OsPath without needing the copy that was done before.
Unfortunately, fileKey has to convert from a ShortByteString to a
ByteString in order to use attoparsec, and then the results get
converted back to an OsPath, so there are now 2 copies.
Maybe attoparsec will eventually get a ShortByteString API,
see https://github.com/haskell/attoparsec/issues/225
Sponsored-by: Joshua Antonishen
2025-01-27 16:55:07 -04:00
Joey Hess
98a0a9ddff
optimise literalOsPath
...
Taking a ShortByteString and using OverloadedStrings should avoid it
being converted from a String.
The reason there is no IsString instance for OsPath is presumably the
bad behavior of IsString for ByteString on unicode btw. But
literalOsPath won't be used with unicode in git-annex.
Sponsored-by: unqueued
2025-01-27 16:36:29 -04:00
Joey Hess
0529f9a84a
Merge branch 'master' of ssh://git-annex.branchable.com
2025-01-27 12:23:13 -04:00
Joey Hess
754c0a001b
comment
2025-01-27 12:19:16 -04:00
matrss
7adf1f45fa
Added a comment
2025-01-27 15:26:15 +00:00
matrss
cb258ca480
Added a comment
2025-01-27 15:14:44 +00:00
matrss
6b5206db85
Added a comment
2025-01-27 15:08:57 +00:00
Joey Hess
02c792b724
thoughts
2025-01-27 10:37:35 -04:00
Joey Hess
71206a8603
update comment
2025-01-27 10:25:55 -04:00
Joey Hess
8bafe05500
more OsPath conversion
2025-01-27 10:13:43 -04:00
Joey Hess
de33ad5ce1
Merge branch 'master' of ssh://git-annex.branchable.com
2025-01-27 09:35:44 -04:00
Joey Hess
b61d316c36
fix link
2025-01-27 09:35:33 -04:00
yarikoptic
8c76c04fa9
reporting on FTBFS
2025-01-27 12:32:32 +00:00
matrss
7de9c8ff5d
Added a comment
2025-01-27 11:28:43 +00:00
Atemu
61c97b7460
Added a comment
2025-01-26 13:30:10 +00:00
jnkl
0dedb8077b
Added a comment
2025-01-26 13:09:05 +00:00
luciusf
ff7a5eab63
Some clarifications in my reproduce steps about the state of the rsync remote
2025-01-26 11:29:02 +00:00
luciusf
d2d52136c7
rename bugs/rsyncurl_without___34____58____34___creates_local_folder_as_repo.mdwn to bugs/rsyncurl_without___34____58____34___creates_local_folder_as_remote.mdwn
2025-01-26 11:19:53 +00:00
luciusf
f0701123cf
Initial post
2025-01-26 11:18:11 +00:00
goglu6
e09f48b948
2025-01-26 03:02:03 +00:00
Atemu
2d6b31713a
Added a comment
2025-01-26 02:54:18 +00:00
Atemu
3ad4096686
Added a comment
2025-01-26 02:36:51 +00:00
Joey Hess
c64731f16a
more OsPath conversion
2025-01-25 11:56:35 -04:00
Joey Hess
5bca78b813
OsPath conversion
...
Decent win in exportDirectories, since it operates on ShortByteString
end to end now without needing conversion. That made it worth
implementing an OsPath specific code path there.
And ExportLocation already being a ShortByteString is an good example of why
it's a good thing that OsPath uses that!
Sponsored-by: k0ld on Patreon
2025-01-25 11:53:47 -04:00
Joey Hess
0cfeea5baf
Merge branch 'master' into ospath
2025-01-25 10:57:13 -04:00
Joey Hess
635749c104
Merge branch 'master' of ssh://git-annex.branchable.com
2025-01-25 10:57:07 -04:00
Joey Hess
c058c903c8
windows build fix
2025-01-25 10:56:54 -04:00
Joey Hess
f9d42c37c0
more OsPath conversion
...
Finally reached Annex code in this conversion.
Sponsored-by: Graham Spencer
2025-01-25 10:54:51 -04:00
jnkl
9d122a8ff5
2025-01-25 12:00:20 +00:00
jnkl
07a726e0fe
Added a comment
2025-01-25 11:49:29 +00:00
Joey Hess
51a6cd1ee6
Merge branch 'master' into ospath
2025-01-24 16:33:36 -04:00
Joey Hess
3474aca3fc
another windows build fix
2025-01-24 16:33:26 -04:00
Joey Hess
f3539efc16
more OsPath conversion
...
Sponsored-by: Leon Schuermann
2025-01-24 16:31:14 -04:00
Joey Hess
ee0964e61b
Merge branch 'master' into ospath
2025-01-24 15:13:37 -04:00
Joey Hess
f16604d2c8
more windows and osx build fixes
2025-01-24 15:13:20 -04:00
Joey Hess
aa0f3f31da
more OsPath conversion
...
Sponsored-by: Eve
2025-01-24 15:02:29 -04:00
Joey Hess
dd01406018
Merge branch 'master' into ospath
2025-01-24 13:46:34 -04:00
Joey Hess
4ba1057836
more windows and osx build fixes
2025-01-24 13:46:13 -04:00