Commit graph

39506 commits

Author SHA1 Message Date
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
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
9b353aa60e 2011-03-14 13:54:07 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
d86357a416 2011-03-14 13:52:07 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
5aac014a67 2011-03-14 13:47:38 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkbfH595UQMdPtWbUKZtjsr-nR6AR-cxek
1033b4a555 init 2011-03-14 09:40:08 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkbfH595UQMdPtWbUKZtjsr-nR6AR-cxek
7dd8cde63c thoughts? 2011-03-14 08:10:08 +00:00
Joey Hess
61afcd2d16 response 2011-03-13 17:42:07 -04:00
Joey Hess
23649f3f90 Merge remote-tracking branch 'branchable/master' 2011-03-13 17:38:35 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
4ddcf26051 2011-03-13 20:32:12 +00:00
Joey Hess
175d055d4d Add Suggests on graphviz. Closes: #618039 2011-03-13 14:25:32 -04:00
Joey Hess
8fa4b48fc4 Merge remote-tracking branch 'branchable/master' 2011-03-12 15:42:23 -04:00
Joey Hess
cf6a13a057 add news item for git-annex 0.23 2011-03-12 15:41:48 -04:00
Joey Hess
72d2684016 Rethink filename encoding handling for display. Since filename encoding may or may not match locale settings, any attempt to decode filenames will fail for some files. So instead, do all output in binary mode. 2011-03-12 15:30:17 -04:00
http://christian.amsuess.com/chrysn
4163341c9d Added a comment: use mini-branches 2011-03-09 23:47:49 +00:00
Joey Hess
9229d182d3 update 2011-03-09 15:59:44 -04:00
Joey Hess
b5134b4716 tweak 2011-03-09 01:57:30 -04:00
Joey Hess
42b7f24406 update 2011-03-09 01:56:24 -04:00
Joey Hess
d7b4c8372b update 2011-03-08 18:23:13 -04:00
Joey Hess
876f0c6fbc add new todo item 2011-03-08 18:19:52 -04:00
Joey Hess
26544de946 put in utf8 forcing workaround
Haskell's IO layer crashes on characters > 255 when in a non-unicode (latin1)
locale. Until Haskell gets better behavior, put in an admittedly ugly
workaround for that: git-annex forces utf8 output mode no matter what
locale is selected. So if you use a non-utf8 locale, your filenames with
characters > 127 will not be displayed as you'd expect. But at least it
won't crash.
2011-03-08 18:05:20 -04:00
Joey Hess
b85c91743c update 2011-03-08 17:48:25 -04:00
Joey Hess
4cfcdfa9ba mention mercurial bfiles extn 2011-03-08 14:20:11 -04:00
Joey Hess
cd02f05eb1 fix 2011-03-07 15:16:53 -04:00
http://joey.kitenet.net/
ea4932d2bf Added a comment 2011-03-07 19:13:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm4or5sJLWB0evPKp70Q2OND-JmFPnOkLA
2deb35e4b0 2011-03-07 17:21:54 +00:00
http://m-f-k.myopenid.com/
b945beede9 Added a comment 2011-03-06 16:33:31 +00:00
http://m-f-k.myopenid.com/
232553af01 be more clear about the rsync usage 2011-03-06 16:32:16 +00:00
Joey Hess
af87078982 Merge remote-tracking branch 'branchable/master' 2011-03-06 12:25:24 -04:00
Joey Hess
9c98901f16 split out summary and inline raw 2011-03-06 12:22:56 -04:00
http://joey.kitenet.net/
8617847eca Added a comment 2011-03-06 15:59:37 +00:00
http://m-f-k.myopenid.com/
cf25bb2964 + signature 2011-03-06 02:36:05 +00:00
http://m-f-k.myopenid.com/
e082bc9aab 2011-03-06 02:34:51 +00:00
Joey Hess
ef92bd2b0b add copy count 2011-03-05 17:41:36 -04:00