Commit graph

46769 commits

Author SHA1 Message Date
Spencer
ba561159e1 Added a comment: A (Mildly) Compelling Reason 2025-06-19 01:34:17 +00:00
Spencer
36f393fc9f Added a comment: Easy Approach 2025-06-18 04:27:16 +00:00
beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec
3248e49e42 Added a comment 2025-06-17 10:00:16 +00:00
Spencer
c7c37ff52a thx 2025-06-16 20:48:46 +00:00
Spencer
c8324ab8e1 Added a comment: Solutions 2025-06-16 20:33:03 +00:00
ruka
7302c5f329 Added a comment: Ignoring files on directory special remote 2025-06-15 14:41:28 +00:00
ruka
44facf7736 2025-06-15 14:13:25 +00:00
Joey Hess
f9273bb0c7
response 2025-06-13 08:47:19 -04:00
Joey Hess
7ea7ae34f6
response 2025-06-13 08:34:47 -04:00
Joey Hess
f223c0b1cc
revert man page changes
Revert "Linked to discussion on caveat"

This reverts commit 9fe60062a3.

We don't link from man pages to forum discussions. If there is a
problem, it should be fixed, and if there is a wart it should be
documented on the man page in enough detail to understand on its own.

In this case, I don't know that there is any problem at all.
2025-06-13 08:19:55 -04:00
Spencer
7022caeb85 Added a comment: OK I may have overcomplicated things 2025-06-11 21:47:32 +00:00
nobodyinperson
fcbdc9a6ba Added a comment: wait, something's up with the suffix! 2025-06-11 11:25:03 +00:00
nobodyinperson
5dcb786f80 Added a comment: confirm, but not all non-ascii characters are a problem 2025-06-11 11:11:19 +00:00
chamlis
6bc1f97a96 2025-06-11 10:51:39 +00:00
beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec
81b93443bc Added a comment 2025-06-10 12:01:15 +00:00
Spencer
2cf927f42a 2025-06-09 23:42:46 +00:00
Spencer
48e0c347a5 2025-06-09 23:42:18 +00:00
Joey Hess
202de453c0
Merge branch 'master' of ssh://git-annex.branchable.com 2025-06-09 16:50:00 -04:00
Joey Hess
dc426b0d44
fix appveyor skip condition for doc changes 2025-06-09 16:49:24 -04:00
beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec
c2b079a893 Added a comment 2025-06-09 13:09:25 +00:00
Spencer
3aa281d185 For one: why would preview show a nonexistent page as an existent link instead of a question mark? For two: why is []() syntax relative to current page but [[|]] syntax is relative to root? 2025-06-08 16:48:06 +00:00
Spencer
9fe60062a3 Linked to discussion on caveat 2025-06-08 16:43:11 +00:00
Spencer
ad7a880fc1 2025-06-08 16:37:47 +00:00
nobodyinperson
f361e0ef4b Added a comment: Now the current branch is pushed first! 🥳 2025-06-07 09:39:28 +00:00
NorsePaladin
ebaedbd175 Special remote protocol: How to identify exact size of a particular key? 2025-06-07 03:21:24 +00:00
Joey Hess
b9e3cf8780
add news item for git-annex 10.20250605 2025-06-05 14:13:35 -04:00
Joey Hess
d2dc318a86
releasing package git-annex version 10.20250605 2025-06-05 14:12:55 -04:00
Joey Hess
c8c513337f
Merge branch 'master' of ssh://git-annex.branchable.com 2025-06-05 14:09:32 -04:00
yarikoptic
4b308f7c5c initial report on "fatal: empty filename in tree entry" 2025-06-05 13:20:14 +00:00
datawraith
2fbccebf32 Added a comment 2025-06-04 19:26:29 +00:00
Joey Hess
fb9ebd12ea
tag as INM7 because it involves git-annex integration with forgejo 2025-06-04 12:31:22 -04:00
Joey Hess
9f4e956346
sync: push current branch first
sync: Push the current branch first, rather than a synced branch, to better
support git forges (gitlab, gitea, forgejo, etc.) which use push-to-create
with the first pushed branch becoming the default branch.

With considerable complication to filter out warning message about
receive.denyCurrentBranch when pushing to a non-bare repository. Localization
may break it in the future, but it seems like the best way to handle this. See
my comments for the gory details.
2025-06-04 12:06:00 -04:00
Joey Hess
48e7497f83
comment 2025-06-04 10:00:10 -04:00
Joey Hess
167cf2cc52
comment 2025-06-03 15:19:37 -04:00
Joey Hess
05b4a9e230
Merge branch 'master' of ssh://git-annex.branchable.com 2025-06-03 15:01:50 -04:00
Joey Hess
73060eea51
annex.fastcopy
Added annex.fastcopy and remote.name.annex-fastcopy config setting. When
set, this allows the copy_file_range syscall to be used, which can eg allow
for server-side copies on NFS. (For fastest copying, also disable
annex.verify or remote.name.annex-verify.)

This is a simple implementation, that does not handle resuming as well as
it possibly could.

It can be used with both local git remotes (including on NFS), and
directory special remotes. Other types of remotes could in theory also
support it, so I've left the config documented as a general thing.
2025-06-03 15:01:38 -04:00
Joey Hess
6468a39e92
comment typo 2025-06-03 13:43:40 -04:00
Joey Hess
e5bcbe3f6b
comment 2025-06-03 13:43:33 -04:00
datawraith
4a8e8dc83a Added a comment 2025-06-03 17:05:58 +00:00
Joey Hess
b8845055a7
Merge branch 'master' of ssh://git-annex.branchable.com 2025-06-02 14:25:53 -04:00
Joey Hess
8166f79250
followup 2025-06-02 14:25:40 -04:00
yarikoptic
8d75e146ee Added a comment 2025-06-02 17:22:37 +00:00
datawraith
3ff32b374f 2025-06-01 11:56:28 +00:00
nobodyinperson
5a0a601ffc Suggest pushing current branch before the meta-branches 2025-06-01 09:42:36 +00:00
Joey Hess
a6dc27bc3d
caps 2025-05-31 13:16:37 -04:00
Joey Hess
9e93c7437f
fix pipi link
markdown link didn't work, use a subpage
2025-05-31 13:15:40 -04:00
Joey Hess
15d0883868
Merge branch 'master' of ssh://git-annex.branchable.com 2025-05-31 13:14:30 -04:00
Joey Hess
5abe7645de
add pypi 2025-05-31 13:14:16 -04:00
EskildHustvedt
f4bca255e4 2025-05-31 10:17:48 +00:00
Joey Hess
f167e7f55b
adjust annex.synccontent transition warning
sync will also be changing to drop unwanted content by default, this
wording change avoids leaving the wrong impression
2025-05-30 14:30:01 -04:00