Commit graph

4901 commits

Author SHA1 Message Date
Joey Hess
bd5d782c90
comment 2025-01-10 12:49:11 -04:00
yarikoptic
2a935fb05c Added a comment 2025-01-10 03:20:32 +00:00
Joey Hess
de62975065
comment 2025-01-09 14:23:51 -04:00
Joey Hess
4faf2b7bec
close 2025-01-07 16:06:00 -04:00
Joey Hess
5d2aaafa6c
git-remote-annex enableremote to support readonly webdav
* Allow enableremote of an existing webdav special remote that has
  read-only access.
* git-remote-annex: Use enableremote rather than initremote.
2025-01-07 15:57:38 -04:00
Joey Hess
dcc259f940
tag INM7
based on mih filing or commenting on things and/or on
git-remote-annex being used
2025-01-07 15:52:20 -04:00
Joey Hess
f763868f5e
comment 2025-01-07 14:39:06 -04:00
Joey Hess
97773051a4
comment 2025-01-07 14:28:24 -04:00
Joey Hess
8bc88945e9
Merge branch 'master' of ssh://git-annex.branchable.com 2025-01-07 13:21:49 -04:00
Joey Hess
3a788c8d0b
todo from forum post 2025-01-07 13:00:32 -04:00
yarikoptic
0a63c9c302 Added a comment 2025-01-07 16:09:31 +00:00
yarikoptic
6534a6da63 initial idea on git annex init hooks 2025-01-07 14:55:52 +00:00
Doable8234
23c8409353 Added a comment 2025-01-07 02:11:33 +00:00
yarikoptic
d55981d49f removed 2025-01-06 23:39:56 +00:00
yarikoptic
654827d746 Added a comment: may be %dotgit? 2025-01-06 23:38:55 +00:00
yarikoptic
e5f464efcc Added a comment: may be %dotgit? 2025-01-06 23:38:39 +00:00
yarikoptic
4e04d35ad5 initial report on encfs and per-repository ssh caching 2025-01-05 01:35:01 +00:00
yarikoptic
c47ba6e516 initial report on encfs and per-repository ssh caching 2025-01-05 00:59:40 +00:00
yarikoptic
ccecde3662 initial report on encfs and per-repository ssh caching 2025-01-05 00:56:51 +00:00
Joey Hess
ecc8162203
VURL verifyKeyContent True when there are no recorded equivkeys
Avoid verification error when addurl --verifiable is used with an url
claimed by a special remote other than the web.
2025-01-03 17:24:30 -04:00
Joey Hess
0815c82bb1
log: Support --key, as well as --branch and --unused
--all remains a special case, since it is more efficient and displays in a
nicer order.

Sponsored-by: the NIH-funded NICEMAN (ReproNim TR&D3) project
2025-01-03 15:45:42 -04:00
Joey Hess
2fe36b35a2
remove old closed bugs and todo items to speed up wiki updates and reduce size
Remove closed bugs and todos that were last edited or commented before 2024.

Except for ones tagged projects/* since projects like datalad want to keep
around records of old deleted bugs longer.

Command line used:

	for f in $(grep -l '|done\]\]' -- ./*.mdwn); do if ! grep -q "projects/" "$f"; then d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=01-01-2024 --pretty=oneline -- "$f")" -a -z "$(git log --since=01-01-2024 --pretty=oneline -- "$d")" ]; then git rm -- "./$f" ; git rm -rf "./$d"; fi; fi; done
	for f in $(grep -l '\[\[done\]\]' -- ./*.mdwn); do if ! grep -q "projects/" "$f"; then d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=01-01-2024 --pretty=oneline -- "$f")" -a -z "$(git log --since=01-01-2024 --pretty=oneline -- "$d")" ]; then git rm -- "./$f" ; git rm -rf "./$d"; fi; fi; done
2025-01-01 13:09:36 -04:00
lell
4a92f1a7f5 2024-12-20 09:29:28 +00:00
lell
fbca737651 2024-12-20 09:29:10 +00:00
psxvoid
7969188bb2 Added a comment: update 4: union is correct 2024-12-20 07:27:43 +00:00
psxvoid
6fd9e7686d Added a comment: update 3: strange union behavior 2024-12-20 07:12:59 +00:00
psxvoid
6ead6e360d Added a comment: update: unset directory is cool feature, but not always work 2024-12-20 06:52:57 +00:00
psxvoid
4c54253132 Added a comment: unset directory is cool feature, but not always work 2024-12-19 17:49:52 +00: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
Doable8234
fd41b4c53e Added a comment 2024-12-16 08:24:32 +00:00
matrss
84c86ad294 Added a comment 2024-12-15 18:13:00 +00:00
matrss
9f17cec7ba Added a comment 2024-12-13 22:02:15 +00:00
Joey Hess
cac47364a6
comment 2024-12-12 14:24:57 -04: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
yarikoptic
78bff9bcab Added a comment 2024-12-03 20:26:10 +00: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
Joey Hess
aa2d543930
comment 2024-11-25 12:32:09 -04:00
Joey Hess
f5e1a7f4e4
comment 2024-11-21 15:21:08 -04:00
Joey Hess
41672b01bb
comment 2024-11-20 13:41:34 -04:00
Joey Hess
b8a717a617
reuse http url password for p2phttp url when on same host
When remote.name.annexUrl is an annex+http(s) url, that uses the same
hostname as remote.name.url, which is itself a http(s) url, they are
assumed to share a username and password.

This avoids unnecessary duplicate password prompts.
2024-11-19 15:27:26 -04:00
Joey Hess
3510072883
update 2024-11-19 14:42:50 -04:00
Joey Hess
aaba82f3c8
comments 2024-11-19 14:26:47 -04:00
Joey Hess
6489342b71
tag INM7 2024-11-19 14:12:11 -04:00
matrss
6b3920b168 Added a comment 2024-11-15 08:54:07 +00:00