Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | split groups of related functions out of Utility | Joey Hess | 2011-08-22 |
| | |||
* | avoid the functor | Joey Hess | 2011-08-21 |
| | | | | fmap = liftM | ||
* | file moved | Joey Hess | 2011-08-21 |
| | |||
* | tweak | Joey Hess | 2011-08-21 |
| | |||
* | outdated comment | Joey Hess | 2011-08-21 |
| | |||
* | moved files around | Joey Hess | 2011-08-20 |
| | |||
* | note about why curl -# is used | Joey Hess | 2011-08-20 |
| | | | | | | I'd rather use wget really, but as git-annex uses libcurl elsewhere, it seems best to stick with curl. And making this configurable seems overboard. | ||
* | add news item for git-annex 3.20110819 | Joey Hess | 2011-08-19 |
| | |||
* | releasing version 3.201108193.20110819 | Joey Hess | 2011-08-19 |
| | |||
* | Fix broken upgrade from V1 repository. Closes: #638584 | Joey Hess | 2011-08-19 |
| | | | | | Had forgotten to keep several old versions of functions needed during this upgrade. | ||
* | drop an unnecessart liftIO | Joey Hess | 2011-08-19 |
| | | | | the liftM on its own can lift all the way into IO. | ||
* | make Annex an opaque data type | Joey Hess | 2011-08-19 |
| | | | | | | | | | Was a type alias; using newtype has the benefit that type errors will show "Annex foo" rather than two lines of internal type nonsense. Yay! There should be no other effects to size or runtime. I've tried to do this at least twice before (each time I read RWH chapter 10); finally understood how to this time.. sorta. | ||
* | make gitDir absolute | Joey Hess | 2011-08-19 |
| | |||
* | tweak | Joey Hess | 2011-08-18 |
| | |||
* | Added annex-cost-command configuration, which can be used to vary the cost ↵ | Joey Hess | 2011-08-18 |
| | | | | | | of a remote based on the output of a shell command. Also avoided crashing if the user specified cost value cannot be parsed. | ||
* | tweak | Joey Hess | 2011-08-17 |
| | |||
* | tweak | Joey Hess | 2011-08-17 |
| | |||
* | optimise initialized check | Joey Hess | 2011-08-17 |
| | | | | Avoid running external command if annex.version is set. | ||
* | improve docs for init | Joey Hess | 2011-08-17 |
| | |||
* | when reading configs of local repos, first initializeSafe | Joey Hess | 2011-08-17 |
| | | | | This auto-generates a uuid if the local repo does not already have one. | ||
* | git-annex-shell configlist should not be standalone | Joey Hess | 2011-08-17 |
| | | | | | This makes it initialize the repository with a uuid, and list the uuid, allowing automatic setup of bare repositories when git-annex is used. | ||
* | Now "git annex init" only has to be run once | Joey Hess | 2011-08-17 |
| | | | | | | | when a git repository is first being created. Clones will automatically notice that git-annex is in use and automatically perform a basic initalization. It's still recommended to run "git annex init" in any clones, to describe them. | ||
* | init no longer creates .gitattributes | Joey Hess | 2011-08-17 |
| | |||
* | Added a comment: Re: squeeze-backports update? | http://joey.kitenet.net/ | 2011-08-17 |
| | |||
* | Added a comment: squeeze-backports update? | https://www.google.com/accounts/o8/id?id=AItOawla7u6eLKNYZ09Z7xwBffqLaXquMQC07fU | 2011-08-17 |
| | |||
* | add news item for git-annex 3.20110817 | Joey Hess | 2011-08-17 |
| | |||
* | releasing version 3.201108173.20110817 | Joey Hess | 2011-08-17 |
| | |||
* | Added a comment | http://joey.kitenet.net/ | 2011-08-17 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2011-08-16 |
|\ | |||
* | | Added curl to Debian package dependencies. | Joey Hess | 2011-08-16 |
| | | |||
| * | Added a comment | http://joey.kitenet.net/ | 2011-08-17 |
|/ | |||
* | error out when dropping from http repo | Joey Hess | 2011-08-16 |
| | |||
* | update | Joey Hess | 2011-08-16 |
| | |||
* | Added support for getting content from git remotes using http (and https). | Joey Hess | 2011-08-16 |
| | |||
* | support for getting files from http git remotes | Joey Hess | 2011-08-16 |
| | |||
* | reorg Remote/* | Joey Hess | 2011-08-16 |
| | |||
* | split out generic url stuff into a helper library from Remote.Web | Joey Hess | 2011-08-16 |
| | |||
* | support reading git config from http remotes | Joey Hess | 2011-08-16 |
| | | | | | The config file is downloaded to a temp file, and git-config run on that to parse it. | ||
* | avoid namespace conflict | Joey Hess | 2011-08-16 |
| | |||
* | add withTempFile | Joey Hess | 2011-08-16 |
| | | | | | | | This is essentially the same as withSystemTempFile from System.IO.Temp, but that library is not packaged for Debian, and may not be widely used. I see various other withTempFile implementations here and there, none canonical. Sigh. | ||
* | add repoIsHttp | Joey Hess | 2011-08-16 |
| | |||
* | response | Joey Hess | 2011-08-16 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2011-08-16 |
|\ | |||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawkHscTHMCNvjJ6nLI1VpsBrJFI5FTwhUT4 | 2011-08-15 |
| | | |||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawkHscTHMCNvjJ6nLI1VpsBrJFI5FTwhUT4 | 2011-08-15 |
| | | |||
* | | typo | Joey Hess | 2011-08-15 |
| | | |||
* | | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2011-08-14 |
|\| | |||
| * | enhancement suggestion | http://christian.amsuess.com/chrysn | 2011-08-12 |
| | | |||
| * | (i don't have a remote origin, but it's more common and doesn't change the ↵ | http://christian.amsuess.com/chrysn | 2011-08-10 |
| | | | | | | | | example) | ||
| * | problems with version 3 upgrade instructions | http://christian.amsuess.com/chrysn | 2011-08-10 |
| | |