summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Support filenames that start with a dash; when such a file is passed to a ↵Gravatar Joey Hess2011-02-25
| | | | utility it will be escaped to avoid it being interpreted as an option.
* (no commit message)Gravatar http://jandd.myopenid.com/2011-02-24
|
* Added a comment: relation to [[todo/branching]]Gravatar http://christian.amsuess.com/chrysn2011-02-23
|
* Added a commentGravatar http://christian.amsuess.com/chrysn2011-02-23
|
* reformat listGravatar tyger2011-02-23
|
* (no commit message)Gravatar tyger2011-02-23
|
* moveGravatar Joey Hess2011-02-22
|
* mehGravatar Joey Hess2011-02-22
|
* Merge remote branch 'branchable/master'Gravatar Joey Hess2011-02-22
|\
| * Added a commentGravatar http://joey.kitenet.net/2011-02-22
| |
* | addGravatar Joey Hess2011-02-22
| |
| * better wording at some placesGravatar http://christian.amsuess.com/chrysn2011-02-22
| |
* | Merge remote branch 'branchable/master'Gravatar Joey Hess2011-02-21
|\|
| * feeling lucky with proposing deeper git-annex changesGravatar http://christian.amsuess.com/chrysn2011-02-20
| |
| * describe myself and what i think of git-annexGravatar http://christian.amsuess.com/chrysn2011-02-20
| |
* | hello, liftMGravatar Joey Hess2011-02-19
| |
| * Typo fixes in use_cases/Bob.mdwnGravatar http://sunny256.sunbase.org/2011-02-15
| |
| * Typo fixes in trust.mdwnGravatar http://sunny256.sunbase.org/2011-02-15
| |
| * Typo fix in not.mdwnGravatar http://sunny256.sunbase.org/2011-02-15
| |
| * Typo fixes in walkthrough.mdwnGravatar http://sunny256.sunbase.org/2011-02-15
| |
| * Typo fixes in location_tracking.mdwnGravatar http://sunny256.sunbase.org/2011-02-15
| |
| * Typo fixes in git-annex.mdwnGravatar http://sunny256.sunbase.org/2011-02-15
| |
| * 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
|/