Commit graph

432 commits

Author SHA1 Message Date
Joey Hess
61afcd2d16 response 2011-03-13 17:42:07 -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
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
0de3005c64 whereis: New subcommand to show where a file's content has gotten to. 2011-03-05 17:23:55 -04:00
Joey Hess
598027d824 update 2011-03-05 15:58:57 -04:00
Joey Hess
6c1607ce66 Support ssh remotes with a port specified. 2011-03-05 15:47:00 -04:00
http://batchyx.myopenid.com/
5c4f90b2d0 clarif 2011-03-05 07:33:05 +00:00
http://batchyx.myopenid.com/
c4dd0e3773 initial bug creation. 2011-03-05 07:30:19 +00:00
Joey Hess
b4bc6b6385 add news item for git-annex 0.22 2011-03-04 15:23:51 -04:00
Joey Hess
38f1771866 scaled 2011-03-04 15:15:55 -04:00
Joey Hess
354402e6b2 headings 2011-03-04 13:19:26 -04:00
Joey Hess
d73a6e2e72 remove links llinked to above 2011-03-04 13:16:32 -04:00
Joey Hess
1cd4393c7f format 2011-03-04 13:15:04 -04:00
Joey Hess
6072399dc2 format 2011-03-04 13:12:48 -04:00
Joey Hess
400ef405ca format 2011-03-04 13:09:48 -04:00
Joey Hess
dceea4d5f3 format 2011-03-04 13:07:48 -04:00
Joey Hess
fbb588b486 format 2011-03-04 13:04:49 -04:00
Joey Hess
88898d427d format 2011-03-04 12:48:21 -04:00
Joey Hess
2a56d012f7 format 2011-03-04 12:45:09 -04:00
Joey Hess
69c14d130b update 2011-03-04 12:31:01 -04:00
Joey Hess
c5c7eaf009 prep for release 2011-03-03 21:56:03 -04:00
Joey Hess
8514a2a987 updates 2011-03-03 21:55:56 -04:00
Joey Hess
eeadc2e3e0 formatting 2011-03-03 17:24:46 -04:00
Joey Hess
ea4ea466f5 update 2011-03-03 17:23:44 -04:00
Joey Hess
1de12a2918 document describe command 2011-03-03 16:58:52 -04:00
Joey Hess
b5b78f26ec fix up commands that are trouble on bare repos
Most will just abort. init does a basic init and gives a command to
run elsewhere to finish it.
2011-03-03 16:40:55 -04:00
Joey Hess
b88637fff1 prevent trust commands from trying to do things in a bare repo
Since they need to stage changes, they would actually, if allowed to run,
succeed, but wipe out existing trust.log content.
2011-03-03 16:22:53 -04:00
Joey Hess
a9d0538da5 updates for bare repo support 2011-03-03 15:59:16 -04:00
Joey Hess
486f882471 wow, non-local bare repos just worked 2011-03-03 15:49:53 -04:00