summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Typo fixes in index.mdwnGravatar http://sunny256.sunbase.org/2011-02-15
|
* Added a commentGravatar http://joey.kitenet.net/2011-02-14
|
* (no commit message)Gravatar http://dieter-be.myopenid.com/2011-02-14
|
* Merge remote branch 'branchable/master'Gravatar Joey Hess2011-02-13
|\
* | Make test suite not rely on a working cp -pr.Gravatar Joey Hess2011-02-13
| | | | | | | | (The Unix wars are still ON!)
| * Added a commentGravatar http://joey.kitenet.net/2011-02-13
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-02-13
| |
| * Added a comment: maybe killed another osx bug in the test.Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-02-13
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-02-13
|/
* Merge remote branch 'branchable/master'Gravatar Joey Hess2011-02-13
|\
| * Added a commentGravatar http://joey.kitenet.net/2011-02-13
| |
* | hehGravatar Joey Hess2011-02-13
| |
* | Fix test suite to reap zombies.Gravatar Joey Hess2011-02-13
| | | | | | | | | | | | | | | | 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.
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-02-13
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-02-12
|/
* add news item for git-annex 0.21Gravatar Joey Hess2011-02-11
|
* releasing version 0.210.21Gravatar Joey Hess2011-02-11
|
* qualified importGravatar Joey Hess2011-02-11
|
* update unicode FilePath handlingGravatar Joey Hess2011-02-11
| | | | | | | | 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
* Fixed missing import of Messages moduleGravatar Michael Kenney2011-02-10
|
* fooGravatar Joey Hess2011-02-10
|
* updateGravatar Joey Hess2011-02-10
|
* updateGravatar Joey Hess2011-02-10
|
* Merge remote branch 'branchable/master'Gravatar Joey Hess2011-02-10
|\
* | Fix display of unicode filenames.Gravatar Joey Hess2011-02-10
| | | | | | | | | | | | | | | | | | 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.
| * Added a commentGravatar http://joey.kitenet.net/2011-02-09
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-02-09
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-02-09
|/
* Merge remote branch 'branchable/master'Gravatar Joey Hess2011-02-09
|\
* | regression test for multi-file unannexGravatar Joey Hess2011-02-09
| |
* | test: Set git user name and email in case git can't guess values.Gravatar Joey Hess2011-02-09
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-02-09
|/
* Merge remote branch 'branchable/master'Gravatar Joey Hess2011-02-09
|\
* | unannex: Fix recently introduced bug when attempting to unannex more than ↵Gravatar Joey Hess2011-02-09
| | | | | | | | one file at a time.
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-02-09
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-02-09
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-02-09
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-02-09
| |
* | simpler approachGravatar Joey Hess2011-02-09
|/
* more install notesGravatar Joey Hess2011-02-09
|
* Added a commentGravatar http://joey.kitenet.net/2011-02-09
|
* Merge remote branch 'branchable/master'Gravatar Joey Hess2011-02-09
|\
* | test: Don't rely on chmod -R working.Gravatar Joey Hess2011-02-09
| | | | | | | | Sometimes I wish I could give all my users a real OS.
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-02-09
|/
* add news item for git-annex 0.20Gravatar Joey Hess2011-02-08
|
* configure: Check for sha1sum.0.20Gravatar Joey Hess2011-02-08
|
* Merge remote branch 'branchable/master'Gravatar Joey Hess2011-02-08
|\
| * Added a commentGravatar http://joey.kitenet.net/2011-02-08
| |
* | Merge remote branch 'branchable/master'Gravatar Joey Hess2011-02-08
|\|
* | tweakGravatar Joey Hess2011-02-08
| |