Commit graph

5498 commits

Author SHA1 Message Date
Joey Hess
cf89dff5fc sizing 2013-02-07 20:26:14 -04:00
Joey Hess
d2a0368a8e layout 2013-02-07 20:22:47 -04:00
Joey Hess
990bdfb049 layout 2013-02-07 20:20:45 -04:00
Joey Hess
f40ee46de4 Merge branch 'master' of ssh://git-annex.branchable.com 2013-02-07 20:18:10 -04:00
Joey Hess
402eaf0e60 add my lca talk 2013-02-07 20:17:04 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm642UBkwhyj_oG2Fno1LiuO2naxCJYaN0
6279bb4d6b 2013-02-07 22:26:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmhjlfoU21OiXKH_MXw75Uq5EsX7LJW5p0
a2a7b049d2 Added a comment 2013-02-07 21:11:39 +00:00
http://joeyh.name/
3b220c2ec2 Added a comment 2013-02-07 18:12:17 +00:00
http://joeyh.name/
57ba696911 Added a comment 2013-02-07 18:11:31 +00:00
http://joeyh.name/
8410563b29 Added a comment 2013-02-07 18:10:16 +00:00
Joey Hess
3ff477623e update for release 2013-02-07 14:08:29 -04:00
Joey Hess
fa828055c0 add news item for git-annex 3.20130207 2013-02-07 14:04:04 -04:00
Joey Hess
57780cb3a4 Clean up direct mode cache and mapping info when dropping keys.
These files were left behind, and made getKeysPresent find keys that were
not present. It would be expensive to make getKeysPresent check that the
actual key files are present (it just lists the directories). But that's not
needed if we just clean up the stale cache and mapping files.

To handle systems that were in direct mode and got switched back with stale
direct mode files, made cleanObjectLoc remove all files in the key's directory.

git annex unused will still list keys that are gone but for which the stale
direct mode files exists. To deal with that, made dropunused remove the key's
directory even if the key does not seem to be present.
2013-02-07 08:28:40 -04:00
Joey Hess
21cfce02ee Merge branch 'master' of ssh://git-annex.branchable.com 2013-02-07 08:09:40 -04:00
https://www.google.com/accounts/o8/id?id=AItOawksKHc0H_4WXgagabhi8w3dJjgkAl335R4
02257e4856 2013-02-07 11:59:35 +00:00
https://launchpad.net/~arand
be1b52dbcb 2013-02-07 11:58:38 +00:00
https://launchpad.net/~arand
d171083443 2013-02-07 11:51:49 +00:00
Joey Hess
ab18785888 add link to ghc-android 2013-02-07 07:51:07 -04:00
https://www.google.com/accounts/o8/id?id=AItOawksKHc0H_4WXgagabhi8w3dJjgkAl335R4
fb701583f3 2013-02-07 09:58:08 +00:00
https://www.google.com/accounts/o8/id?id=AItOawksKHc0H_4WXgagabhi8w3dJjgkAl335R4
b8e1d5e0ab 2013-02-07 09:48:23 +00:00
Joey Hess
50c9c194b1 Merge branch 'master' of ssh://git-annex.branchable.com 2013-02-06 16:46:54 -04:00
Joey Hess
2a8dcc2d67 blog for the day 2013-02-06 16:45:02 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm642UBkwhyj_oG2Fno1LiuO2naxCJYaN0
36817bc744 2013-02-06 20:23:27 +00:00
Joey Hess
b1de99c1d4 uninit, unannex --fast: If hard link creation fails, fall back to slow mode. 2013-02-06 14:02:18 -04:00
Joey Hess
a9dbd9993e Merge branch 'master' of ssh://git-annex.branchable.com 2013-02-06 13:04:53 -04:00
Joey Hess
547d7745fb pre-commit: Update direct mode mappings.
Making the pre-commit hook look at git diff-index to find changed direct
mode files and update the mappings works pretty well.

One case where it does not work is when a file is git annex added, and then
git rmed, and then this is committed. That's a no-op commit, so the hook
probably doesn't even run, and it certianly never notices that the file
was deleted, so the mapping will still have the original filename in it.

