Commit graph

1238 commits

Author SHA1 Message Date
Joey Hess
5811139683 Merge remote-tracking branch 'branchable/master' into reorg 2011-03-16 00:09:35 -04:00
Joey Hess
539083b847 Merge remote-tracking branch 'origin/master' into reorg 2011-03-16 00:09:35 -04:00
Joey Hess
09a7689bc3 update and bug closures for v2 layout 2011-03-16 00:08:02 -04:00
http://joey.kitenet.net/
2e26caa856 Added a comment 2011-03-16 04:06:19 +00:00
Joey Hess
dd5448eb07 added 2 level hashing
This means there can be 1024 subdirs, each with up to 1024 sub-subdirs.
So with hundreds of millions of annexed objects, each leaf directory will
have only a few files on average.
2011-03-15 23:58:27 -04:00
Joey Hess
6c412fb9f5 escape colons in key files 2011-03-15 23:39:04 -04:00
Joey Hess
fd2f04694f add comments page 2011-03-15 23:25:16 -04:00
Joey Hess
955bda7803 update 2011-03-15 23:25:12 -04:00
http://joey.kitenet.net/
0ead8b59c2 Added a comment 2011-03-16 03:22:46 +00:00
http://joey.kitenet.net/
682db07d30 Added a comment 2011-03-16 03:13:39 +00:00
http://joey.kitenet.net/
cf5e002daf Added a comment 2011-03-16 03:04:50 +00:00
http://joey.kitenet.net/
9741c20268 Added a comment 2011-03-16 03:03:19 +00:00
http://joey.kitenet.net/
795502624d Added a comment 2011-03-16 03:01:17 +00:00
http://joey.kitenet.net/
fe4e482a96 Comment moderation 2011-03-16 02:58:44 +00:00
Joey Hess
49b7f59183 test suite passes again
doesn't test remote functionality.. but that may be working too now
2011-03-15 22:53:14 -04:00
Joey Hess
9d24cc7bdb make commands that take a key as a parameter error if it's bad 2011-03-15 22:46:47 -04:00
Joey Hess
2e1cc2f8b9 fixed dropkey, setkey, and git-annex-shell subcommands
key is now specified as the full key, no --backend needed
2011-03-15 22:42:34 -04:00
Joey Hess
da504f647f fromkey, and url backend download work now 2011-03-15 22:28:18 -04:00
Joey Hess
27472710c7 initial pass at doc update 2011-03-15 22:19:44 -04:00
Joey Hess
4651688290 increase repo version 2011-03-15 22:08:19 -04:00
Joey Hess
4594bd51c1 rename file 2011-03-15 22:04:50 -04:00
Joey Hess
f27df5e658 improve key filenames 2011-03-15 21:54:38 -04:00
Joey Hess
9d49fe2c17 first pass at using new keys
It compiles. It sorta works. Several subcommands are FIXME marked and
broken, because things that used to accept separate --backend and --key
params need to be changed to accept just a --key that encodes all the key
info, now that there is metadata in keys.
2011-03-15 21:34:13 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
7d316d0f0d Added a comment 2011-03-16 01:19:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
2d5339d7cb Added a comment 2011-03-16 01:16:48 +00:00
Joey Hess
675ee89749 redo using record syntax 2011-03-15 19:11:21 -04:00
Joey Hess
940c4e361d cleanup 2011-03-15 18:21:39 -04:00
Joey Hess
fe09c2b723 a new Key data type with metadata 2011-03-15 17:53:39 -04:00
Joey Hess
0e0f85e09d add hash directory stuff, not used yet 2011-03-15 17:47:00 -04:00
Joey Hess
83a9bb624b fix error throwing 2011-03-15 11:50:40 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
7b0c6177ff 2011-03-15 10:49:10 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
58b3e53ff6 2011-03-15 08:38:53 +00:00
Joey Hess
bca68c263d tweaks 2011-03-15 02:36:24 -04:00
Joey Hess
199ffa6c36 remove debug 2011-03-15 02:31:47 -04:00
Joey Hess
88ef64e566 calculate alignment in a way I can understand
See http://therning.org/magnus/archives/315
2011-03-15 01:16:27 -04:00
Joey Hess
bc5c54c987 symlink touching fun
When adding files to the annex, the symlinks pointing at the annexed
content are made to have the same mtime as the original file. While git
does not preserve that information, this allows a tool like metastore to be
used with annexed files.
2011-03-14 23:00:23 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
96e074bb03 2011-03-14 17:07:31 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
a4993f9321 2011-03-14 17:06:30 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
61396e34b5 2011-03-14 17:00:38 +00:00
Joey Hess
a021ae9291 design 2011-03-14 12:33:15 -04:00
Joey Hess
353d4ae9e9 Merge remote-tracking branch 'branchable/master' 2011-03-14 12:22:09 -04:00
Joey Hess
16845a1f66 response 2011-03-14 12:21:58 -04:00
Joey Hess
5ea4f0c0f3 response 2011-03-14 12:18:23 -04:00
Joey Hess
90eb118567 response 2011-03-14 12:17:34 -04:00
Joey Hess
06241d3aca Merge remote-tracking branch 'branchable/master' 2011-03-14 12:14:05 -04:00
http://joey.kitenet.net/
f130c413a9 removed 2011-03-14 16:13:30 +00:00
http://joey.kitenet.net/
5e9f902403 Added a comment 2011-03-14 16:12:51 +00:00
http://joey.kitenet.net/
769d2a780d Added a comment 2011-03-14 16:12:49 +00:00
Joey Hess
1a2c9b61f7 note 2011-03-14 12:08:38 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
d7ea568f50 2011-03-14 14:02:47 +00:00