Ilya_Shlyakhter
a76f16cd8d
added bug report about fsck failing on dead keys missing from require-everything repos
2021-03-18 18:58:27 +00:00
Ilya_Shlyakhter
2cf9ed277d
added a forum question about replacing a locked file without explicitly unlocking/relocking
2021-03-18 17:35:22 +00:00
Ilya_Shlyakhter
9bde743eae
Added a comment: install clean/smudge filter only when needed
2021-03-18 15:47:03 +00:00
jwrauch
81c51fa538
2021-03-17 18:59:04 +00:00
mih
1886fa420f
Added a comment
2021-03-17 17:03:35 +00:00
Joey Hess
b0bf620b2b
comment
2021-03-17 11:29:57 -04:00
yarikoptic
3ae0552b64
Added a comment
2021-03-17 14:56:20 +00:00
Joey Hess
f9e73e23f2
comment
2021-03-17 10:22:38 -04:00
Joey Hess
8c9ab9752b
comment
2021-03-17 09:44:31 -04:00
Joey Hess
db95b94251
Merge branch 'master' of ssh://git-annex.branchable.com
2021-03-17 09:42:27 -04:00
Joey Hess
0e44c252c8
avoid getting creds from environment during autoenable
...
When autoenabling special remotes of type S3, weddav, or glacier, do not
take login credentials from environment variables, as the user may not be
expecting the autoenable to happen, and may have those set for other
purposes.
2021-03-17 09:41:12 -04:00
mih
f1bff235e6
Added a comment: Works!
2021-03-17 08:20:10 +00:00
Joey Hess
02e74c010b
todo
2021-03-16 17:18:35 -04:00
Joey Hess
34a49661d4
comment
2021-03-16 15:12:33 -04:00
Joey Hess
7dabbe4520
comment
2021-03-16 14:56:08 -04:00
Joey Hess
526b9ed9d6
update comment
2021-03-16 14:53:29 -04:00
Joey Hess
8bae692486
better interface for catKey'
...
It only needs the size, so don't require the other stuff. Should let it
be used in more places, making things faster.
2021-03-16 14:52:23 -04:00
Joey Hess
69dd214d59
comment
2021-03-16 14:26:41 -04:00
Joey Hess
3337f7c272
fix exporting when the file is in the top of the repo
...
takeDirectory "foo" is ".", and that will confuse webdav, so only
use that code path when there is a subdirectory.
2021-03-16 14:17:29 -04:00
yarikoptic
4a2d148599
fixed formatting
2021-03-16 17:43:16 +00:00
yarikoptic
ff95449e79
reporting on the negative effect of AWS_ variables for access to public S3 bucket
2021-03-16 17:38:29 +00:00
post@fe1e2f98b8a3e74db4acafa380bba9a4454f335d
73932bc959
Added a comment: Import fails with
2021-03-15 23:59:01 +00:00
yarikoptic
681f9e1a0c
2021-03-15 22:50:04 +00:00
yarikoptic
d0b56f113c
an idea to avoid lengthy Scanning for unlocked files (this may take some time)
2021-03-15 17:57:53 +00:00
Ilya_Shlyakhter
b4022decb8
Added a comment: re: individually hash chunks
2021-03-15 15:23:09 +00:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
32f773ae8f
2021-03-15 07:08:08 +00:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
f9a5a2ec05
2021-03-15 06:45:09 +00:00
falsifian
4d6f744777
Add my name and home page URL.
2021-03-14 05:15:14 +00:00
falsifian
98b11ab4d7
Added a comment
2021-03-14 05:12:13 +00:00
albert.lash+git-annex@db81cb2b56cce42192ed75e0be6ce4e73f5af364
f9a777b90b
Added a comment: This worked for me too
2021-03-13 22:56:59 +00:00
Ilya_Shlyakhter
febdd53e0e
Added a comment: standalone tarballs
2021-03-13 19:53:48 +00:00
mih
4bcab9efbc
Added a comment: 4shared-specific issue
2021-03-13 16:26:14 +00:00
mih
a760909a0d
Added a comment: Confirm fix
2021-03-13 16:23:36 +00:00
mih
2cbf8226d5
Added a comment: Progress report
2021-03-13 16:19:19 +00:00
mih
55241b7bdf
Added a comment: Thx!
2021-03-13 16:05:52 +00:00
gioele@678b7c03f524f2669b179b603f65352fcc16774e
ecee702b30
Added a comment
2021-03-13 13:26:45 +00:00
Joey Hess
3e41a8f032
move
...
move use of </> into DavLocation so it always uses unix filepaths due to
imports
2021-03-12 15:19:11 -04:00
Joey Hess
f064008543
Merge branch 'master' of ssh://git-annex.branchable.com
2021-03-12 14:54:37 -04:00
Joey Hess
4f49c29d20
webdav: store temp file in same collection as the final export location
...
This may work better in some webdav server that gets confused at
cross-collection renamed. I don't know, let's find out.
The only real downside of doing this is that the temp files are not all
in the top-level collection, in case an interrupted run leaves one
behind. But that does not seem especially significant.
2021-03-12 14:52:24 -04:00
Joey Hess
6481991208
export --json: Fill in the file field
...
Like import was using ActionItemWorkTreeFile, it's ok to use it for export,
even though it might not correspond with a file in the work tree.
And renamed it to ActionItemTreeFile to make that clearer.
Note that when an export has to rename files, it still uses
ActionItemOther, so file will still be null in that case, but as no file is
being transferred, that seems ok.
2021-03-12 14:11:31 -04:00
Lukey
9bfe081d8a
Added a comment
2021-03-12 17:48:12 +00:00
Joey Hess
f87c63d998
Merge branch 'master' of ssh://git-annex.branchable.com
2021-03-12 13:33:48 -04:00
Joey Hess
1cb154f457
avoid importing deleting submodule
...
import: When the previously exported tree contained a submodule,
preserve it in the imported tree so it does not get deleted.
The export exclude log, which was used for non-preferred content,
now also includes the submodules. Since the log format is git ls-tree
output, this does not break backwards compatibility.
2021-03-12 13:31:21 -04:00
Joey Hess
ed717cf646
fix handling of subtree
...
I don't think this actually fixes any buggy behavior in git-annex, I
just noticed that using treeItemToLsTreeItem and then serializing it
resulted in something starting with "160000 blob" rather than
"160000 commit"
2021-03-12 13:24:19 -04:00
Joey Hess
4b57e1c0ad
allow adjusttreeitem to remove submodules
2021-03-12 13:19:23 -04:00
mih
6396da95e9
2021-03-12 17:13:29 +00:00
Joey Hess
f2a425bd92
export: When a submodule is in the tree to be exported, skip it.
2021-03-12 12:29:18 -04:00
Joey Hess
ca25e94790
Merge branch 'master' of ssh://git-annex.branchable.com
2021-03-12 12:02:40 -04:00
Joey Hess
f6a6148baf
comment
2021-03-12 12:02:06 -04:00
Joey Hess
b1621cdda6
comment
2021-03-12 12:01:52 -04:00