ericm
2ebf0ec447
2018-10-05 06:23:52 +00:00
yarikoptic
cf9cd4f3d2
Added a comment
2018-10-05 04:30:31 +00:00
Joey Hess
a340d5da1e
devblog
2018-10-04 17:54:00 -04:00
Joey Hess
bf175de217
response
2018-10-04 17:41:58 -04:00
Joey Hess
6edad9be08
Merge branch 'master' of ssh://git-annex.branchable.com
2018-10-04 17:37:40 -04:00
Joey Hess
76e151018a
mention location tracking
2018-10-04 17:37:20 -04:00
Joey Hess
451171b7c1
clean up url removal presence update
...
* rmurl: Fix a case where removing the last url left git-annex thinking
content was still present in the web special remote.
* SETURLPRESENT, SETURIPRESENT, SETURLMISSING, and SETURIMISSING
used to update the presence information of the external special remote
that called them; this was not documented behavior and is no longer done.
Done by making setUrlPresent and setUrlMissing only update presence info
for the web, and only when the url is a web url. See the comment for
reasoning about why that's the right thing to do.
In AddUrl, had to make it update location tracking, to handle the
non-web-url case.
This commit was sponsored by Ewen McNeill on Patreon.
2018-10-04 17:35:49 -04:00
Ilya_Shlyakhter
6b4daa416e
Added a comment
2018-10-04 21:16:29 +00:00
yarikoptic
0d00230ca2
Added a comment: reporting back
2018-10-04 20:37:53 +00:00
Joey Hess
ca66e7b66a
followup
2018-10-04 15:53:33 -04:00
Joey Hess
27d5ed2fb8
oops, I was wrong
2018-10-04 15:41:07 -04:00
Joey Hess
da02c560ca
response
2018-10-04 15:36:44 -04:00
Joey Hess
d4bab34897
close
2018-10-04 15:33:37 -04:00
Ilya_Shlyakhter
9c041ed475
Added a comment
2018-10-04 19:30:07 +00:00
Joey Hess
8048b956ab
followup
2018-10-04 15:29:15 -04:00
Joey Hess
06f88fdb85
prompt for information
2018-10-04 15:26:57 -04:00
Joey Hess
99a24af0e7
close, not a bug in git-annex
2018-10-04 15:25:03 -04:00
Joey Hess
feff67aa63
response
2018-10-04 15:18:22 -04:00
Joey Hess
123be593a3
response
2018-10-04 15:10:01 -04:00
Joey Hess
9897401a26
followup
2018-10-04 15:06:09 -04:00
Joey Hess
50c999bfa3
seems to work as desired
2018-10-04 15:03:39 -04:00
Joey Hess
378eae9a8e
response
2018-10-04 14:48:18 -04:00
Joey Hess
b12b341c6d
close dup
2018-10-04 14:46:43 -04:00
Joey Hess
79aa57d37e
response
2018-10-04 14:45:06 -04:00
Joey Hess
fbf270db0a
response
2018-10-04 14:30:03 -04:00
Joey Hess
57784dd97d
response
2018-10-04 14:26:20 -04:00
Joey Hess
72ffb4a2da
response
2018-10-04 14:21:37 -04:00
Joey Hess
39d3995787
response
2018-10-04 14:11:38 -04:00
Joey Hess
45e09ea7f3
debug the full adjusted Request
...
So that the user-agent etc are included in the debug.
2018-10-04 13:45:27 -04:00
Joey Hess
4b793fb077
Fix reversion in support of annex.web-options
...
Inverted logic added as part of the url security fix made it always use
curl when annex.security.allowed-http-addresses=all unless annex.web-options
was set.
That nobody noticed kind of makes me wonder if anyone uses
annex.web-options..
This commit was sponsored by Denis Dzyubenko on Patreon.
2018-10-04 13:43:29 -04:00
Joey Hess
bf9af05867
comment
2018-10-04 13:07:31 -04:00
Joey Hess
108e63007d
response
2018-10-04 13:01:28 -04:00
Joey Hess
6ba3dea566
annex.jobs
...
Added annex.jobs setting, which is like using the -J option.
Of course, -J overrides annex.jobs.
This commit was sponsored by Trenton Cronholm on Patreon.
2018-10-04 12:47:27 -04:00
Joey Hess
585e6b39aa
comment
2018-10-04 12:45:48 -04:00
4omecha@fff0ca6fa5307d92706e5ee6812d8db8f8067df0
62ac8ed2fe
Added a comment: git-annex
2018-10-04 14:19:17 +00:00
Ilya_Shlyakhter
b0b69f1819
suggestion - dockerized external special remotes
2018-10-04 01:23:53 +00:00
Ilya_Shlyakhter
0783f0afcf
Added a comment
2018-10-04 01:11:11 +00:00
yarikoptic
f6243734e4
Added a comment
2018-10-03 20:58:09 +00:00
Joey Hess
a93773246b
followup
2018-10-03 15:49:35 -04:00
Joey Hess
9d0e274b07
Merge branch 'master' of ssh://git-annex.branchable.com
2018-10-03 14:04:39 -04:00
Joey Hess
aa69796121
simplify
2018-10-03 14:04:19 -04:00
Joey Hess
acc1dc37b0
followup
2018-10-03 14:04:14 -04:00
yarikoptic
273a9053cd
Added a comment
2018-10-03 18:03:56 +00:00
yarikoptic
807884f3d1
Added a comment
2018-10-03 17:55:04 +00:00
Ilya_Shlyakhter
441a018e3a
suggested config flag to use all available cores
2018-10-03 17:50:08 +00:00
Joey Hess
50b885ffd6
close, implemented already
2018-10-03 13:42:56 -04:00
yarikoptic
fe8cbc447b
Added a comment
2018-10-03 17:39:48 +00:00
Joey Hess
4ea33ecadd
close, probably git annex inprogress was it
2018-10-03 13:26:49 -04:00
Joey Hess
a62c94e811
retitle
2018-10-03 13:25:00 -04:00
Joey Hess
233a45994b
retitle
2018-10-03 13:22:52 -04:00