Commit graph

45963 commits

Author SHA1 Message Date
Joey Hess
02169a1ce3
comment and close 2024-12-18 19:59:15 -04:00
Joey Hess
d431762c48
close since --include works 2024-12-18 19:44:25 -04:00
Joey Hess
c035ff7c27
comments 2024-12-18 15:20:44 -04:00
Joey Hess
6d34a0b19d
fix comment display 2024-12-18 12:00:44 -04:00
Joey Hess
6a179e6ef9
Merge branch 'master' of ssh://git-annex.branchable.com 2024-12-17 15:03:25 -04:00
Joey Hess
d27e1db151
update 2024-12-17 14:51:25 -04:00
matrss
6724d1fd62 Added a comment 2024-12-16 22:48:16 +00:00
matrss
910b9a5e4a Added a comment 2024-12-16 22:19:34 +00:00
matrss
932ad041de 2024-12-16 22:02:42 +00:00
Doable8234
fd41b4c53e Added a comment 2024-12-16 08:24:32 +00:00
Doable8234
6664feb693 Added a comment 2024-12-16 08:20:44 +00:00
matrss
a8970f23b8 Added a comment 2024-12-15 23:39:34 +00:00
matrss
84c86ad294 Added a comment 2024-12-15 18:13:00 +00:00
eugen
e019b0d85c 2024-12-14 17:48:08 +00:00
Doable8234
740bd74f29 Added a comment 2024-12-14 08:15:22 +00:00
matrss
9f17cec7ba Added a comment 2024-12-13 22:02:15 +00:00
Joey Hess
431de0699e
document empty expression 2024-12-13 13:31:21 -04:00
Joey Hess
7d8558548b
empty preferred content
* Document that settting preferred content to "" is the same as the
  default unset behavior.
* sync: Avoid misleading warning about future preferred content
  transition when preferred content is set to "".
2024-12-13 13:26:48 -04:00
Doable8234
57d276cabf Added a comment 2024-12-13 02:04:40 +00:00
Joey Hess
2798bc665e
response 2024-12-12 14:29:29 -04:00
Joey Hess
cac47364a6
comment 2024-12-12 14:24:57 -04:00
Doable8234
009d3640d5 2024-12-12 05:16:49 +00:00
Doable8234
f23c7a907e 2024-12-12 04:57:37 +00:00
Doable8234
96d17fa5c3 2024-12-12 04:53:22 +00:00
vince@56a3a35e623d01b9236e911a9caff71eb367399b
89e2de4a1e Added a comment: we use something like that.. 2024-12-08 20:34:35 +00:00
vince@56a3a35e623d01b9236e911a9caff71eb367399b
f43381e42e 2024-12-08 20:26:18 +00:00
matrss
71a4b51de6 2024-12-08 17:28:48 +00:00
matrss
01386a982b Added a comment 2024-12-08 17:27:59 +00:00
matrss
b6fc7ded82 2024-12-08 17:20:50 +00:00
Joey Hess
9c1ab28112
close 2024-12-04 13:44:48 -04:00
Joey Hess
384ae5a95a
Merge branch 'master' of ssh://git-annex.branchable.com 2024-12-04 13:44:19 -04:00
Joey Hess
79a160b760
comments 2024-12-03 16:33:03 -04:00
yarikoptic
78bff9bcab Added a comment 2024-12-03 20:26:10 +00:00
Joey Hess
501b5b09f6
Merge branch 'master' of ssh://git-annex.branchable.com 2024-12-03 14:39:30 -04:00
Joey Hess
dd052dcba1
annexInsteadOf config
Added config `url.<base>.annexInsteadOf` corresponding to git's
`url.<base>.pushInsteadOf`, to configure the urls to use for accessing the
git-annex repositories on a server without needing to configure
remote.name.annexUrl in each repository.

While one use case for this would be rewriting urls to use annex+http,
I decided not to add any kind of special case for that. So while
git-annex p2phttp, when serving multiple repositories, needs an url
of eg "annex+http://example.com/git-annex/ for each of them, rewriting an
url like "https://example.com/git/foo/bar" with this config set to
"https://example.com/git/" will result in eg
"annex+http://example.com/git-annex/foo/bar", which p2phttp does not
support.

That seems better dealt with in either git-annex p2phttp or a http
middleware, rather than complicating the config with a special case for
annex+http.

Anyway, there are other use cases for this that don't involve annex+http.
2024-12-03 14:39:07 -04:00
Joey Hess
0404968d10
comments 2024-12-03 13:00:14 -04:00
iirekm
c206d1fb73 Added a comment 2024-12-03 15:43:25 +00:00
Joey Hess
35b7fa3d34
comment 2024-12-03 11:34:49 -04:00
iirekm
ad3cb1dbff 2024-12-03 15:28:22 +00:00
david@1439a1cab13195a56248b6a8fd98a62028bcba8a
b073cae4fc Added a comment: Maybe explanation 2024-12-02 20:25:34 +00:00
Joey Hess
6db95700a6
comment 2024-12-02 14:07:43 -04:00
Joey Hess
f4b2606ff1
comment typo 2024-12-02 14:05:15 -04:00
Joey Hess
0c08ff3d2c
deal with git's CFLR nonsense once again
Work around git hash-object --stdin-paths's odd stripping of carriage
return from the end of the line (some windows infection), avoiding crashing
when the repo contains a filename ending in a carriage return.
2024-12-02 13:47:51 -04:00
Joey Hess
971d9f8057
add news item for git-annex 10.20241202 2024-12-02 12:36:44 -04:00
Joey Hess
430f6bc9c7
releasing package git-annex version 10.20241202 2024-12-02 12:36:24 -04:00
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