Ilya_Shlyakhter
8c0a2a1155
added comments about testing addurl-related functions in testremote
2019-01-15 21:24:29 +00:00
Ilya_Shlyakhter
a1be80635f
git-annex-testremote for read-only external special remotes
2019-01-15 16:00:45 +00:00
Joey Hess
745ecccd0e
Merge branch 'master' of ssh://git-annex.branchable.com
2019-01-14 19:00:56 -04:00
Joey Hess
918868915c
rename page
2019-01-14 15:57:04 -04:00
Ilya_Shlyakhter
9953e3d353
Added a comment
2019-01-14 16:11:39 +00:00
andrew
f605156e42
2019-01-13 18:11:07 +00:00
Ilya_Shlyakhter
15dd1a17a1
Added a comment
2019-01-11 22:23:06 +00:00
Joey Hess
c1c976d1fa
Merge branch 'master' of ssh://git-annex.branchable.com
2019-01-11 17:25:56 -04:00
Joey Hess
d12f4db54d
comment
2019-01-11 16:54:07 -04:00
git-annex.branchable.com@1c3a8a83c15a19620a0a1a2e653d7c662fc8fe50
c30045bf75
Added a comment: get dry-run-ish option
2019-01-11 16:18:13 +00:00
Ilya_Shlyakhter
15fddad749
added suggestion to support MD5E keys that omit file size, and/or support attaching checksums to URL/WORM keys in metadata
2019-01-08 20:12:38 +00:00
Ilya_Shlyakhter
6835cd3957
asked about per-branch git-annex branches
2019-01-02 21:12:13 +00:00
andrew
d849ee579f
Added a comment
2019-01-01 20:02:58 +00:00
michael@ff03af62c7fd492c75066bda2fbf02370f5431f4
25cc890be1
Added a comment: Import --clean-duplicates
2018-12-31 10:40:04 +00:00
andrew
68a07151ef
Added a comment
2018-12-30 23:29:16 +00:00
travis.a.everett@3055951666d9c7bb74d8826294a71629368f5b92
81cd3c7d2a
2018-12-27 19:22:45 +00:00
spwhitton
556c555aa9
Added a comment
2018-12-21 12:27:14 +00:00
Joey Hess
365286279f
unused: Update suggested git log message to see where data was previously used so it will also work with v7 unlocked pointer files.
2018-12-19 13:53:49 -04:00
Joey Hess
c53a168717
followup
2018-12-19 13:45:37 -04:00
spwhitton
68da029629
Added a comment
2018-12-18 21:56:24 +00:00
Joey Hess
e6886eb316
Merge branch 'master' of ssh://git-annex.branchable.com
2018-12-18 16:31:49 -04:00
Joey Hess
70ba925abc
followup
2018-12-18 16:30:41 -04:00
spwhitton
c5a7221b21
update bug report in light of attempt to reproduce
2018-12-18 18:37:21 +00:00
anarcat
636dea401b
trivial documentation change...
2018-12-14 15:15:28 +00:00
spwhitton
a1df27a102
file test suite failure bug
2018-12-13 17:48:50 +00:00
Joey Hess
c1dd582f97
Merge branch 'master' of ssh://git-annex.branchable.com
2018-12-09 14:30:00 -04:00
Joey Hess
029ae8d4db
support findred and --branch with file matching options
...
* findref: Support file matching options: --include, --exclude,
--want-get, --want-drop, --largerthan, --smallerthan, --accessedwithin
* Commands supporting --branch now apply file matching options --include,
--exclude, --want-get, --want-drop to filenames from the branch.
Previously, combining --branch with those would fail to match anything.
* add, import, findref: Support --time-limit.
This commit was sponsored by Jake Vosloo on Patreon.
2018-12-09 13:38:35 -04:00
Joey Hess
2d9b3e4510
comment
2018-12-09 11:11:53 -04:00
andrew
38a658753a
Added a comment
2018-12-08 17:09:27 +00:00
andrew
666db40a32
Added a comment
2018-12-08 16:46:35 +00:00
Ilya_Shlyakhter
22b487e738
asked about adding tests under concurrency
2018-12-07 17:16:56 +00:00
Joey Hess
eb0db3d230
comments
2018-12-05 12:44:09 -04:00
michael@ff03af62c7fd492c75066bda2fbf02370f5431f4
d810efe844
Added a comment: Borg vs. restic, some design considerations
2018-12-05 14:36:45 +00:00
anarcat
fbd0c57e8a
updated the upgrades page, thanks for the clarification!
2018-12-04 21:07:52 +00:00
Joey Hess
14e6d7cf2d
comment
2018-12-04 16:55:36 -04:00
anarcat
5e3bb14873
another v7 catch?
2018-12-04 20:41:08 +00:00
Ilya_Shlyakhter
8f87be6622
Added a comment
2018-12-04 19:56:36 +00:00
Joey Hess
8d0d00d926
fix typo
2018-12-04 15:23:04 -04:00
Joey Hess
78879b5b36
response
2018-12-04 15:20:40 -04:00
Ilya_Shlyakhter
5c510f6937
fixed markup
2018-12-04 18:58:04 +00:00
Ilya_Shlyakhter
00ccf952e4
added suggestion for encrypting URLs
2018-12-04 18:57:04 +00:00
Ilya_Shlyakhter
ae0196df7e
Added a comment
2018-12-04 18:40:02 +00:00
Joey Hess
ab7746a2ae
annex.cachecreds: New config to allow disabling of credentials caching for special remotes.
...
Note that it does not prevent storing p2p access tokens or multicast
encryption keys, since those are not cached; the previous commit
established the distinction.
How well this works depends on how often getRemoteCredPair is called and
how expensive it is. In some cases setting this will result in an annoying
number of gpg password prompts and/or slowdowns due to reading creds
from the git-annex branch and decrypting, which could be improved by calling
getRemoteCredPair less often.
This commit was sponsored by Ilya Shlyakhter on Patreon.
2018-12-04 14:16:56 -04:00
Joey Hess
ba0bd4f9ea
followup
2018-12-04 13:11:00 -04:00
Joey Hess
b8f9dea27d
add exportedtree to info
...
info: When used with an exporttree remote, includes an "exportedtree" info,
which is the tree last exported to the remote. During an export conflict,
multiple values will be listed.
This commit was sponsored by John Pellman on Patreon.
2018-12-03 14:36:00 -04:00
Joey Hess
3ad7b7927e
comment
2018-12-03 13:52:10 -04:00
Joey Hess
33085f4bfe
followup
2018-12-03 13:23:46 -04:00
Joey Hess
ae3beccd7c
comment
2018-12-03 13:07:40 -04:00
spwhitton
89abe04eb8
Added a comment
2018-12-03 16:38:12 +00:00
Joey Hess
1948af854e
fixed
2018-12-03 12:33:54 -04:00