Joey Hess
cac7866bce
note
2021-04-14 13:44:43 -04:00
Joey Hess
d1478e8b40
correction
2021-04-14 13:42:37 -04:00
Joey Hess
42c8f1e5f5
comment
2021-04-14 13:41:24 -04:00
Joey Hess
799e7b3c29
update
2021-04-14 13:32:28 -04:00
Joey Hess
5978b2a35b
comment
2021-04-14 13:31:08 -04:00
Joey Hess
5783a8d081
fsck: avoid redundant checksum when transfer is Verified
...
When downloading content from a remote, if the content is able to be
verified during the transfer, skip checksumming it a second time.
Note that in this case, the fsck output does not include "(checksum)"
which it does when the checksumming is done separately from the download.
This commit was sponsored by Brock Spratlen on Patreon.
2021-04-14 13:22:54 -04:00
Atemu
46309994a2
2021-04-14 16:14:20 +00:00
yarikoptic
c300675051
is importtree CoW from directory?
2021-04-14 14:24:18 +00:00
Joey Hess
0bcf155e11
thoughts
2021-04-13 14:41:27 -04:00
Joey Hess
6911787042
idea
2021-04-13 13:41:36 -04:00
Joey Hess
67d91c63f7
update
2021-04-12 14:13:44 -04:00
Joey Hess
1e322c329e
update
2021-04-12 13:00:24 -04:00
Joey Hess
4c35d58bfe
comment and analysis
2021-04-12 12:54:46 -04:00
Ilya_Shlyakhter
ad2a6d45db
Added a comment
2021-04-12 15:39:31 +00:00
Ilya_Shlyakhter
70991c1d65
Added a comment
2021-04-12 14:42:13 +00:00
Ilya_Shlyakhter
cf60184992
Added a comment: lockContent for special remotes w/o changing the protocol
2021-04-12 01:20:16 +00:00
Joey Hess
7b6ab0ae9a
comment
2021-04-08 13:51:43 -04:00
Atemu
351f5d753f
fix url
2021-04-08 11:56:13 +00:00
Atemu
474dd1a3fc
2021-04-08 11:50:59 +00:00
Ilya_Shlyakhter
9041b2b6a4
Added a comment: running untrusted code
2021-04-07 16:52:42 +00:00
Joey Hess
da88863082
comment and close, open related todo
2021-04-06 16:51:38 -04:00
Joey Hess
98b223a71c
Merge branch 'master' of ssh://git-annex.branchable.com
2021-04-05 15:32:08 -04:00
Joey Hess
1b645e1ace
added --debugfilter (and annex.debugfilter)
2021-04-05 15:31:10 -04:00
Atemu
45a93d7129
2021-04-04 09:23:41 +00:00
Joey Hess
3204f0bbaa
comments
2021-04-02 13:41:26 -04:00
Joey Hess
4a30fddc2a
idea
2021-04-01 15:49:30 -04:00
Joey Hess
632ae09e28
comment
2021-04-01 12:24:21 -04:00
Ilya_Shlyakhter
4dde355c79
Added a comment: dockerized special remotes: security
2021-04-01 15:20:05 +00:00
Joey Hess
24c576bfa7
Merge branch 'master' of ssh://git-annex.branchable.com
2021-03-30 12:58:34 -04:00
Lukey
a366e9d0fc
Added a comment
2021-03-30 16:21:14 +00:00
Joey Hess
773752b040
comment
2021-03-30 12:06:36 -04:00
Lukey
568f1c421b
Added a comment
2021-03-30 16:01:04 +00:00
Ilya_Shlyakhter
4403791c6c
Added a comment: autoenabling external special remotes
2021-03-30 15:17:05 +00:00
Ilya_Shlyakhter
9b8661c327
added suggestion to have git-annex-info display the time of last interaction with repos
2021-03-30 14:31:14 +00:00
parhuzamos
72f5088d34
2021-03-26 12:34:01 +00:00
parhuzamos
2187892a81
2021-03-26 12:31:47 +00:00
Ilya_Shlyakhter
a4cc0c95b4
added suggestion for additional git-annex-config settings
2021-03-23 20:11:39 +00:00
Ilya_Shlyakhter
547a5a8ca8
Added a comment: annex.supportunlocked=false
2021-03-23 20:02:19 +00:00
Joey Hess
f19271c5d9
comment
2021-03-23 15:51:21 -04:00
Joey Hess
806b6f77b9
Merge branch 'master' of ssh://git-annex.branchable.com
2021-03-23 15:47:21 -04:00
Ilya_Shlyakhter
3925235805
Added a comment: annex.supportunlocked
2021-03-23 19:30:44 +00:00
Joey Hess
5d78cd9d08
Sped up git-annex init in a clone of an existing repository
...
Seems that hasOrigin was never finding origin's git-annex branch, so a new
one got created each time. And so then it later needed to merge the two
branches, which is expensive.
Added --no-track to git branch to avoid it displaying a message about
setting up tracking branches. Of course there's no reason to make the
git-annex branch a tracking branch since git-annex auto-merges it.
2021-03-23 15:23:13 -04:00
yarikoptic
ed5fd5b896
Added a comment
2021-03-23 18:43:32 +00:00
Joey Hess
798f685077
New annex.supportunlocked config
...
Can beet to false to avoid some expensive things needed to support unlocked
files.
See my comment for why this only controls what init sets up, and not other
behavior.
I didn't bother with making the v5 upgrade code path look at this, though
it easily could, because the docs say to run git-annex init after setting
it to make it take effect.
2021-03-23 14:04:34 -04:00
Joey Hess
af96b49145
comment
2021-03-23 13:53:32 -04:00
Joey Hess
d89a9b0f78
comments
2021-03-23 12:05:05 -04:00
Ilya_Shlyakhter
14fafeea8a
Added a comment: another deduplication option
2021-03-22 13:51:35 +00:00
Ilya_Shlyakhter
800b13f4ac
Added a comment: installing clean/smudge filter lazily
2021-03-19 02:30:16 +00:00
Ilya_Shlyakhter
9bde743eae
Added a comment: install clean/smudge filter only when needed
2021-03-18 15:47:03 +00:00
Joey Hess
02e74c010b
todo
2021-03-16 17:18:35 -04:00