Joey Hess
4c761b0b08
move
2011-02-22 14:52:22 -04:00
Joey Hess
0d699b7a32
meh
2011-02-22 14:49:36 -04:00
Joey Hess
53282f4f67
Merge remote branch 'branchable/master'
2011-02-22 14:45:46 -04:00
http://joey.kitenet.net/
725c9b1ecb
Added a comment
2011-02-22 18:44:28 +00:00
Joey Hess
1f44ccb702
add
2011-02-22 14:44:17 -04:00
http://christian.amsuess.com/chrysn
39dfdea642
better wording at some places
2011-02-22 10:17:46 +00:00
Joey Hess
7b586f0833
Merge remote branch 'branchable/master'
2011-02-21 15:01:31 -04:00
http://christian.amsuess.com/chrysn
c215c68aaa
feeling lucky with proposing deeper git-annex changes
2011-02-20 16:24:41 +00:00
http://christian.amsuess.com/chrysn
d8f65ced83
describe myself and what i think of git-annex
2011-02-20 15:38:22 +00:00
Joey Hess
dd0f662849
hello, liftM
2011-02-19 17:00:40 -04:00
http://sunny256.sunbase.org/
982d0962b3
Typo fixes in use_cases/Bob.mdwn
2011-02-15 05:58:23 +00:00
http://sunny256.sunbase.org/
000d9fcf33
Typo fixes in trust.mdwn
2011-02-15 05:56:24 +00:00
http://sunny256.sunbase.org/
36e13cfce6
Typo fix in not.mdwn
2011-02-15 05:54:03 +00:00
http://sunny256.sunbase.org/
c9348f8e55
Typo fixes in walkthrough.mdwn
2011-02-15 05:50:54 +00:00
http://sunny256.sunbase.org/
cf59518174
Typo fixes in location_tracking.mdwn
2011-02-15 05:47:47 +00:00
http://sunny256.sunbase.org/
399be58538
Typo fixes in git-annex.mdwn
2011-02-15 05:42:20 +00:00
http://sunny256.sunbase.org/
1760ad71d8
Typo fixes in index.mdwn
2011-02-15 05:25:05 +00:00
http://joey.kitenet.net/
208fb142d4
Added a comment
2011-02-14 22:08:54 +00:00
http://dieter-be.myopenid.com/
68db7bba43
2011-02-14 21:06:55 +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
Joey Hess
820b01c253
Merge remote branch 'branchable/master'
2011-02-13 00:56:39 -04:00
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