kyle
64ae689f21
2019-01-29 16:26:06 +00:00
yarikoptic
76652f0907
Added a comment
2019-01-26 00:46:04 +00:00
Ilya_Shlyakhter
973034eb6d
Added a comment
2019-01-25 21:34:15 +00:00
yarikoptic
fd5bf09cd5
initial plea for publicurl for all special remotes
2019-01-25 03:08:39 +00:00
yarikoptic
55376d0a28
initial whining about absent way to get supported configuration options for a special remote
2019-01-25 02:58:52 +00:00
Joey Hess
ee1cbe98e3
thoughts
2019-01-22 13:25:54 -04:00
Joey Hess
fe424fd76c
comment
2019-01-22 11:56:25 -04:00
Joey Hess
e0b3ba3819
comment
2019-01-22 11:44:02 -04:00
lykos@d125a37d89b1cfac20829f12911656c40cb70018
cc3a70e7aa
Added a comment
2019-01-21 11:57:07 +00:00
lykos@d125a37d89b1cfac20829f12911656c40cb70018
8961e9fd79
Added a comment
2019-01-21 11:40:07 +00:00
yarikoptic
aa8dbb3436
Added a comment: May be it is time?
2019-01-20 15:32:39 +00:00
Ilya_Shlyakhter
62a6dc6148
Added a comment
2019-01-18 20:57:36 +00:00
Joey Hess
d5f2463702
misctmp cleanup
...
* Switch to using .git/annex/othertmp for tmp files other than partial
downloads, and make stale files left in that directory when git-annex
is interrupted be cleaned up promptly by subsequent git-annex processes.
* The .git/annex/misctmp directory is no longer used and git-annex will
delete anything lingering in there after it's 1 week old.
Also, in Annex.Ingest, made the filename it uses in the tmp dir be
prefixed with "ingest-" to avoid potentially using a filename used by
some other code.
2019-01-17 16:02:22 -04:00
Joey Hess
8555169e71
testremote: Support testing readonly remotes with the --test-readonly option
...
This commit was sponsored by Ilya Shlyakhter on Patreon.
2019-01-17 12:44:52 -04:00
Joey Hess
8230b62e06
add todo
2019-01-17 11:49:56 -04:00
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