Commit graph

15623 commits

Author SHA1 Message Date
https://www.google.com/accounts/o8/id?id=AItOawn26A25mnLHRtWAP587-NPwEFKzolmENL4
c48cd02f10 Added a comment: Also with standalone git-annex 2014-09-24 14:14:43 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn26A25mnLHRtWAP587-NPwEFKzolmENL4
1db7a3eddc 2014-09-24 13:46:04 +00:00
http://svario.it/gioele
f47cebf38e Added a comment 2014-09-24 07:15:09 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmK0703vNSIQsP1mGf-4MAPnsBZiSc6yVo
7c8f63107d Added a comment 2014-09-23 21:15:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmK0703vNSIQsP1mGf-4MAPnsBZiSc6yVo
a29dba3027 Added a comment 2014-09-23 20:58:10 +00:00
http://joeyh.name/
c31ea37104 Added a comment 2014-09-23 20:27:25 +00:00
Joey Hess
21672e7b17 close 2014-09-23 16:19:45 -04:00
https://www.google.com/accounts/o8/id?id=AItOawn3p4i4lk_zMilvjnJ9sS6g2nerpgz0Fjc
ccc9ff16b2 Added a comment: Why different versions? 2014-09-23 10:59:32 +00:00
https://me.yahoo.com/a/wbh0dY54mcPwTpeOweuPQ8JiZrH3hg--#9b726
880f4e663b Added a comment 2014-09-23 01:15:23 +00:00
https://me.yahoo.com/a/wbh0dY54mcPwTpeOweuPQ8JiZrH3hg--#9b726
d2666edbec 2014-09-22 21:50:37 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmK0703vNSIQsP1mGf-4MAPnsBZiSc6yVo
6ffa03c357 removed 2014-09-22 20:22:49 +00:00
Joey Hess
fd5fa831fa fix urls 2014-09-22 14:12:10 -04:00
Joey Hess
7a3e4e6e41 Merge branch 'master' of ssh://git-annex.branchable.com 2014-09-22 14:10:59 -04:00
Joey Hess
c5b8ffcb42 update 2014-09-22 14:10:50 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmK0703vNSIQsP1mGf-4MAPnsBZiSc6yVo
b60d61e561 2014-09-21 13:12:13 +00:00
dirkz
b0c4300868 2014-09-20 14:55:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmK0703vNSIQsP1mGf-4MAPnsBZiSc6yVo
70813b0e29 2014-09-19 21:45:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmK0703vNSIQsP1mGf-4MAPnsBZiSc6yVo
cb46e5ea58 Added a comment 2014-09-19 21:31:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmK0703vNSIQsP1mGf-4MAPnsBZiSc6yVo
184e9c5119 Added a comment: Understanding 2014-09-19 21:24:19 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmK0703vNSIQsP1mGf-4MAPnsBZiSc6yVo
58805f73b5 Added a comment: Sync between two indirectly connected remotes need XMPP? 2014-09-19 19:37:36 +00:00
http://joeyh.name/
9ad3746abb Added a comment 2014-09-19 18:33:17 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlog_5wIICaMcrKTexlFNA6IO6UTp323aE
8c7a1a6d43 Added a comment 2014-09-19 18:22:36 +00:00
Joey Hess
f5a36b275d add news item for git-annex 5.20140919 2014-09-19 13:10:33 -04:00
rasmus
ddb2c91e24 Added a comment 2014-09-19 06:29:58 +00:00
annexuser
80232ac871 Added a comment 2014-09-19 04:43:42 +00:00
http://joeyh.name/
0f7caf5c74 Added a comment 2014-09-19 02:59:36 +00:00
http://joeyh.name/
41ec41a69f Added a comment: I know what it is now 2014-09-19 02:43:22 +00:00
rasmus
8b38cee935 Added a comment 2014-09-19 00:43:56 +00:00
Joey Hess
15c502588e error, don't warn about insecure creds
A one-time warning was not good enough. A hard error will force the user to
notice the problem.

