summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* ssh connection cachingGravatar Joey Hess2012-01-20
| | | | | | | | | | | Ssh connection caching is now enabled automatically by git-annex. Only one ssh connection is made to each host per git-annex run, which can speed some things up a lot, as well as avoiding repeated password prompts. Concurrent git-annex processes also share ssh connections. Cached ssh connections are shut down when git-annex exits. Note: The rsync special remote does not yet participate in the ssh connection caching.
* fsck --from remote --fastGravatar Joey Hess2012-01-20
| | | | | | | Avoids expensive file transfers, at the expense of checking file size and/or contents. Required some reworking of the remote code.
* better designGravatar Joey Hess2012-01-19
| | | | | Avoids possible repeated password prompts, at the cost of a small bit of locking complication.
* designGravatar Joey Hess2012-01-19
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck2012-01-19
|
* fsck --fromGravatar Joey Hess2012-01-19
| | | | | | | | | | | | | | | | Fscking a remote is now supported. It's done by retrieving the contents of the specified files from the remote, and checking them, so can be an expensive operation. (Several optimisations are possible, to speed it up, of course.. This is the slow and stupid remote fsck to start with.) Still, if the remote is a special remote, or a git repository that you cannot run fsck in locally, it's nice to have the ability to fsck it. If you have any directory special remotes, now would be a good time to fsck them, in case you were hit by the data loss bug fixed in the previous release!
* addGravatar Joey Hess2012-01-18
|
* thoughtGravatar Joey Hess2012-01-18
|
* add news item for git-annex 3.20120116Gravatar Joey Hess2012-01-16
|
* Added a comment: Thanks and sorryGravatar https://openid.stackexchange.com/user/fd55c6e3-966a-4626-865f-5d0f73e1eb882012-01-15
|
* un-tangle unrelated postsGravatar https://openid.stackexchange.com/user/fd55c6e3-966a-4626-865f-5d0f73e1eb882012-01-15
|
* rename ↵Gravatar https://openid.stackexchange.com/user/fd55c6e3-966a-4626-865f-5d0f73e1eb882012-01-15
| | | | forum/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn to forum/__91__Installation__93___base-3.0.3.2_requires_syb___61____61__0.1.0.2_however_syb-0.1.0.2_was_excluded_because_json-0.5_requires_syb___62____61__0.3.3.mdwn
* un-tangle unrelated postsGravatar https://openid.stackexchange.com/user/fd55c6e3-966a-4626-865f-5d0f73e1eb882012-01-15
|
* Added a commentGravatar http://joey.kitenet.net/2012-01-15
|
* syb dependency problem.Gravatar https://openid.stackexchange.com/user/fd55c6e3-966a-4626-865f-5d0f73e1eb882012-01-15
|
* rename ↵Gravatar https://openid.stackexchange.com/user/fd55c6e3-966a-4626-865f-5d0f73e1eb882012-01-15
| | | | bugs/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn to forum/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn
* no, really, I fixed itGravatar Joey Hess2012-01-15
|
* re-opened. proposed solution doesn't help.Gravatar https://openid.stackexchange.com/user/fd55c6e3-966a-4626-865f-5d0f73e1eb882012-01-15
|
* add news item for git-annex 3.20120115Gravatar Joey Hess2012-01-15
|
* Fix QuickCheck dependency in cabal file.Gravatar Joey Hess2012-01-15
|
* (no commit message)Gravatar https://openid.stackexchange.com/user/fd55c6e3-966a-4626-865f-5d0f73e1eb882012-01-15
|
* add news item for git-annex 3.20120113Gravatar Joey Hess2012-01-13
|
* Document how to install git-annex in NixGravatar http://peter-simons.myopenid.com/2012-01-13
|
* Added NixOS to the list of distributions that support git-annex.Gravatar http://peter-simons.myopenid.com/2012-01-13
|
* Added a commentGravatar http://peter-simons.myopenid.com/2012-01-13
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-01-13
|\
* | move windows support to a todo itemGravatar Joey Hess2012-01-13
| | | | | | | | not holding my breath on this one..
| * Added a commentGravatar http://joey.kitenet.net/2012-01-13
|/
* limit news feed to only toplevelGravatar Joey Hess2012-01-13
|
* Added a comment: Not announced on Hackage?Gravatar http://peter-simons.myopenid.com/2012-01-13
|
* git-annex, git-union-merge: Support GIT_DIR and GIT_WORK_TREE.Gravatar Joey Hess2012-01-13
| | | | | Note that GIT_WORK_TREE cannot influence GIT_DIR; that is necessary for git-fake-bare and vcsh type things to work.
* closeGravatar Joey Hess2012-01-13
|
* addGravatar Joey Hess2012-01-13
|
* Add annex-trustlevel configuration settings, which can be used to override ↵Gravatar Joey Hess2012-01-09
| | | | | | | | | | | | | the trust level of a remote. This overrides the trust.log, and is overridden by the command-line trust parameters. It would have been nicer to have Logs.Trust.trustMap just look up the configuration for all remotes, but a dependency loop prevented that (Remotes depends on Logs.Trust in several ways). So instead, look up the configuration when building remotes, storing it in the same forcetrust field used for the command-line trust parameters.
* formattingGravatar Joey Hess2012-01-07
|
* new tipGravatar Joey Hess2012-01-07
|
* log: Add --gource mode, which generates output usable by gource.Gravatar Joey Hess2012-01-07
| | | | | As part of this, I fixed up how log was getting the descriptions of remotes.
* add news item for git-annex 3.20120106Gravatar Joey Hess2012-01-07
|
* Added a commentGravatar http://joey.kitenet.net/2012-01-07
|
* complete set of log optionsGravatar Joey Hess2012-01-06
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck2012-01-06
|
* log --after=dateGravatar Joey Hess2012-01-06
|
* log: New command that displays the location log for file, showing each ↵Gravatar Joey Hess2012-01-06
| | | | | | | | | | | | | | | repository they were added to and removed from. This needs to run git log on the location log files to get at all past versions of the file, which tends to be a bit slow. It would be possible to make a version optimised for showing the location logs for every key. That would only need to run git log once, so would be faster, but it would need to process an enormous amount of data, so would not speed up the individual file case. In the future it would be nice to support log --format. log --json also doesn't work right yet.
* closeGravatar Joey Hess2012-01-05
|
* Added a comment: Thank you!Gravatar https://www.google.com/accounts/o8/id?id=AItOawkey8WuXUh_x5JC2c9_it1CYRnVTgdGu1M2012-01-06
|
* remove S3stub stuffGravatar Joey Hess2012-01-05
| | | | | Let's keep that in a no-s3 branch, which can be merged into eg, debian-stable.
* Added a commentGravatar http://joey.kitenet.net/2012-01-06
|
* Added a commentGravatar http://joey.kitenet.net/2012-01-06
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkey8WuXUh_x5JC2c9_it1CYRnVTgdGu1M2012-01-06
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkey8WuXUh_x5JC2c9_it1CYRnVTgdGu1M2012-01-06
|