http://christian.amsuess.com/chrysn
4163341c9d
Added a comment: use mini-branches
2011-03-09 23:47:49 +00: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
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
a9d0538da5
updates for bare repo support
2011-03-03 15:59:16 -04:00
Joey Hess
7ea9f52c28
cannot be broken symlinks after all.. one other idea
2011-03-03 13:37:46 -04:00
Joey Hess
f93b8a6697
amend
2011-03-03 13:26:53 -04:00
Joey Hess
1bf3be5d6c
doesn't seem possible..
2011-03-03 13:25:17 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmFgsNxmnGznb5bbmcoWhoQOoxZZ-io61s
f9da862500
2011-03-03 10:31:47 +00:00
Joey Hess
d140c01bfd
bug
2011-03-01 13:37:24 -04:00
Joey Hess
be4af85f98
a slightly annoying thing
2011-03-01 13:23:44 -04:00
Joey Hess
78fa8c1b43
walkthrough deep links
2011-02-27 12:47:43 -04:00
Joey Hess
9e49a71282
typo
2011-02-27 12:19:28 -04:00
Joey Hess
b14ad63381
responses
2011-02-27 12:17:19 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkju1sxeJoVVa04plfuhH4Dp8KJOA-Gu_g
22c8dfcd3f
2011-02-27 14:01:37 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkju1sxeJoVVa04plfuhH4Dp8KJOA-Gu_g
715faa86af
2011-02-27 13:59:42 +00:00
jbd
307685c349
Added a comment
2011-02-26 10:26:13 +00:00
http://joey.kitenet.net/
82d6545b6f
removed
2011-02-25 19:54:48 +00:00
http://joey.kitenet.net/
2d1e1e414d
Added a comment
2011-02-25 19:54:31 +00:00
http://joey.kitenet.net/
42b181a04b
Added a comment
2011-02-25 19:54:29 +00:00
http://joey.kitenet.net/
5cb24bebf4
Added a comment
2011-02-25 19:12:42 +00:00
jbd
fa37ae1d96
2011-02-25 09:12:45 +00:00
Joey Hess
836e71297b
Support filenames that start with a dash; when such a file is passed to a utility it will be escaped to avoid it being interpreted as an option.
2011-02-25 01:13:01 -04:00
http://jandd.myopenid.com/
e61b47bc8a
2011-02-24 10:11:36 +00:00
Joey Hess
2b1059032b
Merge remote branch 'branchable/master'
2011-02-13 14:22:59 -04:00
Joey Hess
3390183400
Make test suite not rely on a working cp -pr.
...
(The Unix wars are still ON!)
2011-02-13 14:19:14 -04:00
http://joey.kitenet.net/
e2cf7389be
Added a comment
2011-02-13 17:54:09 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
02711df66e
Added a comment
2011-02-13 15:55:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
65d30ffc37
Added a comment: maybe killed another osx bug in the test.
2011-02-13 15:12:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
ed15a4e184
Added a comment
2011-02-13 10:46:55 +00:00
http://joey.kitenet.net/
c52bd2f10b
Added a comment
2011-02-13 04:52:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
44d0159749
Added a comment
2011-02-13 02:45:52 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
4f5f29c146
Added a comment
2011-02-12 21:19:26 +00:00
Joey Hess
5a50a7cf13
update unicode FilePath handling
...
Based on http://hackage.haskell.org/trac/ghc/ticket/3307 ,
whether FilePath contains decoded unicode varies by OS.
So, add a configure check for it.
Also, renamed showFile to filePathToString
2011-02-11 15:37:37 -04:00
Joey Hess
0fef480bca
update
2011-02-10 14:58:09 -04:00
Joey Hess
52fa424fae
update
2011-02-10 14:45:35 -04:00
Joey Hess
467af5ba80
Merge remote branch 'branchable/master'
2011-02-10 14:41:48 -04:00
Joey Hess
fe55b4644e
Fix display of unicode filenames.
...
Internally, the filenames are stored as un-decoded unicode.
I tried decoding them, but then haskell tries to access the wrong files.
Hmm.
So, I've unhappily chosen option "B", which is to decode filenames before
they are displayed.
2011-02-10 14:21:44 -04:00
http://joey.kitenet.net/
fe84d45423
Added a comment
2011-02-09 21:59:47 +00:00
http://joey.kitenet.net/
0885c886d0
Added a comment
2011-02-09 19:47:30 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
8cc289dca5
Added a comment
2011-02-09 19:35:48 +00:00
Joey Hess
e7a3475704
Merge remote branch 'branchable/master'
2011-02-09 11:20:14 -04:00
Joey Hess
82bc10d5ea
test: Set git user name and email in case git can't guess values.
2011-02-09 11:17:26 -04:00
http://joey.kitenet.net/
df2312c165
Added a comment
2011-02-09 15:04:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
fdb2896958
2011-02-09 10:29:19 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
077b46abc0
2011-02-09 09:13:37 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
23ab9a228d
Added a comment
2011-02-09 09:12:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
0fb84912b6
2011-02-09 09:09:44 +00:00