aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* new planGravatar Joey Hess2011-06-29
|
* Merge branch 'master' into v3Gravatar Joey Hess2011-06-29
|\ | | | | | | | | Conflicts: debian/changelog
| * --force will cause add, etc, to operate on ignored files.Gravatar Joey Hess2011-06-29
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2011-06-29
| |
* | Modify location log parser to allow future expansion.Gravatar Joey Hess2011-06-28
| | | | | | | | | | | | Since the logs have just been moved into the git-annex branch, don't need to worry about backwards compatability with old versions of git-annex that would fail to parse location logs with extra fields tacked on.
* | freebsd port now availableGravatar Joey Hess2011-06-26
| |
* | add news item for git-annex 3.20110624Gravatar Joey Hess2011-06-24
| |
* | better setup of git-annex branch pushing on upgradeGravatar Joey Hess2011-06-24
| |
* | addGravatar Joey Hess2011-06-23
| |
* | tweak fsck wording so file is at the end of the lineGravatar Joey Hess2011-06-23
| |
* | improve post-upgrade push instructionsGravatar Joey Hess2011-06-23
| |
* | unused command updates for branchesGravatar Joey Hess2011-06-23
| | | | | | | | | | Now that branches are more likely, unused needs to more explicitly warn that it does not look in them.
* | updatesGravatar Joey Hess2011-06-23
| |
* | v3 upgrade is fast!Gravatar Joey Hess2011-06-23
| | | | | | | | | | The journal sped this up approximatly 100-fold; it runs in just a few minutes for a large repository with 30 thousand log files.
* | add journaling to speed up changes to the git-annex branchGravatar Joey Hess2011-06-23
| | | | | | | | | | | | | | | | git is slow when the index file is large and has to be rewritten each time a file is changed. To speed this up, added a journal where changes are recorded before being fed into the index file and committed to the git-annex branch. The entire journal can be fed into git with just 2 commands, and only one write of the index file.
* | update re git-annex branch direct modificationGravatar Joey Hess2011-06-23
| |
* | updateGravatar Joey Hess2011-06-23
| |
* | remove stateDirGravatar Joey Hess2011-06-23
| |
* | v3 upgrade code worksGravatar Joey Hess2011-06-23
| | | | | | | | but write the index file a lot, so slow
* | add merge subcommandGravatar Joey Hess2011-06-22
| |
* | improve bare repo handingGravatar Joey Hess2011-06-22
| | | | | | | | | | Many more commands can work in bare repos now, thanks to the git-annex branch.
* | updateGravatar Joey Hess2011-06-22
| |
* | adjust walkthrough for git-annex branchGravatar Joey Hess2011-06-22
| | | | | | | | don't just pull master.. pull everything
* | update documentation that mentioned .git-annex/Gravatar Joey Hess2011-06-22
| |
* | start v3Gravatar Joey Hess2011-06-21
|/
* unlock: Made atomic.Gravatar Joey Hess2011-06-20
|
* move bug reportGravatar Joey Hess2011-06-20
|
* reorder git-union-merge paramsGravatar Joey Hess2011-06-20
|
* allow git-union-merge to write to any refGravatar Joey Hess2011-06-20
| | | | Not just refs/heads/* branches.
* add git-union-mergeGravatar Joey Hess2011-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | This is a new git subcommand, that does a generic union merge operation between two refs, storing the result in a branch. It operates efficiently without touching the working tree. It does need to write out a temporary index file, and may need to write out some other temp files as well. This could be useful for anything that stores data in a branch, and needs to merge changes into that branch without actually checking the branch out. Since conflict handling can't be done without a working copy, the merge type is always a union merge, which is fine for data stored in log format (as git-annex does), or in non-conflicting files (as pristine-tar does). This probably belongs in git proper, but it will live in git-annex for now. --- Plan is to move .git-annex/ to a git-annex branch, and use git-union-merge to handle merging changes when pulling from remotes. Some preliminary benchmarking using real .git-annex/ data indicates that it's quite fast, except for the "git add" call, which is as slow as "git add" tends to be with a big index.
* thoughtGravatar Joey Hess2011-06-20
|
* updateGravatar Joey Hess2011-06-20
|
* updateGravatar Joey Hess2011-06-20
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmL8pteP2jbYJUn1M3CbeLDvz2SWAA1wtg2011-06-20
|
* Comment moderationGravatar http://joey.kitenet.net/2011-06-20
|
* git is slowGravatar Joey Hess2011-06-14
|
* minor bug reportGravatar http://christian.amsuess.com/chrysn2011-06-14
|
* Allow --trust etc to specify a repository by name, for temporarily trusting ↵Gravatar Joey Hess2011-06-13
| | | | repositories that are not configured remotes.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2011-06-13
|\
* | rsync is now used when copying files from repos on other filesystemsGravatar Joey Hess2011-06-13
| | | | | | | | | | | | | | | | | | cp is still used when copying file from repos on the same filesystem, since --reflink=auto can make it significantly faster on filesystems such as btrfs. Directory special remotes still use cp, not rsync. It's not clear what tmp file should be used when rsyncing to such a remote.
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-06-13
|/
* responseGravatar Joey Hess2011-06-13
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-06-13
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-06-13
|
* (no commit message)Gravatar https://lithitux.org/openidserver/users/pavel2011-06-13
|
* Added a comment: short answer: noGravatar http://joey.kitenet.net/2011-06-10
|
* Added a comment: Any chance to get git-annex going on windows?Gravatar https://www.google.com/accounts/o8/id?id=AItOawmByD9tmR48HuYgS4qWEGDDaoVTTC3m4kc2011-06-10
|
* Added a commentGravatar http://joey.kitenet.net/2011-06-10
|
* Added a commentGravatar http://joey.kitenet.net/2011-06-10
|
* Comment moderationGravatar http://joey.kitenet.net/2011-06-10
|