For this and other reasons, it's important that the mappings still be
treated as possibly inconsistent.

Also, the assistant now allows the pre-commit hook to run when in direct
mode, so the mappings also get updated there.
2013-02-06 12:44:19 -04:00
110.32.114.144
7f118017cd poll vote (An Ubuntu PPA would be supercool! Thanks for your great work!!) 2013-02-06 12:35:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkZktNHFhxC1kYA9KKdKpYJO4clq9WDsjE
c60da41411 Added a comment 2013-02-06 06:35:22 +00:00
Richard Hartmann
6266c5c4fc Fix typos 2013-02-06 00:42:30 +01:00
Joey Hess
ceb732bea7 Merge branch 'master' of ssh://git-annex.branchable.com 2013-02-05 18:02:32 -04:00
Joey Hess
8b7cb14514 blog for the day 2013-02-05 18:02:02 -04:00
Joey Hess
f08b25f47e update 2013-02-05 17:45:53 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q
093c8a562a Added a comment 2013-02-05 21:33:13 +00:00
Joey Hess
af3a25ee03 Deal with stale mappings for deleted file in direct mode.
The most common way for a mapping to be stale is when a file was deleted,
or renamed. Nothing updates the mappings for deletions yet.
But they can also become stale in other ways. For example a file can
be modified.

