summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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.
* sped up git-union-mergeGravatar Joey Hess2011-06-20
| | | | | | | | Avoided the slow git add, instead inject content directly into git and populate the index all in one pass. Now this runs on my large real-world repo in 10 seconds, which is acceptable. Also lots of code cleanups.
* 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
|
* pointless golfingGravatar 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.
* fix test suiteGravatar Joey Hess2011-06-13
|
* bigfix: stat parent dirsGravatar Joey Hess2011-06-13
|
* 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
|
* S3 stub bug got fixedGravatar Joey Hess2011-06-10
|
* fix building with S3 stubGravatar Joey Hess2011-06-10
|
* add news item for git-annex 0.20110610Gravatar Joey Hess2011-06-10
|
* releasing version 0.201106100.20110610Gravatar Joey Hess2011-06-10
|
* Bugfix: Fix fsck to not think all SHAnE keys are bad.Gravatar Joey Hess2011-06-10
|
* get --from is the same as copy --fromGravatar Joey Hess2011-06-09
| | | | | | | | get not honoring --from has surprised me a few times, so least surprise suggests it should just behave like copy --from. This leaves the difference between get and copy being that copy always requires the remote to copy from, while get will decide whether to get a file from a key/value store or a remote.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2011-06-09
|\
| * Added a commentGravatar http://joey.kitenet.net/2011-06-08
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnEpj9IoEzNagnLDTTc9ormo5orwHW5aaI2011-06-08
| |
| * (no commit message)Gravatar ssqq2011-06-04
| |
| * Added a comment: git annex unusedGravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2011-06-02
| |
| * Added a comment: git annex unusedGravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2011-06-02
| |
| * Added a comment: git annex unlock --readonlyGravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2011-06-02
| |
* | tweakGravatar Joey Hess2011-06-02
| |
* | refactorGravatar Joey Hess2011-06-02
|/
* updateGravatar Joey Hess2011-06-02
|
* fixGravatar Joey Hess2011-06-02
|
* reformatGravatar Joey Hess2011-06-02
|
* updateGravatar Joey Hess2011-06-02
|
* updateGravatar Joey Hess2011-06-02
|
* adjust to use primary git repoGravatar Joey Hess2011-06-02
|
* add fedora install instructionsGravatar Joey Hess2011-06-02
|
* rename modules for data types into Types/ directoryGravatar Joey Hess2011-06-01
|