Commit graph

4627 commits

Author SHA1 Message Date
https://www.google.com/accounts/o8/id?id=AItOawkRtcrbacbXmmxJBPopLgNDTjS21v7JkMk
2f5176ceb8 typo 2012-08-15 18:31:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo
2d63e23f70 Added a comment 2012-08-14 14:10:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkS6aFVrEwOrDuQBTMXxtGHtueA69NS_jo
75f65dcfc0 Added a comment: using sshfs + cryptmount is more secure 2012-08-14 13:41:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm3uJkdiJJejvqix9dULvw_Ma7DCtB-6zA
61955e7a0f Added a comment: git clone git://git-annex.branchable.com/ gives an error 2012-08-13 20:57:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawneJXwhacIb0YvvdYFxhlNVpz6Wpg6V7AA
2d41d6a209 Added a comment 2012-08-13 00:37:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmsXDFwEbZ4GK78UuHv21CMXmhujArHSYg
75bb13092c Add info relative to new g3 branches and the merge of adc in g2/ 2012-08-12 23:08:09 +00:00
http://claimid.com/strager
fb29916e48 Added a comment 2012-08-11 16:08:47 +00:00
http://joeyh.name/
876b4c652c Added a comment 2012-08-11 14:41:51 +00:00
http://claimid.com/strager
c3b0e01c5b Added a comment 2012-08-11 04:55:13 +00:00
http://claimid.com/strager
a2cc373879 Added a comment 2012-08-11 04:50:52 +00:00
Joey Hess
c130878ad6 Merge branch 'master' of ssh://git-annex.branchable.com 2012-08-10 19:04:26 -04:00
Joey Hess
f89a954be9 blog for the day 2012-08-10 19:03:40 -04:00
http://nanotech.nanotechcorp.net/
0076c613c0 Added a comment: SHA performance 2012-08-10 04:37:33 +00:00
Joey Hess
96fe122d09 wobble 2012-08-09 16:37:39 -04:00
Joey Hess
c7a457351f wibble 2012-08-09 16:31:16 -04:00
Joey Hess
fefafe5783 fix link 2012-08-09 16:20:19 -04:00
Joey Hess
17957c3397 todo: restart 2012-08-09 16:14:18 -04:00
Joey Hess
58d38da8ce Merge branch 'master' of ssh://git-annex.branchable.com 2012-08-09 16:03:19 -04:00
Joey Hess
05ae62e2a7 blog for the day 2012-08-09 16:02:16 -04:00
http://joeyh.name/
63b837aa44 Added a comment 2012-08-09 18:01:06 +00:00
Joey Hess
ad4e152fd6 S3: Add fileprefix setting. 2012-08-09 13:54:54 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmX5gPNK35Dub-HzR0Yb3KXllbqc0rYRYs
5fc8c2b07b Added a comment: bucket/folder s3 remotes 2012-08-09 10:52:07 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmX5gPNK35Dub-HzR0Yb3KXllbqc0rYRYs
7f30ca196d removed 2012-08-09 10:51:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmX5gPNK35Dub-HzR0Yb3KXllbqc0rYRYs
b350e7ee36 Added a comment: folder inside a bucket 2012-08-09 10:50:54 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmarFV8Z8A-KF06IUC4fvf2M6crWVDzrL8
0e50f0a09a another folder suggestion for the poll (even though it's closed) 2012-08-09 08:43:23 +00:00
Joey Hess
4ab6128f71 fix filename 2012-08-08 18:08:32 -04:00
Joey Hess
521636a60a blog for the day 2012-08-08 18:07:44 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
7f36f6686a Added a comment 2012-08-08 14:54:42 +00:00
hannes
f4bc44c47c Added a comment: awesome, thanks 2012-08-08 12:25:21 +00:00
http://joeyh.name/
b01b79bae7 Added a comment 2012-08-07 20:06:26 +00:00
http://joeyh.name/
b3524bc550 Added a comment: remember now 2012-08-07 19:37:22 +00:00
http://joeyh.name/
36c90c327a Added a comment 2012-08-07 17:53:35 +00:00
Joey Hess
cb552f4a44 add news item for git-annex 3.20120807 2012-08-07 13:50:26 -04:00
Joey Hess
d99abc1255 releasing version 3.20120807 2012-08-07 13:49:58 -04:00
Joey Hess
2a9077f4e9 fix transfer log cleanup crash
Avoid crashing when "git annex get" fails to download from one location,
and falls back to downloading from a second location.

The problem is that git annex get calls download recursively from within
itself if the first download attempt fails. So the first time through, it
writes a transfer info file, which is then overwritten on the second,
recursive call. Then on cleanup, it tries to delete the file twice, which
of course doesn't work.

Fixed both by not crashing if the transfer file is removed, and by
changing Get to not run download recursively like that. It's the only
thing that did so, and it just seems like a bad idea.
2012-08-07 13:30:08 -04:00
Joey Hess
96d0a36f85 move comment 2012-08-07 11:10:41 -04:00
hannes
a0516946ea Added a comment: also, fsck works 2012-08-07 14:12:20 +00:00
hannes
46f75bf092 Added a comment: they do 2012-08-07 14:06:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo
60e6575252 Added a comment 2012-08-07 13:11:48 +00:00
hannes
9c43aa337f 2012-08-07 12:27:37 +00:00
hannes
921c9e7bc9 2012-08-07 12:13:24 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnnIQkoUQo4RYzjUNyiB3v6yJ5aR41WG8k
bde42b60dc Added a comment: Updated install instructions with homebrew 2012-08-07 06:46:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlCGROoy62svBUy6P24x1KoGoDWrBq2ErA
0a857248f4 Added a comment 2012-08-07 04:15:43 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlJ2utMQgMEYAOs3Dfc6eZRyUzt4acNXUU
4037c7f828 Added a comment 2012-08-06 23:48:28 +00:00
Joey Hess
e872299926 Merge branch 'master' of ssh://git-annex.branchable.com 2012-08-06 18:52:16 -04:00
Joey Hess
28d9ba18d6 blog for the day 2012-08-06 18:50:10 -04:00
http://dieter-be.myopenid.com/
34522c1fd8 Added a comment 2012-08-06 08:30:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
e3f4abba40 Added a comment 2012-08-05 23:50:57 +00:00
Joey Hess
d04e023ded blog for the weekend 2012-08-05 17:06:35 -04:00
Joey Hess
b885c0c6c8 unused, status: Avoid crashing when ran in bare repo. 2012-08-05 15:01:26 -04:00