So, the mapping is not trusted to be consistent. When we get a key,
only replace symlinks that still point to that key with its content.
When we drop a key, only put back symlinks for files that still have
the direct mode content.
2013-02-05 16:48:00 -04:00
Joey Hess
9174d4449a Merge branch 'master' of ssh://git-annex.branchable.com 2013-02-05 16:04:01 -04:00
http://joeyh.name/
689b8136b3 Added a comment 2013-02-05 19:46:29 +00:00
http://joeyh.name/
645037a026 Added a comment 2013-02-05 19:45:24 +00:00
Joey Hess
bae10ffc18 tag and title 2013-02-05 15:44:02 -04:00
Joey Hess
434c6e9316 remove duplicate bug report 2013-02-05 15:42:58 -04:00
65.183.159.254
ab16c8e4db poll vote (Using only git-annex webapp to config does not seem to work: Create walkthough?) 2013-02-05 19:37:49 +00:00
http://joeyh.name/
2bb1e6725c Added a comment 2013-02-05 19:27:35 +00:00
http://joeyh.name/
1c10c2c8aa Added a comment 2013-02-05 19:22:04 +00:00
Joey Hess
90b7f63dff tag and title 2013-02-05 15:18:14 -04:00
http://joeyh.name/
9e319ee714 Added a comment 2013-02-05 19:16:48 +00:00
http://joeyh.name/
36f0158fe7 removed 2013-02-05 19:14:31 +00:00
http://joeyh.name/
779f21d19e Added a comment 2013-02-05 19:13:34 +00:00
http://joeyh.name/
125935bb03 Added a comment 2013-02-05 19:05:49 +00:00
Joey Hess
5c29750921 Merge branch 'master' of ssh://git-annex.branchable.com 2013-02-05 15:04:52 -04:00
Joey Hess
780edebf2e bug 2013-02-05 15:04:25 -04:00
http://joeyh.name/
4f2dfc2a78 Added a comment 2013-02-05 17:46:57 +00:00
24.130.145.126
81c020cf90 poll vote (An Ubuntu PPA would be supercool! Thanks for your great work!!) 2013-02-05 17:23:38 +00:00
Joey Hess
25c47ae84f Merge branch 'master' of ssh://git-annex.branchable.com 2013-02-04 09:48:51 -04:00
Joey Hess
d92b341cb2 blog 2013-02-04 09:48:18 -04:00
http://edheil.wordpress.com/
296beeefd6 Added a comment 2013-02-04 03:17:06 +00:00
2.171.73.212
be56665a09 poll vote (Initially the lack of direct-mode. Now concerns about the safety of direct mode. Perhaps after the next release.) 2013-02-03 12:38:35 +00:00
l3iggs
7e0f5a6af4 Added a comment 2013-02-03 03:57:06 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn-UoTjMBsVh6q4HNViGwJi-5FNaCVQB7E
7b7e13a04c Added a comment: Rapidshare 2013-02-02 16:49:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmnG4EuvZWse5hvgrl0XAK-U61e-0iGaao
8454c4c39b Added a comment: git commit in direct mode 2013-01-31 08:30:23 +00:00
Joey Hess
574fb63249 Merge branch 'master' of ssh://git-annex.branchable.com 2013-01-31 14:00:09 +11:00
Joey Hess
02ed3af97d update 2013-01-31 13:59:01 +11:00
https://www.google.com/accounts/o8/id?id=AItOawkZktNHFhxC1kYA9KKdKpYJO4clq9WDsjE
21c5546895 Added a comment 2013-01-30 19:14:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo
8f33d314f8 Added a comment 2013-01-30 18:44:52 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkWzAq6TusMi9zI3FLkDOETRIAUTtmGZVg
d45c635814 2013-01-30 17:23:43 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlBia1J9-PoXgZYj2LASf7Bs__IqK3T8qQ
33effaab6c Added a comment: Rackspace US/UK 2013-01-30 11:33:13 +00:00
Joey Hess
f86841c873 git-remote-gcrypt 2013-01-30 08:04:20 +11:00
Joey Hess
81d80ef47b note 2013-01-29 11:36:26 +11:00
https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q
3166db7315 Added a comment 2013-01-28 23:26:27 +00:00
http://privat.myopenid.com/
18b8792cfc 2013-01-28 21:32:18 +00:00
92.75.58.98
72132ecb38 poll vote (It's too hard to install (please say why in comments)) 2013-01-28 21:09:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmhjlfoU21OiXKH_MXw75Uq5EsX7LJW5p0
7e84dfe7c3 Added a comment 2013-01-28 19:51:06 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmqnmUulEwCiytBBGSmP7a3bLybEulcS78
e45138b052 2013-01-28 15:53:26 +00:00
http://edheil.wordpress.com/
4d7e608cc7 Added a comment 2013-01-28 14:31:53 +00:00
http://edheil.wordpress.com/
95f683b75f Added a comment 2013-01-28 14:30:56 +00:00
chrisbra
2a1c36b0d9 you can't enter a password when creating a remote server repository 2013-01-28 08:48:37 +00:00
http://joeyh.name/
1c0a771c08 Added a comment 2013-01-28 06:33:37 +00:00
http://joeyh.name/
4d9ad08a5d Added a comment 2013-01-28 06:28:28 +00:00
Joey Hess
9bd00e8c2a Merge branch 'master' of ssh://git-annex.branchable.com 2013-01-28 16:08:28 +11:00
Joey Hess
a261412c25 close 2013-01-28 15:39:51 +11:00
Joey Hess
a8bb2749b2 assistant: Ignore .DS_Store on OSX. 2013-01-28 15:13:22 +11:00
https://www.google.com/accounts/o8/id?id=AItOawl1D_4vD5ueaDw8gRsIYPO3UHRKEpFfg9I
224cb11e0a poll vote (My phone (or MP3 player)) 2013-01-28 03:36:39 +00:00
http://edheil.wordpress.com/
7f0e51e04d Added a comment 2013-01-28 03:20:38 +00:00
http://edheil.wordpress.com/
b962c5dc89 2013-01-28 01:53:43 +00:00
Joey Hess
0942d3aed3 blog for the day 2013-01-27 22:43:32 +11:00
Joey Hess
5cd152b8a9 annex.autocommit
New setting, can be used to disable autocommit of changed files by the
assistant, while it still does data syncing and other tasks.

Also wired into webapp UI
2013-01-27 22:43:05 +11:00
Joey Hess
d3d791c7e7 addurl --fast: Use curl, rather than haskell HTTP library, to support https. 2013-01-27 09:30:53 +11:00
Joey Hess
9ba8abffc6 depend on both wget and curl
wget is used due to having better progress output, but curl is used
in some cases where wget is not appropriate.
2013-01-27 08:48:16 +11:00
http://joeyh.name/
1a51d41bc8 Added a comment 2013-01-26 09:11:00 +00:00
Joey Hess
42303499db Merge branch 'master' of ssh://git-annex.branchable.com 2013-01-26 20:10:06 +11:00
http://joeyh.name/
f2c2a66580 Added a comment 2013-01-26 08:44:39 +00:00
Joey Hess
21a7ab4592 close 2013-01-26 19:37:49 +11:00
https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q
c5373d3e60 Added a comment 2013-01-26 08:13:34 +00:00
Joey Hess
2c6c12e582 Merge branch 'master' of ssh://git-annex.branchable.com 2013-01-26 18:35:47 +11:00
http://edheil.wordpress.com/
f4bcfc6816 Added a comment 2013-01-26 07:11:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q
9306048c67 2013-01-26 07:07:01 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q
2dc17d830f new forum post: problems with a corrupted git repo 2013-01-26 06:41:52 +00:00
Joey Hess
bfd409b00f blog for the day 2013-01-26 17:15:14 +11:00
Joey Hess
1713ed95f7 use async to track and manage threads 2013-01-26 14:14:32 +11:00
http://barak.a.pearlmutter.myopenid.com/
999b0af2a1 2013-01-26 00:11:45 +00:00
Joey Hess
7fc6ebb765 Merge branch 'master' of ssh://git-annex.branchable.com 2013-01-26 10:11:29 +11:00
Joey Hess
54799fd19e remove comments on old, deleted release postings 2013-01-26 10:10:42 +11:00
Joey Hess
a447b5c23e add a tip 2013-01-26 10:10:35 +11:00
http://joeyh.name/
cd38716c01 Added a comment 2013-01-25 22:39:20 +00:00
http://joeyh.name/
838402af4c Added a comment 2013-01-25 22:35:00 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnaYy6kTuKAHmsa4BtGls2oqa42Jo2w2v0
8b8c9fdeed Added a comment: git annex on Snow Leopard 2013-01-25 14:36:52 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo
8a5099f99f Added a comment 2013-01-25 14:27:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo
632c50ac1e fix formatting 2013-01-25 14:27:20 +00:00
http://edheil.wordpress.com/
a78bd7ea6d Added a comment 2013-01-25 14:07:36 +00:00
http://edheil.wordpress.com/
c56e2a4fe4 2013-01-25 13:29:57 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmYiJgOvC4IDYkr2KIjMlfVD9r_1Sij_jY
663f01cba2 Added a comment: Error creating remote repository using ssh on OSX 2013-01-25 13:18:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmyFvkaewo432ELwtCoecUGou4v3jCP0Pc
42d01d1a8c Added a comment: Updating to latest build 2013-01-25 06:05:35 +00:00
http://edheil.wordpress.com/
60d1eedf28 2013-01-25 04:05:39 +00:00
http://edheil.wordpress.com/
31695569b3 2013-01-25 03:58:20 +00:00
http://edheil.wordpress.com/
b4d622c0ea Added a comment 2013-01-25 03:39:16 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl1D_4vD5ueaDw8gRsIYPO3UHRKEpFfg9I
199764c69d 2013-01-25 02:42:04 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlcxKZHglATIiJXD7jcxfYhkhgeFmcVFqE
b9fdc805d2 Added a comment: ignore 2013-01-24 16:33:28 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlyFDd2xkx0uj738OArDj10CqEkVfWu_mQ
78e03ae000 Added a comment 2013-01-24 15:36:34 +00:00
79.148.197.37
f4a8f560bc poll vote (Waiting for Fedora/CentOS rpm repository.) 2013-01-24 13:46:18 +00:00
hamish
372d5a8db3 Added a comment: AU 2013-01-24 12:50:09 +00:00
152.66.253.77
923a5801d7 poll vote (I need a Windows port) 2013-01-24 07:31:15 +00:00
Joey Hess
a1d8c5e376 add news item for git-annex 3.20130124 2013-01-24 13:59:50 +11:00
Joey Hess
869ad4729e finalizing release 2013-01-24 13:33:21 +11:00
http://joeyh.name/
2564df3f66 Added a comment 2013-01-24 02:01:00 +00:00
http://joeyh.name/
b621dfe1a0 Added a comment 2013-01-24 01:55:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnldTTAP8PAifJUmqhRar6RAWNWlRcencw
00567dba64 Added a comment: You can set the trust to "dead" 2013-01-23 19:02:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmqnmUulEwCiytBBGSmP7a3bLybEulcS78
ebd0aaa711 2013-01-23 15:14:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmyFvkaewo432ELwtCoecUGou4v3jCP0Pc
e8b53cb95c formatted as a proper bug report (I think) 2013-01-23 09:26:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmYiJgOvC4IDYkr2KIjMlfVD9r_1Sij_jY
3fe3eac9f3 2013-01-23 02:37:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmYiJgOvC4IDYkr2KIjMlfVD9r_1Sij_jY
ba59811251 2013-01-23 02:31:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmYiJgOvC4IDYkr2KIjMlfVD9r_1Sij_jY
fa3c58326a Added a comment: Not limited to usb drives 2013-01-23 02:08:38 +00:00
http://sunny256.sunbase.org/
cd1d6e8594 Added a comment: Yay, trickle works 2013-01-23 01:36:21 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo
3e5f7ce45f Added a comment: trickle 2013-01-22 22:44:52 +00:00
Joey Hess
eb3dcffec7 blog for some 15 hour period in an indeterminite time zone 2013-01-23 09:37:31 +11:00
Joey Hess
4b21249962 Merge branch 'master' of ssh://git-annex.branchable.com 2013-01-23 09:35:48 +11:00
https://www.google.com/accounts/o8/id?id=AItOawmYiJgOvC4IDYkr2KIjMlfVD9r_1Sij_jY
ed099ee9fb poll vote (Better documentation/walkthroughs on using git-annex within an existing git repo. AKA mixed use) 2013-01-22 21:53:25 +00:00
http://sunny256.sunbase.org/
159f4b00cc Add bandwidth limiting option to the wishlist 2013-01-22 21:50:10 +00:00
Joey Hess
093a8eb500 Merge branch 'master' of ssh://git-annex.branchable.com 2013-01-23 08:49:05 +11:00
107.6.95.15
21cc6b5088 poll vote (I need a Windows port) 2013-01-22 17:25:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlcxKZHglATIiJXD7jcxfYhkhgeFmcVFqE
33e6c57130 2013-01-22 15:21:18 +00:00
76.93.55.232
5cd8ca5880 poll vote (I need a Windows port) 2013-01-22 07:26:22 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmyFvkaewo432ELwtCoecUGou4v3jCP0Pc
9cce692bed 2013-01-22 01:19:10 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmyFvkaewo432ELwtCoecUGou4v3jCP0Pc
ea2fafaeb0 2013-01-22 01:17:37 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmyFvkaewo432ELwtCoecUGou4v3jCP0Pc
04d288eee9 removed 2013-01-22 01:12:05 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmyFvkaewo432ELwtCoecUGou4v3jCP0Pc
fa290628b5 Added a comment: Your proposed upload exceeds the maximum allowed size 2013-01-22 00:25:03 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn7gQ1zZDdWhXy9H51W2krZYShNmKL3qfM
97166d63fb Added a comment 2013-01-21 21:25:13 +00:00
http://privat.myopenid.com/
29a6c5d3fb 2013-01-21 21:06:08 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk3HGoDpnOPob5jOjvIootmkve1-nCpRiI
daab552d52 Added a comment: Thanks for the help 2013-01-21 20:40:39 +00:00
http://edheil.wordpress.com/
aa8da4ecb0 2013-01-21 20:36:55 +00:00
Joey Hess
41ecdfe7b2 adjust archive exclusion 2013-01-22 07:10:24 +11:00
http://edheil.wordpress.com/
52314b2096 2013-01-21 17:51:58 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn-4QWOFI0QQ4n-yu-oFq3PHeuSPUv_-b4
2d245cc8b2 2013-01-21 17:33:25 +00:00