Commit graph

20697 commits

Author SHA1 Message Date
Joey Hess
9babd88e90 always debug where logging to on startup 2014-07-16 15:10:41 -04:00
http://joeyh.name/
f30dff1581 Added a comment 2014-07-16 18:38:51 +00:00
http://joeyh.name/
e6d76cc17e Added a comment 2014-07-16 18:21:24 +00:00
Joey Hess
a2a9650514 Merge branch 'master' of ssh://git-annex.branchable.com 2014-07-16 14:17:59 -04:00
http://joeyh.name/
06265c22af Added a comment 2014-07-16 18:18:11 +00:00
http://joeyh.name/
8896939f83 Added a comment 2014-07-16 18:18:00 +00:00
Joey Hess
4a0ddf6ca8 confirmed 2014-07-16 14:16:22 -04:00
http://joeyh.name/
fe41fe4f74 Added a comment 2014-07-16 18:10:09 +00:00
http://joeyh.name/
3da1523634 Added a comment 2014-07-16 18:08:26 +00:00
http://joeyh.name/
fc492146a5 Added a comment 2014-07-16 17:51:28 +00:00
Joey Hess
bfdbc63b50 mention SKEIN*E variants 2014-07-16 13:31:01 -04:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
117309d148 Added a comment 2014-07-16 13:42:16 +00:00
http://mildred.fr/
db65a17be6 Added a comment: Re: Fixing symlinks to the annex store in direct mode 2014-07-16 07:04:08 +00:00
http://mildred.fr/
0d66bac2c0 Added a comment: Fixing symlinks to the annex store in direct mode 2014-07-16 06:52:33 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkpIIYg6Fl7OFsOHVPEchZYj68A3dk4lVg
8c14ba8047 removed 2014-07-16 02:20:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkpIIYg6Fl7OFsOHVPEchZYj68A3dk4lVg
8006364560 Added a comment: text relocations refusal 2014-07-16 02:19:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkpIIYg6Fl7OFsOHVPEchZYj68A3dk4lVg
3469610de0 Added a comment: text relocations refusal 2014-07-16 02:19:28 +00:00
divB
5402dd4d9f Added a comment 2014-07-15 22:02:41 +00:00
Joey Hess
bc0c19514c devblog 2014-07-15 17:44:56 -04:00
Joey Hess
7e75fa82c6 close 2014-07-15 17:37:42 -04:00
Joey Hess
019ed359e6 Merge branch 'master' of ssh://git-annex.branchable.com 2014-07-15 17:35:58 -04:00
Joey Hess
ec5ed2af9d Set gcrypt-publish-participants when setting up a gcrypt repository, to avoid unncessary passphrase prompts.
This is a security/usability tradeoff. To avoid exposing the gpg key ids
who can decrypt the repository, users can unset
gcrypt-publish-participants.

The gcrypt-publish-participants option is available in my fork of
git-remote-gcrypt.

This commit was sponsored by Christopher Kernahan.
2014-07-15 17:33:14 -04:00
http://joeyh.name/
568cc3ea64 Added a comment 2014-07-15 21:06:23 +00:00
divB
17a73f0022 Added a comment 2014-07-15 20:51:07 +00:00
http://joeyh.name/
02ee23f3bb Added a comment 2014-07-15 20:42:16 +00:00
divB
8238b04816 Added a comment 2014-07-15 20:33:07 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk3JJvaarUKd7xShCMze_kpHVcuCzFrWTI
6d110e0d91 2014-07-15 20:22:17 +00:00
http://joeyh.name/
8430ed458d Added a comment 2014-07-15 19:20:13 +00:00
http://joeyh.name/
0280108372 Added a comment 2014-07-15 19:15:13 +00:00
http://joeyh.name/
3372106e9f Added a comment 2014-07-15 19:13:06 +00:00
http://joeyh.name/
f0eed81357 Added a comment 2014-07-15 19:01:24 +00:00
Joey Hess
925e1db85b retitle 2014-07-15 14:59:50 -04:00
http://joeyh.name/
83b5e0990c Added a comment 2014-07-15 18:56:31 +00:00
http://joeyh.name/
d4e2d01dc0 Added a comment 2014-07-15 18:55:58 +00:00
http://joeyh.name/
6cf1b3eb15 Added a comment 2014-07-15 18:53:47 +00:00
http://joeyh.name/
25e4e4fc8f Added a comment 2014-07-15 18:50:29 +00:00
Joey Hess
cdf61071bc optimise handling of unavailable repos
The exception handling resulted in git config --list being run twice
for unavailable repos. This dials it back down to running it only once.
2014-07-15 14:45:27 -04:00
Joey Hess
63be8f9d0f Merge branch 'master' of ssh://git-annex.branchable.com 2014-07-15 14:40:22 -04:00
Joey Hess
bd514eb65a catch exception when repo is really not available 2014-07-15 14:39:31 -04:00
http://joeyh.name/
b6b64df7d9 Added a comment 2014-07-15 18:37:34 +00:00
Joey Hess
4e44bda4cc Merge branch 'master' of ssh://git-annex.branchable.com 2014-07-15 14:28:21 -04:00
Joey Hess
522a0922b8 sync: Fix git sync with local git remotes even when they don't have an annex.uuid set.
Catch an exception when ensureInitialized is run in a non-initted
repository. In this case, just read the git config, so that the Git.Repo
object is not LocalUnknown, which is what is used to represent remotes
on eg, drives that are not connected.

The assistant already got this right, and like with the assistant, this
causes an implicit git-annex init of the local remote on the second sync,
once the git-annex branch has been pushed to it.
See this comment for more analysis:
http://git-annex.branchable.com/todo/Recovering_from_a_bad_sync/#comment-64e469a2c1969829ee149cbb41b1c138

This commit was sponsored by jscit.
2014-07-15 14:27:43 -04:00
http://joeyh.name/
82eca051f5 Added a comment 2014-07-15 18:23:50 +00:00
feulif
f989c48159 Added a comment 2014-07-15 18:03:56 +00:00
http://joeyh.name/
d2ef0ba3ca Added a comment 2014-07-15 17:36:22 +00:00
Joey Hess
a3d73a2cb3 meant to close this before 2014-07-15 13:35:23 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmTNrhkVQ26GBLaLD5-zNuEiR8syTj4mI8
732d2fb1f1 2014-07-15 17:17:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk3JJvaarUKd7xShCMze_kpHVcuCzFrWTI
542804ad2c Added a comment 2014-07-15 16:18:01 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmTNrhkVQ26GBLaLD5-zNuEiR8syTj4mI8
b09b4c1563 2014-07-15 16:17:09 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmTNrhkVQ26GBLaLD5-zNuEiR8syTj4mI8
7230dc525c 2014-07-15 13:57:29 +00:00