summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Added a commentGravatar http://joeyh.name/2014-02-20
|
* trust, untrust, semitrust, dead: Warn when the trust level is overridden in ↵Gravatar Joey Hess2014-02-20
| | | | .git/config.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-02-20
|\
| * Added a commentGravatar http://joeyh.name/2014-02-20
| |
* | remove spamGravatar Joey Hess2014-02-20
| |
| * Added a commentGravatar http://joeyh.name/2014-02-20
| |
* | closeGravatar Joey Hess2014-02-20
| |
* | update walkthroughGravatar Joey Hess2014-02-20
| |
* | fsck: When run with --all or --unused, while .gitattributes annex.numcopies ↵Gravatar Joey Hess2014-02-20
| | | | | | | | cannot be honored since it's operating on keys instead of files, make it honor the global numcopies setting, and the annex.numcopies git config setting.
* | closeGravatar Joey Hess2014-02-20
| |
| * Added a comment: Could I get a "version", brethren?Gravatar http://joeyh.name/2014-02-20
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-02-20
|\
* | closeGravatar Joey Hess2014-02-20
| |
| * Added a commentGravatar http://joeyh.name/2014-02-20
|/
* httpsGravatar Joey Hess2014-02-20
|
* creditsGravatar Joey Hess2014-02-20
|
* fix linkGravatar Joey Hess2014-02-20
|
* views demo screencastGravatar Joey Hess2014-02-20
|
* better proposed syntax for filename derived metadataGravatar Joey Hess2014-02-20
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-02-20
|\
* | todo: metadata derived from master branch filenameGravatar Joey Hess2014-02-20
| |
* | todo: git annex add while on view, what to do?Gravatar Joey Hess2014-02-20
| |
* | todo: assistant supportGravatar Joey Hess2014-02-20
| |
| * there is nothing for git-annex to do to support ASIC hashingGravatar Helmut Grohne2014-02-20
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmPTL3pk1gDt1-zQJY2Qv0K8VzPbTYUmPQ2014-02-20
| |
| * Added a comment: indirect vs directGravatar http://grossmeier.net/2014-02-20
| |
| * no sense in showing all those unused filesGravatar http://grossmeier.net/2014-02-20
| |
| * rename forum/copy_unused_and_unused_not_agreeing.mdwn to ↵Gravatar http://grossmeier.net/2014-02-20
| | | | | | | | bugs/copy_unused_and_unused_not_agreeing.mdwn
| * (no commit message)Gravatar http://grossmeier.net/2014-02-20
|/
* devblogGravatar Joey Hess2014-02-19
|
* updateGravatar Joey Hess2014-02-19
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-02-19
|\
* | add tip about metadata driven views (and more flexible view filtering)Gravatar Joey Hess2014-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While writing this documentation, I realized that there needed to be a way to stay in a view like tag=* while adding a filter like tag=work that applies to the same field. So, there are really two ways a view can be refined. It can have a new "field=explicitvalue" filter added to it, which does not change the "shape" of the view, but narrows the files it shows. Or, it can have a new view added, which adds another level of subdirectories. So, added a vfilter command, which takes explicit values to add to the filter, and rejects changes that would change the shape of the view. And, made vadd only accept changes that change the shape of the view. And, changed the View data type slightly; now components that can match multiple metadata values can be visible, or not visible. This commit was sponsored by Stelian Iancu.
* | metadata: add --tag and --untag shorthand optionsGravatar Joey Hess2014-02-19
| |
* | new section for metadataGravatar Joey Hess2014-02-19
| |
* | pre-commit: Update metadata when committing changes to annexed files within ↵Gravatar Joey Hess2014-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a view. So the user can now switch to a view and then move files around within it to manage metadata. For example, moving a file into a new directory when in the tags=* view adds a tag to it. Implementation is fairly efficient. One diff-index, which is no more expensive than the first stage of a git commit, followed by possibly some cat-file --batch traffic to find the key (when deleting a file). Very similar to what's done in direct mode when committing. And like direct mode when updating the WC after a merge, it has to buffer the diff-tree values in order to make 2 passes over them. When not in a view, pre-commit now does one extra git symbolic-ref, which is tiny overhead. This commit was sponsored by Andrew Eskridge.
| * (no commit message)Gravatar http://grossmeier.net/2014-02-19
|/
* Added a comment: Seconding this Bug.Gravatar https://www.google.com/accounts/o8/id?id=AItOawm3ayIrWKe5SqLYomXiCL-l2CDpREvA-IE2014-02-19
|
* devblogGravatar Joey Hess2014-02-18
|
* vpop NGravatar Joey Hess2014-02-18
|
* Merge branch 'view'Gravatar Joey Hess2014-02-18
|\
| * add vcycle commandGravatar Joey Hess2014-02-18
| |
| * add vadd commandGravatar Joey Hess2014-02-18
| |
* | (no commit message)Gravatar http://23.gs/2014-02-18
| |
* | initremote -> enableremote, pretty sureGravatar Greg Grossmeier2014-02-18
| |
* | Added a comment: missing steps?Gravatar http://grossmeier.net/2014-02-18
| |
| * add git annex view commandGravatar Joey Hess2014-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (And a vpop command, which is still a bit buggy.) Still need to do vadd and vrm, though this also adds their documentation. Currently not very happy with the view log data serialization. I had to lose the TDFA regexps temporarily, so I can have Read/Show instances of View. I expect the view log format will change in some incompatable way later, probably adding last known refs for the parent branch to View or something like that. Anyway, it basically works, although it's a bit slow looking up the metadata. The actual git branch construction is about as fast as it can be using the current git plumbing. This commit was sponsored by Peter Hogg.
* | (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR82014-02-18
| |
* | Added a comment: encrypted home directoryGravatar http://geoffreyirving.myopenid.com/2014-02-18
| |
* | (no commit message)Gravatar http://geoffreyirving.myopenid.com/2014-02-18
| |