http://joey.kitenet.net/
c52bd2f10b
Added a comment
2011-02-13 04:52:26 +00:00
Joey Hess
123f6a571d
heh
2011-02-13 00:51:20 -04:00
Joey Hess
c319a336a3
Fix test suite to reap zombies.
...
I had not taken into account that the code was written to run git and leave
zombies, for performance/laziness reasons, when I wrote the test suite.
So rather than the typical 1 zombie process that git-annex develops, test
developed dozens. Caused problems on system with low process limits.
Added a reap function to GitRepo, that waits for any zombie child processes.
2011-02-13 00:50:09 -04: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
9806af7368
add news item for git-annex 0.21
2011-02-11 23:23:53 -04:00
Joey Hess
ddd305aa10
releasing version 0.21
2011-02-11 23:23:36 -04:00
Joey Hess
735076c767
qualified import
2011-02-11 15:49:59 -04: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
Michael Kenney
285fb2bb08
Fixed missing import of Messages module
2011-02-10 21:06:00 -04:00
Joey Hess
75e507d0af
foo
2011-02-10 16:53:35 -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
cf27ae2753
regression test for multi-file unannex
2011-02-09 11:19:19 -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
Joey Hess
4a3a80f432
Merge remote branch 'branchable/master'
2011-02-09 11:03:02 -04:00
Joey Hess
35a6506812
unannex: Fix recently introduced bug when attempting to unannex more than one file at a time.
2011-02-09 11:02:21 -04: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
Joey Hess
62ebeb00d9
simpler approach
2011-02-09 01:01:06 -04:00
Joey Hess
2bd16f84ae
more install notes
2011-02-09 00:25:22 -04:00
http://joey.kitenet.net/
c1bc8f31c5
Added a comment
2011-02-09 04:10:27 +00:00
Joey Hess
644564a988
Merge remote branch 'branchable/master'
2011-02-09 00:13:29 -04:00
Joey Hess
7a0826293e
test: Don't rely on chmod -R working.
...
Sometimes I wish I could give all my users a real OS.
2011-02-09 00:12:45 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
01a45b6be4
Added a comment
2011-02-09 00:45:32 +00:00
Joey Hess
de1e330102
add news item for git-annex 0.20
2011-02-08 19:32:57 -04:00
Joey Hess
dd90d4a70e
configure: Check for sha1sum.
2011-02-08 19:31:27 -04:00
Joey Hess
c21ec4788a
Merge remote branch 'branchable/master'
2011-02-08 19:24:53 -04:00
http://joey.kitenet.net/
be8b42b40d
Added a comment
2011-02-08 23:20:08 +00:00
Joey Hess
cb19749a5a
Merge remote branch 'branchable/master'
2011-02-08 19:16:46 -04:00
Joey Hess
81e045a539
tweak
2011-02-08 18:26:38 -04:00
Joey Hess
c1b69d1511
fill color for host boxes
2011-02-08 18:17:46 -04:00
Joey Hess
c0ec5a35db
show trusted repos in green
2011-02-08 18:04:19 -04:00
Joey Hess
3ae654254d
make remotes absolute while spidering
2011-02-08 17:52:32 -04:00
Joey Hess
97d5e23430
map bugfix
...
Need to find the absolute repo path before looking up the full info for the
repo. Otherwise, it doesn't find the right full info.
2011-02-08 17:46:52 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
3775dc9607
Added a comment
2011-02-08 19:56:56 +00:00
Joey Hess
d50da60c26
Merge remote branch 'branchable/master'
2011-02-08 15:12:38 -04:00
Joey Hess
45387b3fcb
Deal with the mtl/monads-fd conflict.
2011-02-08 15:11:49 -04:00
http://joey.kitenet.net/
217e5de244
Added a comment
2011-02-08 19:00:14 +00:00
http://ertai.myopenid.com/
82ff914492
Added a comment: how to reproduce the package conflict issue
2011-02-07 14:12:44 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
3093d2fad7
Added a comment: tests fail with more recent installs of haskell platform
2011-02-07 12:43:44 +00:00