Perhaps worth noting that git-annex enableremote already failed with an
error, and nobody reported a bug. Suggests that not many people have used
the insecure configuration, or if they did, they went to the bother to
embedcreds, but never re-enabled the special remote.
2014-09-18 19:03:15 -04:00
anarcat
23f60da002 git history is hard to kill, make sure it's clear 2014-09-18 22:27:46 +00:00
Joey Hess
9428a3b759 number 2014-09-18 18:25:33 -04:00
Joey Hess
417087d532 devblog 2014-09-18 18:24:20 -04:00
Joey Hess
0ed33c8b74 deal with old repositories with non-encrypted creds
See 2f3c3aa01f for backstory about how a repo
could be in this state.

When decryption fails, the repo must be using non-encrypted creds. Note
that creds are encrypted/decrypted using the encryption cipher which is
stored in the repo, so the decryption cannot fail due to missing gpg keys
etc. (For !shared encryptiom, the cipher is iteself encrypted using some
gpg key(s), and the decryption of the cipher happens earlier, so not
affected by this change.

Print a warning message for !shared repos, and continue on using the
cipher. Wrote a page explaining what users hit by this bug should do.

This commit was sponsored by Samuel Tardieu.
2014-09-18 17:58:03 -04:00
Joey Hess
2f3c3aa01f glacier, S3: Fix bug that caused embedded creds to not be encypted using the remote's key.
encryptionSetup must be called before setRemoteCredPair. Otherwise,
the RemoteConfig doesn't have the cipher in it, and so no cipher is used to
encrypt the embedded creds.

This is a security fix for non-shared encryption methods!

For encryption=shared, there's no security problem, just an
inconsistentency in whether the embedded creds are encrypted.

This is very important to get right, so used some types to help ensure that
setRemoteCredPair is only run after encryptionSetup. Note that the external
special remote bypasses the type safety, since creds can be set after the
initial remote config, if the external special remote program requests it.
Also note that IA remotes never use encryption, so encryptionSetup is not
run for them at all, and again the type safety is bypassed.

This leaves two open questions:

1. What to do about S3 and glacier remotes that were set up
   using encryption=pubkey/hybrid with embedcreds?
   Such a git repo has a security hole embedded in it, and this needs to be
   communicated to the user. Is the changelog enough?

2. enableremote won't work in such a repo, because git-annex will
   try to decrypt the embedded creds, which are not encrypted, so fails.
   This needs to be dealt with, especially for ecryption=shared repos,
   which are not really broken, just inconsistently configured.

   Noticing that problem for encryption=shared is what led to commit
   fbdeeeed5f, which tried to
   fix the problem by not decrypting the embedded creds.

This commit was sponsored by Josh Taylor.
2014-09-18 17:26:12 -04:00
Joey Hess
3becc6a433 Merge branch 'master' of ssh://git-annex.branchable.com 2014-09-18 15:44:26 -04:00
Joey Hess
fe994e58e5 clarify that sync only commits changes to files already added to the repo 2014-09-18 15:43:20 -04:00
http://joeyh.name/
e26f28f5fc Added a comment 2014-09-18 19:41:39 +00:00
http://joeyh.name/
ac635f7ada Added a comment 2014-09-18 19:28:56 +00:00
Joey Hess
4b38a572ab Merge branch 'master' of ssh://git-annex.branchable.com 2014-09-18 15:23:01 -04:00
Joey Hess
d84eab8a8a Revert "S3, Glacier, WebDAV: Fix bug that prevented accessing the creds when the repository was configured with encryption=shared embedcreds=yes."
This reverts commit fbdeeeed5f.

I can find no basis for that commit and think that I made it in error.
setRemoteCredPair always encrypts using the cipher from remoteCipher,
even when the cipher is shared.
2014-09-18 15:21:47 -04:00
xn
2ebcc69d63 Added a comment 2014-09-18 19:03:30 +00:00
Joey Hess
2d99b6b931 mention old-style chunking 2014-09-18 14:54:35 -04:00
http://joeyh.name/
74ad8ebb0c Added a comment 2014-09-18 18:52:17 +00:00
http://joeyh.name/
ce0f2dd114 Added a comment 2014-09-18 18:49:43 +00:00
http://joeyh.name/
019a0ec802 Added a comment 2014-09-18 18:27:37 +00:00
Joey Hess
282a1d2a5d Merge branch 'master' of ssh://git-annex.branchable.com 2014-09-18 14:26:45 -04:00
http://joeyh.name/
4c2724f8f6 Added a comment 2014-09-18 18:05:33 +00:00
http://joeyh.name/
2abc00a182 Added a comment 2014-09-18 18:00:43 +00:00
http://joeyh.name/
4ba10c8dfe Added a comment 2014-09-18 17:55:21 +00:00
http://joeyh.name/
2889b97903 Added a comment 2014-09-18 17:43:44 +00:00
http://joeyh.name/
df8af94f4b Added a comment 2014-09-18 17:39:19 +00:00
http://joeyh.name/
c174d75745 Added a comment 2014-09-18 17:32:09 +00:00
http://joeyh.name/
8fb0256d8d Added a comment 2014-09-18 17:27:36 +00:00
http://joeyh.name/
baa937acf5 Added a comment 2014-09-18 16:54:10 +00:00
Joey Hess
d01829bb4e retitle 2014-09-18 12:38:49 -04:00
rasmus
ca5e79ff39 Added a comment 2014-09-18 11:28:45 +00:00
anarcat
dc254a62cc Added a comment 2014-09-17 20:53:01 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmH7o6q2l99M-PQolOfbR3_i5B_jtTIcAE
47cf94793f Added a comment: Camlistore 2014-09-17 20:36:43 +00:00
http://joeyh.name/
68d614d90d Added a comment 2014-09-17 20:20:40 +00:00
anarcat
e0e324779e Added a comment: camlistore 2014-09-17 20:18:57 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlog_5wIICaMcrKTexlFNA6IO6UTp323aE
3014165ad1 Added a comment 2014-09-17 08:47:03 +00:00
pot
18b919df06 removed 2014-09-17 03:52:04 +00:00
pot
8282ad1513 Added a comment 2014-09-17 03:51:37 +00:00
https://id.koumbit.net/anarcat
ff9cbf3d36 Added a comment 2014-09-16 20:35:24 +00:00
Joey Hess
2843b17706 Merge branch 'master' of ssh://git-annex.branchable.com 2014-09-16 16:18:10 -04:00
Joey Hess
2f09a59241 devblog 2014-09-16 16:16:25 -04:00
http://joeyh.name/
b46b46918e Added a comment 2014-09-16 19:50:42 +00:00
http://joeyh.name/
f6bac63edb Added a comment 2014-09-16 19:33:11 +00:00
http://joeyh.name/
481b3bb7ef Added a comment: no need for c2hs 2014-09-16 19:28:10 +00:00
http://joeyh.name/
e3f804a748 Added a comment 2014-09-16 19:19:00 +00:00
Joey Hess
fd36ff4e85 comment reorg 2014-09-16 15:16:13 -04:00
Joey Hess
552169bac5 improve 2014-09-16 15:12:09 -04:00
Joey Hess
5b8515c6d5 Merge branch 'master' of ssh://git-annex.branchable.com 2014-09-16 15:07:36 -04:00
Joey Hess
fb706ed194 reorg and rewrote build-from-source instructions 2014-09-16 15:05:12 -04:00
http://joeyh.name/
27f10e6081 Added a comment 2014-09-16 18:36:18 +00:00
http://joeyh.name/
8f1dfae463 Added a comment 2014-09-16 18:22:11 +00:00
http://joeyh.name/
9f3dc342e9 Added a comment 2014-09-16 18:13:18 +00:00
http://joeyh.name/
506aa25359 Added a comment 2014-09-16 18:07:54 +00:00
Joey Hess
c74fe5bfee Merge branch 'master' of ssh://git-annex.branchable.com 2014-09-16 13:41:13 -04:00
Joey Hess
2abeae7582 Windows: Avoid crashing trying to list gpg secret keys, for gcrypt which is not yet supported on Windows. 2014-09-16 13:40:44 -04:00
Petter_petterson
c025e4adfb Added a comment 2014-09-16 08:15:05 +00:00
Petter_petterson
e32a39c12d Added a comment 2014-09-16 08:13:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmfEGTjv4GsWkSG2lpuBitRDxVkml7yEQg
12df592a03 Added a comment: Installing debs 2014-09-16 02:16:28 +00:00
https://openid.stackexchange.com/user/7891307e-4b76-4697-8e71-083669c26e9f
d74a4db48f removed 2014-09-15 19:08:11 +00:00
https://openid.stackexchange.com/user/7891307e-4b76-4697-8e71-083669c26e9f
a0a39960ab Added a comment: quvi in .gitattributes 2014-09-15 18:54:36 +00:00
Joey Hess
4e3d176b1b add news item for git-annex 5.20140915 2014-09-15 11:11:34 -04:00
zardoz
3b660c5590 Added a comment 2014-09-15 10:34:36 +00:00
Kim
734c1fa4a3 2014-09-14 22:03:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo
b169612f82 Added a comment 2014-09-14 18:57:12 +00:00
https://id.koumbit.net/anarcat
ef3fc5607d Added a comment 2014-09-14 17:38:34 +00:00
Joey Hess
085c113137 Merge branch 'master' of ssh://git-annex.branchable.com 2014-09-13 16:27:56 -04:00
Joey Hess
632e5aee35 fixed 2014-09-13 16:27:07 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
fd1e06c78c 2014-09-13 17:32:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmH7o6q2l99M-PQolOfbR3_i5B_jtTIcAE
971f9924e0 Added a comment: How to publish your files to the public 2014-09-13 15:29:18 +00:00
Petter_petterson
911d05bd3d Added a comment: addition 2014-09-13 07:54:58 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkRGMQkg9ck_pr47JXZV_C2DJQXrO8LgpI
199f2942dc Added a comment: Hard linking on local clone 2014-09-13 06:28:01 +00:00
Joey Hess
5f290f3206 Merge branch 'master' of ssh://git-annex.branchable.com 2014-09-12 20:55:14 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmH7o6q2l99M-PQolOfbR3_i5B_jtTIcAE
d3aa8223b0 mark annex.genmetadata as code. 2014-09-12 19:53:33 +00:00
Joey Hess
0ae140f584 Merge branch 'master' of ssh://git-annex.branchable.com 2014-09-12 15:41:04 -04:00
Petter_petterson
7481e5411a 2014-09-12 19:17:17 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmH7o6q2l99M-PQolOfbR3_i5B_jtTIcAE
fb45eec69b Added a comment 2014-09-12 18:57:07 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmH7o6q2l99M-PQolOfbR3_i5B_jtTIcAE
e12f6dcc2c removed 2014-09-12 18:56:21 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmH7o6q2l99M-PQolOfbR3_i5B_jtTIcAE
dcfa82945c Added a comment 2014-09-12 18:55:45 +00:00
Joey Hess
3735e64c61 Merge branch 'master' of ssh://git-annex.branchable.com 2014-09-12 13:55:24 -04:00
xn
605616032a 2014-09-12 17:54:32 +00:00
http://joeyh.name/
ac0945b9d0 Added a comment: turns out to be an upstream bug already filed 2014-09-12 17:46:23 +00:00
https://id.koumbit.net/anarcat
2e8ad6c95e 2014-09-12 17:37:29 +00:00
https://id.koumbit.net/anarcat
b9d9c47c6c sigh - typo, no sleep again :( 2014-09-12 17:27:56 +00:00
https://id.koumbit.net/anarcat
e997e26698 workaround 2014-09-12 17:26:38 +00:00
https://id.koumbit.net/anarcat
af94e44fc0 2014-09-12 17:18:16 +00:00
http://joeyh.name/
61b75d0475 Added a comment 2014-09-12 16:38:48 +00:00
http://joeyh.name/
6ae36f5445 Added a comment 2014-09-12 16:34:56 +00:00
Joey Hess
3c49a5d29c typo 2014-09-12 12:29:04 -04:00
Joey Hess
c9f8b9906c Merge branch 'master' of ssh://git-annex.branchable.com 2014-09-12 12:26:41 -04:00
http://joeyh.name/
db0f679f54 Added a comment 2014-09-12 16:03:09 +00:00
divB
a18b2857ef Added a comment 2014-09-12 02:47:37 +00:00
http://grossmeier.net/
cc58b5089c initial 2014-09-12 01:24:47 +00:00
Joey Hess
eb26f00c04 devblog and look back over the past year 2014-09-11 16:15:16 -04:00
https://andrew.aylett.co.uk/
64d9e0b580 Added a comment 2014-09-11 19:03:07 +00:00
Joey Hess
ea1891cbca Merge branch 'master' of ssh://git-annex.branchable.com 2014-09-11 14:50:47 -04:00
Joey Hess
9711d529c8 WORM backend: Switched to include the relative path to the file inside the repository, rather than just the file's base name. Note that if you're relying on such things to keep files separate with WORM, you should really be using a better backend. 2014-09-11 14:50:18 -04:00
http://joeyh.name/
4953fafd68 Added a comment 2014-09-11 18:41:45 +00:00
Joey Hess
ea9f66ef6a Merge branch 'master' of ssh://git-annex.branchable.com 2014-09-11 14:35:55 -04:00
Joey Hess
4c429ad7ee sync: Ensure that pending changes to git-annex branch are committed when in direct mode. (Fixing a very minor reversion.) 2014-09-11 14:35:28 -04:00
http://joeyh.name/
2139c55986 Added a comment 2014-09-11 18:34:02 +00:00
Joey Hess
ec20e87bab Merge branch 'master' of ssh://git-annex.branchable.com 2014-09-11 14:13:50 -04:00
Joey Hess
6ce9c56fc0 mdwn 2014-09-11 14:11:52 -04:00
http://joeyh.name/
f08a6c96f8 Added a comment 2014-09-11 18:11:43 +00:00
Joey Hess
ca2ebf1c91 use italics, not bold 2014-09-11 14:08:45 -04:00
Joey Hess
e82eeab3c4 close 2014-09-11 14:07:35 -04:00
Joey Hess
843396ea2f Merge branch 'master' of ssh://git-annex.branchable.com 2014-09-11 14:06:26 -04:00
Joey Hess
de05ac11af document need for msysgit installer to put it into PATH 2014-09-11 14:01:08 -04:00
http://joeyh.name/
4d4e1f9237 Added a comment 2014-09-11 17:55:28 +00:00
Joey Hess
0598412e5c Fix transfer lock file FD leak that could occur when two separate git-annex processes were both working to perform the same set of transfers. 2014-09-11 13:53:26 -04:00
http://joeyh.name/
8a4d030aae Added a comment 2014-09-11 17:45:31 +00:00
Joey Hess
c489dff1a7 dup of old, long fixed bug 2014-09-11 13:45:26 -04:00
Joey Hess
80ba5b4935 close 2014-09-11 13:39:28 -04:00
Joey Hess
9ed63d1545 Promote file not found warning message to an error. 2014-09-11 13:36:28 -04:00
Joey Hess
79deba1f51 Merge branch 'master' of ssh://git-annex.branchable.com 2014-09-11 13:22:49 -04:00
Joey Hess
a97c9e43b7 The annex-rsync-transport configuration is now also used when checking if a key is present on a rsync remote, and when dropping a key from the remote. 2014-09-11 13:21:35 -04:00
pot
5961191981 2014-09-11 06:02:37 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk3gWkz5Qgy5qEa-myg8KWtiTrHSKW1x7Q
1eef1e4114 Added a comment: Using Gitolite 3.6.1 2014-09-11 00:11:32 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmazY0ymQUdwPmVsflFpz4tl3Dc0cei6Rc
6bd75d7966 2014-09-10 19:15:50 +00:00
Joey Hess
286021cebc Merge branch 'master' of ssh://git-annex.branchable.com 2014-09-10 15:15:26 -04:00
Joey Hess
3814b664a7 retitle 2014-09-10 14:27:25 -04:00
Joey Hess
fc2ccdc1c7 respond 2014-09-10 14:25:03 -04:00
Joey Hess
385073e0de close 2014-09-10 14:23:16 -04:00
Joey Hess
11f111bf1a Fix parsing of ipv6 address in git remote address when it was not formatted as an url. 2014-09-10 14:17:02 -04:00
Joey Hess
03dae17127 close; this is not the redhat bts 2014-09-10 14:06:38 -04:00
justinl
1961b3a2ab Added a comment: works 2014-09-10 17:59:48 +00:00
Xyem
ab2ec00e3a Added a comment 2014-09-10 14:32:21 +00:00
rasmus
4751fc2c8b Added a comment 2014-09-10 12:07:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmazY0ymQUdwPmVsflFpz4tl3Dc0cei6Rc
63331ecfba 2014-09-09 23:59:00 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlsL6qQTFGlP3fTJkx6JdieNbb6mM63SGk
c8e0d04292 2014-09-09 23:41:56 +00:00
71.207.150.202
c4bfd38877 poll vote (/sdcard/annex) 2014-09-09 22:38:22 +00:00
http://schnouki.net/
4eeb53204d Added a comment 2014-09-09 12:48:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkQOUUx4LVAk6EnstSLvdv7gZc0NsRlHXw
6d5f366d70 2014-09-08 19:21:01 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkQOUUx4LVAk6EnstSLvdv7gZc0NsRlHXw
ba667c6f91 2014-09-08 18:36:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkQOUUx4LVAk6EnstSLvdv7gZc0NsRlHXw
5ba691bb44 2014-09-08 18:16:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkQOUUx4LVAk6EnstSLvdv7gZc0NsRlHXw
bf5009b866 2014-09-08 18:15:03 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkQOUUx4LVAk6EnstSLvdv7gZc0NsRlHXw
c2892ddb6f Added a comment: windows port volunteer tester 2014-09-08 15:39:04 +00:00
rasmus
378fbb1f86 Added a comment 2014-09-08 13:48:03 +00:00
rasmus
424a6a7f4b Added a comment: Re: repack parameters 2014-09-08 13:20:36 +00:00
CandyAngel
4d42f10206 Added a comment 2014-09-08 08:08:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
863c27425f Added a comment 2014-09-08 07:27:46 +00:00
http://id.clacke.se/
5226d49319 Added a comment: repack parameters 2014-09-07 21:53:10 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
64156c77b1 Added a comment 2014-09-07 21:16:09 +00:00
https://andrew.aylett.co.uk/
b4165bd712 2014-09-07 20:50:25 +00:00
http://id.clacke.se/
90f0991f38 Added a comment: yep 2014-09-07 19:42:04 +00:00
http://id.clacke.se/
faf8987938 Added a comment: 5.20140830 2014-09-07 19:24:49 +00:00
http://id.clacke.se/
dbf4491956 initial report 2014-09-07 19:21:17 +00:00
https://andrew.aylett.co.uk/
9ea2702cc3 Added a comment 2014-09-07 18:41:28 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkmN2ZZIdYNiFKmEH7rz4jMb6sYsx_dptA
e6656f94f1 Added a comment: What if you do not want to encrypt? 2014-09-07 18:35:19 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmTlfbCC37CAjhQrS107ZWRVA_sF4s3gLU
d61cd586d4 2014-09-07 15:27:16 +00:00
rasmus
3f54d3b23e Added a comment 2014-09-07 15:17:25 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm8wY171R5c4u_jPmB6LU6n6Px2xePM4sE
546b16fcb9 Added a comment 2014-09-07 14:09:06 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm8wY171R5c4u_jPmB6LU6n6Px2xePM4sE
c803e14d49 removed 2014-09-07 14:07:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm8wY171R5c4u_jPmB6LU6n6Px2xePM4sE
7a14668e75 removed 2014-09-07 14:07:16 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm8wY171R5c4u_jPmB6LU6n6Px2xePM4sE
a6ff5e4f0b Added a comment 2014-09-07 14:06:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm8wY171R5c4u_jPmB6LU6n6Px2xePM4sE
aa90bde455 Added a comment 2014-09-07 14:06:45 +00:00
zardoz
ab1ab57f80 Added a comment 2014-09-07 14:04:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm8wY171R5c4u_jPmB6LU6n6Px2xePM4sE
0b898aee18 2014-09-07 14:00:00 +00:00
Joey Hess
7f5a584fb7 Merge branch 'master' of ssh://git-annex.branchable.com 2014-09-05 17:00:23 -04:00
Joey Hess
b874f84086 New annex.hardlink setting. Closes: #758593
* New annex.hardlink setting. Closes: #758593
* init: Automatically detect when a repository was cloned with --shared,
  and set annex.hardlink=true, as well as marking the repository as
  untrusted.

Had to reorganize Logs.Trust a bit to avoid a cycle between it and
Annex.Init.
2014-09-05 13:44:09 -04:00
rasmus
08f63178d2 2014-09-05 14:30:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmLdL4zLty4fsfaIXNtPMS5RXs4y8OAk0o
545e21a593 2014-09-05 11:24:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn4eKBmS-rG5FJnrvGEkD5J073a22BmUmU
80dc47fcb2 2014-09-05 05:58:44 +00:00
Joey Hess
0881f6d45c webapp: Fixed visual glitch in xmpp pairing.
It seems that all other uses of <div .col-sm-9> occur outside of
<div .content-box>. This one occurred inside it, when xmpp pairing.

This was introduced in the bootstrap 3 conversion.
2014-09-04 16:18:20 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnWhpB2MotO7nq1-RdOGd_WuxzDNlwthMQ
974be83aef 2014-09-04 17:44:48 +00:00
Kyle Meyer
09219252de Update magit-annex references in documentation
docs/emacs_integration.mdwn:
- The repo has a new home.
- Now supports a wider range of features.

docs/related_software.mdwn:
- Reword.
- Change links to source repos.
2014-09-04 13:19:58 -04:00
anders7788
61710e0b8d Added a comment: [Solved] 2014-09-04 15:47:24 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlog_5wIICaMcrKTexlFNA6IO6UTp323aE
ab8fa10b07 2014-09-04 10:58:07 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlMz4vAdXg8mJm4J_Bl201w65f_lK9B6A0
63ce76805c 2014-09-03 18:50:21 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlog_5wIICaMcrKTexlFNA6IO6UTp323aE
bce14a6c23 Added a comment 2014-09-01 11:01:30 +00:00
http://joeyh.name/
fa172b4d2f Added a comment 2014-08-31 22:29:44 +00:00
Joey Hess
e47fddface add news item for git-annex 5.20140831 2014-08-31 13:44:44 -07:00
Ganwell
3ed723f883 2014-08-31 13:41:06 +00:00
Ganwell
6fdec95c8a 2014-08-31 13:38:43 +00:00
http://svario.it/gioele
af41726e10 Added a comment 2014-08-31 10:15:31 +00:00
http://svario.it/gioele
1d84394249 Add details to the description 2014-08-31 10:09:27 +00:00