summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* releasing version 3.201108193.20110819Gravatar Joey Hess2011-08-19
|
* Fix broken upgrade from V1 repository. Closes: #638584Gravatar Joey Hess2011-08-19
| | | | | Had forgotten to keep several old versions of functions needed during this upgrade.
* drop an unnecessart liftIOGravatar Joey Hess2011-08-19
| | | | the liftM on its own can lift all the way into IO.
* make Annex an opaque data typeGravatar Joey Hess2011-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 absoluteGravatar Joey Hess2011-08-19
|
* tweakGravatar Joey Hess2011-08-18
|
* Added annex-cost-command configuration, which can be used to vary the cost ↵Gravatar Joey Hess2011-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.
* tweakGravatar Joey Hess2011-08-17
|
* tweakGravatar Joey Hess2011-08-17
|
* optimise initialized checkGravatar Joey Hess2011-08-17
| | | | Avoid running external command if annex.version is set.
* improve docs for initGravatar Joey Hess2011-08-17
|
* when reading configs of local repos, first initializeSafeGravatar Joey Hess2011-08-17
| | | | This auto-generates a uuid if the local repo does not already have one.
* git-annex-shell configlist should not be standaloneGravatar Joey Hess2011-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 onceGravatar Joey Hess2011-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 .gitattributesGravatar Joey Hess2011-08-17
|
* Added a comment: Re: squeeze-backports update?Gravatar http://joey.kitenet.net/2011-08-17
|
* Added a comment: squeeze-backports update?Gravatar https://www.google.com/accounts/o8/id?id=AItOawla7u6eLKNYZ09Z7xwBffqLaXquMQC07fU2011-08-17
|
* add news item for git-annex 3.20110817Gravatar Joey Hess2011-08-17
|
* releasing version 3.201108173.20110817Gravatar Joey Hess2011-08-17
|
* Added a commentGravatar http://joey.kitenet.net/2011-08-17
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2011-08-16
|\
* | Added curl to Debian package dependencies.Gravatar Joey Hess2011-08-16
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-08-17
|/
* error out when dropping from http repoGravatar Joey Hess2011-08-16
|
* updateGravatar Joey Hess2011-08-16
|
* Added support for getting content from git remotes using http (and https).Gravatar Joey Hess2011-08-16
|
* support for getting files from http git remotesGravatar Joey Hess2011-08-16
|
* reorg Remote/*Gravatar Joey Hess2011-08-16
|
* split out generic url stuff into a helper library from Remote.WebGravatar Joey Hess2011-08-16
|
* support reading git config from http remotesGravatar Joey Hess2011-08-16
| | | | | The config file is downloaded to a temp file, and git-config run on that to parse it.
* avoid namespace conflictGravatar Joey Hess2011-08-16
|
* add withTempFileGravatar Joey Hess2011-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 repoIsHttpGravatar Joey Hess2011-08-16
|
* responseGravatar Joey Hess2011-08-16
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2011-08-16
|\
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkHscTHMCNvjJ6nLI1VpsBrJFI5FTwhUT42011-08-15
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkHscTHMCNvjJ6nLI1VpsBrJFI5FTwhUT42011-08-15
| |
* | typoGravatar Joey Hess2011-08-15
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2011-08-14
|\|
| * enhancement suggestionGravatar http://christian.amsuess.com/chrysn2011-08-12
| |
| * (i don't have a remote origin, but it's more common and doesn't change the ↵Gravatar http://christian.amsuess.com/chrysn2011-08-10
| | | | | | | | example)
| * problems with version 3 upgrade instructionsGravatar http://christian.amsuess.com/chrysn2011-08-10
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawm4or5sJLWB0evPKp70Q2OND-JmFPnOkLA2011-08-09
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawm4or5sJLWB0evPKp70Q2OND-JmFPnOkLA2011-08-09
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawm4or5sJLWB0evPKp70Q2OND-JmFPnOkLA2011-08-09
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2011-08-08
|\|
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmFgsNxmnGznb5bbmcoWhoQOoxZZ-io61s2011-08-08
| |
* | addurl: --fast can be used to avoid immediately downloading the url.Gravatar Joey Hess2011-08-06
| | | | | | | | | | | | The tricky part about this is that to generate a key, the file must be present already. Worked around by adding (back) an URL key type, which is used for addurl --fast.
* | fix file name for web remote log filesGravatar Joey Hess2011-08-06
| | | | | | | | | | | | The key name was not being sufficiently escaped, although it didn't break anything due to luck. Switch to properly escaped key names for the log filename, with a fallback to the buggy old name.
* | fooGravatar Joey Hess2011-08-06
| |