summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* remove debugGravatar Joey Hess2011-03-27
|
* converted move to use RemoteGravatar Joey Hess2011-03-27
| | | | Drop old Remotes.hs, now unused!
* reexport RemoteClass from Remote for cleanlinessGravatar Joey Hess2011-03-27
|
* convert map to use new codeGravatar Joey Hess2011-03-27
|
* convert test to RemoteGravatar Joey Hess2011-03-27
|
* converted several commands to use RemoteGravatar Joey Hess2011-03-27
| | | | only move and map still to convert
* clean up remote list generation to only run onceGravatar Joey Hess2011-03-27
|
* add remotes slot to AnnexGravatar Joey Hess2011-03-27
| | | | This required parameterizing the type for Remote, to avoid a cycle.
* start of generalizing remotesGravatar Joey Hess2011-03-27
| | | | | | | | | Goal is to support multiple different types of remotes, some of which are not git repositories. To that end, added a Remote class, and moved git remote specific code into Remote.GitRemote. Remotes.hs is still present as some code has not been converted to use the new Remote class yet.
* responseGravatar Joey Hess2011-03-27
|
* responseGravatar Joey Hess2011-03-27
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-03-27
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-03-27
|
* responseGravatar Joey Hess2011-03-27
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-03-27
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-03-27
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-03-27
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-03-27
|
* more thoughtsGravatar Joey Hess2011-03-26
|
* tweakGravatar Joey Hess2011-03-26
|
* thanks liwGravatar Joey Hess2011-03-26
|
* updateGravatar Joey Hess2011-03-26
|
* add more pointless opinionGravatar Joey Hess2011-03-26
|
* Merge remote-tracking branch 'branchable/master'Gravatar Joey Hess2011-03-26
|\
* | annex.diskreserve can be given in arbitrary units (ie "0.5 gigabytes")Gravatar Joey Hess2011-03-26
| |
* | added dat unit parsingGravatar Joey Hess2011-03-26
| | | | | | | | | | Also added all 3 existing kinds of data units. And even more of my opinions to this opinionated piece of code.
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-03-26
|/
* add news item for git-annex 0.20110325Gravatar Joey Hess2011-03-25
|
* releasing version 0.201103250.20110325Gravatar Joey Hess2011-03-25
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-03-24
|
* Added a commentGravatar http://joey.kitenet.net/2011-03-24
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-03-24
|
* Did a fresh install of haskell-platform on a rhel5 32bit host and ↵Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-03-24
| | | | iinstalling HP, pcre-light, missingh wasnt enough to build git-annex
* dropunused: Significantly sped up; only read unused log file once.Gravatar Joey Hess2011-03-23
|
* migrate: Support migrating v1 SHA keys to v2 SHA keys with size information ↵Gravatar Joey Hess2011-03-23
| | | | that can be used for free space checking.
* refactorGravatar Joey Hess2011-03-23
|
* migrate: Bugfix for case when migrating a file results in a key that is ↵Gravatar Joey Hess2011-03-23
| | | | | | | | | | | already present in .git/annex/objects. For example, this could happen if using SHA1 and a file with content "foo" were added to that backend. Then a file with "content" foo were migrated from the WORM backend. Assume that, if a backend assigned the same key, the already annexed content must be the same. So, the "old" content can be reused.
* updateGravatar Joey Hess2011-03-23
|
* Merge remote-tracking branch 'branchable/master'Gravatar Joey Hess2011-03-23
|\
* | kFreeBSD supportGravatar Joey Hess2011-03-23
| | | | | | | | | | | | Tested on Debian kfreebsd-amd64. The BSD #includes worked. Both statfs64 and statfs worked. Using statfs to keep the same as general freebsd, and because I didn't try it on 32 bit.
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-03-23
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-03-23
| |
* | use statfs64 on apple, while retaining statfs on freebsdGravatar Joey Hess2011-03-23
|/ | | | | | http://git-annex.branchable.com/bugs/Makefile_is_missing_dependancies/#comment-3196b43b7d745ab206435d0a69686815 indicates statfs64 works on apple. Probably on freebsd too, but I have not tested it and so will stick with the old code there.
* Merge remote-tracking branch 'branchable/master'Gravatar Joey Hess2011-03-23
|\
* | correctGravatar Joey Hess2011-03-23
| |
* | allow force overriding the disk space checkGravatar Joey Hess2011-03-23
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-03-23
|/
* Merge remote-tracking branch 'branchable/master'Gravatar Joey Hess2011-03-23
|\
* | Revert "Define (__APPLE__) in StatFS"Gravatar Joey Hess2011-03-23
| | | | | | | | | | | | This reverts commit 4440ecf4a74b85341d5ecc1ecb1a9349b6fc5d3b. Turns out that it is reporting a block size of 0 and so all bogus.
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-03-23
| |