Commit graph

46635 commits

Author SHA1 Message Date
nobodyinperson
19e022057d 2025-05-09 03:23:51 +00:00
Joey Hess
97203e525b
Merge branch 'master' of ssh://git-annex.branchable.com 2025-05-08 15:01:14 -04:00
Joey Hess
de7dae06cf
set fileEncoding in streamLogFileUnsafe
Windows: Fix bug that can cause git status to show annexed files as
modified when built with OsPath.

This may also have caused bugs on non-Windows, with filenames with
non-ascii characters? Unsure.

The OsPath conversion makes this one of the last few places
(hopefully) where a String is read from a Handle. All other fileEncoding
uses have been eliminated before this point by converting to reading
ByteString and using OsPath. Doing that here would be a better fix,
performance wise.

Sponsored-by: Jack Hill
2025-05-08 14:59:42 -04:00
yarikoptic
2b3f462c41 assistant does not assist 2025-05-08 18:14:39 +00:00
yarikoptic
7e5ae5b79a Added a comment 2025-05-08 17:49:56 +00:00
Joey Hess
bda9dec2f5
comment 2025-05-08 12:41:31 -04:00
jkniiv
45b4332495 Added a comment 2025-05-06 22:14:48 +00:00
jkniiv
26407c70c1 removed 2025-05-06 22:05:21 +00:00
jkniiv
462b4d6d34 Added a comment 2025-05-06 22:03:20 +00:00
Joey Hess
13154f5cb2
update 2025-05-06 11:54:06 -04:00
Joey Hess
c908780413
comment 2025-05-06 11:29:47 -04:00
Joey Hess
791b314c61
comment 2025-05-06 11:15:52 -04:00
nobodyinperson
fb958b2f7e Added a comment: grepping the git-annex branch for remote activity 2025-05-06 13:06:29 +00:00
nobodyinperson
a2749664ab Thoughs on a "recent remote activity" feature 2025-05-06 12:23:22 +00:00
beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec
0f2dda81e4 Added a comment 2025-05-06 07:24:51 +00:00
jkniiv
a6559c4303 Added a comment 2025-05-06 00:14:04 +00:00
Joey Hess
e64e9d5fae
whereused: Fix bug that could find matches from grafts in remote git-annex branches
git log with --remotes= needs the preceeding --exclude=*/git-annex in order
to not look at git-annex branches of remotes.

Sponsored-by: mycroft
2025-05-05 14:32:25 -04:00
Joey Hess
2bafd907b2
comment 2025-05-05 13:50:14 -04:00
Joey Hess
ba021ca184
comment 2025-05-05 13:41:45 -04:00
beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec
28705806e9 Added a comment 2025-05-05 11:14:00 +00:00
beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec
9dc118d201 2025-05-05 09:28:40 +00:00
Basile.Pinsard
7bf6e1df8a Added a comment: Setup dirhash parameter for httpalso to avoid hammering server 2025-05-02 17:53:54 +00:00
kyle
21aab1e998 Added a comment: re: finding key in specific branches 2025-05-01 03:51:27 +00:00
msz
2662d2de66 Added a comment: Thank you for implementing 2025-04-29 17:00:36 +00:00
jkniiv
5f96c472bc report on OsPath code path having a small regression (on Windows at least) 2025-04-29 14:13:31 +00:00
cznug
83d0da94e4 2025-04-28 17:11:50 +00:00
beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec
2dcc4f6e4f 2025-04-28 08:06:49 +00:00
beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec
d28eb222c2 2025-04-28 08:06:17 +00:00
jnkl
988ad54d31 2025-04-28 06:48:19 +00:00
beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec
798f08b412 Added a comment: "Buyer's remorse" 2025-04-28 05:53:47 +00:00
nobodyinperson
a19883a1c4 Added a comment: standalone builds apparently not deployed 2025-04-24 15:23:47 +00:00
Basile.Pinsard
871f6f5ef6 Added a comment 2025-04-24 14:27:33 +00:00
matteo@4122eaeed50d58332e6ae9e6ba7237fe81294399
16da76a986 Added a comment: Disabling "synced" branches 2025-04-24 02:34:59 +00:00
Joey Hess
fd493804c0
map: Avoid looping forever with mutually recursive paths between repositories accessed via ssh
Slightly unsatisfying to fix this in Git.Construct.localToUrl rather than
in Command.Map.absRepo, which is what map relies on to make repos always
use the same path form. But it was already constructing the url with the
path there, so that was the easiest place to add normalization.

Sponsored-by: Dartmouth College's OpenNeuro project
2025-04-22 15:50:30 -04:00
Joey Hess
87c6110a82
reproduced loop 2025-04-22 15:34:38 -04:00
Joey Hess
2ee6c25c72
map: Fix buggy handling of remotes that are bare git repositories accessed via ssh
It was treating remote paths of a remote repo as if they were local paths,
and so trying to expand git directories and so forth on them. That led to
bad results, including a path like "foo.git" getting turned into
"foo.git.git"

Sponsored-by: Dartmouth College's OpenNeuro project
2025-04-22 15:21:01 -04:00
Joey Hess
820b591c1f
remove unncessary comment 2025-04-22 14:03:51 -04:00
Joey Hess
49ee0a2a06
comment 2025-04-22 13:52:29 -04:00
Joey Hess
7b3d7a8f78
fix message
also dead code removal
2025-04-22 13:36:54 -04:00
Joey Hess
eafb5b53f0
comment 2025-04-21 13:03:39 -04:00
Joey Hess
26da11aaed
comment 2025-04-21 12:57:36 -04:00
Joey Hess
78684c6c2e
fix close 2025-04-21 12:10:17 -04:00
Joey Hess
fe2de5dddc
update 2025-04-21 12:08:03 -04:00
Joey Hess
d55ccf3108
comment 2025-04-21 11:55:21 -04:00
liam
3b58d7e643 Added a comment: Fetch from good repo to fix uuid.log issue 2025-04-20 12:32:32 +00:00
liam
87aeb82f01 Added a comment: Repairing repositories on MacOS 2025-04-20 02:49:48 +00:00
liam
227f173b18 Added a comment: Corruption? invalid object for uuid.log 2025-04-20 02:32:45 +00:00
puck
830c0390a5 Added a comment: Better error message 2025-04-20 01:52:45 +00:00
Joey Hess
301271db37
add news item for git-annex 10.20250416 2025-04-16 13:34:57 -04:00
Joey Hess
b22a72cd94
releasing package git-annex version 10.20250416 2025-04-16 13:34:49 -04:00