Commit graph

9362 commits

Author SHA1 Message Date
yarikoptic
0651e88a56 Added a comment 2020-02-26 20:14:47 +00:00
yarikoptic
1df33a5b3b initial report on --debug , -c interaction 2020-02-26 19:59:48 +00:00
basile.pinsard@f1a7fae9f3bd9d5282fca11f62ad53b45a8eb317
264c0c5780 Added a comment 2020-02-26 19:15:11 +00:00
basile.pinsard@f1a7fae9f3bd9d5282fca11f62ad53b45a8eb317
93517d7b70 Added a comment 2020-02-26 19:11:53 +00:00
Joey Hess
e520341500
Bugfix to getting content from an export remote with -J, when the export database was not yet populated. 2020-02-26 14:57:29 -04:00
Joey Hess
cb86caf929
comment 2020-02-26 14:21:35 -04:00
Joey Hess
85d9a810e9
response 2020-02-26 14:08:11 -04:00
yarikoptic
c259aedab5 Added a comment 2020-02-26 17:42:51 +00:00
yarikoptic
f765f3a357 Added a comment: requires -c annex.retry=2 to workaround 2020-02-26 17:34:55 +00:00
basile.pinsard@f1a7fae9f3bd9d5282fca11f62ad53b45a8eb317
5d84564a76 removed 2020-02-26 16:39:22 +00:00
yarikoptic
720a7727a1 issue on a stalled enableremote 2020-02-26 16:20:44 +00:00
basile.pinsard@f1a7fae9f3bd9d5282fca11f62ad53b45a8eb317
3e3d72d803 Added a comment: strace 2020-02-26 15:51:10 +00:00
basile.pinsard@f1a7fae9f3bd9d5282fca11f62ad53b45a8eb317
6988256f68 Added a comment: strace 2020-02-26 15:50:50 +00:00
basile.pinsard@f1a7fae9f3bd9d5282fca11f62ad53b45a8eb317
26e7c935af Added a comment 2020-02-26 13:46:22 +00:00
bvaa
456bff66f8 2020-02-26 10:25:47 +00:00
Joey Hess
9dca87311a
comment 2020-02-25 16:39:07 -04:00
Joey Hess
288e07a416
comment 2020-02-25 13:46:51 -04:00
Joey Hess
b4c4e3b853
correction 2020-02-25 13:42:44 -04:00
Joey Hess
7b8ec5023e
comment 2020-02-25 13:41:42 -04:00
Joey Hess
888f6041a7
Merge branch 'master' of ssh://git-annex.branchable.com 2020-02-25 13:34:57 -04:00
Joey Hess
508b962759
comment 2020-02-25 13:34:16 -04:00
basile.pinsard@f1a7fae9f3bd9d5282fca11f62ad53b45a8eb317
e7163c0a1f Added a comment: no traffic getting out 2020-02-25 16:55:25 +00:00
kyle
d536167a03 Added a comment: thanks 2020-02-25 01:20:35 +00:00
Joey Hess
1bb32098d6
jump right to v8, don't stop part way
* init --version: When the version given is one that automatically
  upgrades to a newer version, use the newer version instead.
* Auto upgrades from older repo versions, like v5, now jump right to v8.
2020-02-24 13:21:00 -04:00
basile.pinsard@f1a7fae9f3bd9d5282fca11f62ad53b45a8eb317
ddd3099de9 2020-02-21 21:42:29 +00:00
kyle
c6a66353bb 2020-02-21 21:22:03 +00:00
Joey Hess
17b3c66a61
followup and merge 2020-02-20 13:35:37 -04:00
Joey Hess
be2a9e12bb
close 2020-02-20 13:22:37 -04:00
Joey Hess
029c883713
Merge branch 'master' into v8 2020-02-19 14:32:11 -04:00
Ilya_Shlyakhter
af91e5e5e7 Added a comment: git-annex build-time dependencies 2020-02-18 19:33:35 +00:00
Joey Hess
39864fe1b4
close wontfix 2020-02-17 12:53:27 -04:00
Joey Hess
f4bf2ccc7a
comment 2020-02-17 12:45:00 -04:00
Ilya_Shlyakhter
ae75b673cf Added a comment 2020-02-16 04:05:11 +00:00
yarikoptic
3d4f068796 Added a comment 2020-02-15 04:45:05 +00:00
Ilya_Shlyakhter
703a88a58e Added a comment: ssh caching 2020-02-14 20:53:30 +00:00
Joey Hess
879f52a116
annex.tune.branchhash1=true bugfix
Fix support for repositories tuned with annex.tune.branchhash1=true,
including --all not working and git-annex log not displaying anything for
annexed files.
2020-02-14 15:22:48 -04:00
Joey Hess
c265cf27a0
tag moreinfo 2020-02-14 14:53:39 -04:00
Joey Hess
352963690a
fsck --from remote -J concurrency bug
fsck --from remote: Fix a concurrency bug that could make it incorrectly
detect that content in the remote is corrupt, and remove it, resulting in
data loss.
2020-02-14 14:52:15 -04:00
Joey Hess
399319ccbc
Avoid throwing fatal errors when asked to write to a readonly git remote on http
Test suite found one of them, looking for giveup turned up several more.
2020-02-14 14:38:13 -04:00
Joey Hess
a490947068
annex.sshcaching warning improvement and allow overridding build time default
* When git-annex is built with a ssh that does not support ssh connection
  caching, default annex.sshcaching to false, but let the user override it.
* Improve warning messages further when ssh connection caching cannot
  be used, to clearly state why.
2020-02-14 14:21:03 -04:00
Ilya_Shlyakhter
eb6527197f added bug report re: warning about ssh caching keeps showing 2020-02-12 18:12:10 +00:00
Ilya_Shlyakhter
4074f1aff8 Added a comment: reasons not to have annex.genmetadata default to true 2020-02-10 18:40:54 +00:00
achilleas.k@14be77d42a1252fab5ec9dbf4e5ea03c5833e8c8
c94cac580d 2020-02-07 14:37:31 +00:00
t+gitannex@1d62779e8b54f30a854739f61542a6885167b01f
9918952a5b Added a comment 2020-02-06 11:07:35 +00:00
Joey Hess
c9357bdc0e
ifdef persistent-template 2.8.0 fixes
The i386ancient build has a ghc too old for these extensions.

Build with persistent-template 2.8.0 tested.
2020-02-04 13:53:00 -04:00
Joey Hess
ee718fb35d
Makefile: Really move the fish completion to the vendor_completions.d directory. 2020-02-04 12:10:09 -04:00
Joey Hess
4920df6573
Fix build with newest version of persistent-template.
This is untested because of rain, also I am operating from truncated
copiler error messages in a bug report that also doesn't mention what the
library version is. Still, it should work.

May break builds with old ghc, in particular DerivingStrategies is
I think fairly new? The pragmas could be ifdefed if necessary. Works with
ghc 8.6.5.
2020-02-04 12:03:30 -04:00
nrg@bd619d1ebf16e6324c546adea8be8fe1cc2b4325
ae2d42bad4 Added a comment: Change introduced by persistent-sqlite and persistent-template 2020-02-04 15:10:04 +00:00
annex2384@290036d126d86bcec28ee2f2ead549de1f59e90e
f720ea05a9 Added a comment: Using -o metadata? 2020-02-04 03:22:46 +00:00
eschwartz@5abb721e66990e478c7d1caf96beb4f9794eb168
841fcaeeaf Added a comment: Partial fix only. 2020-02-03 23:47:38 +00:00