summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* glacier: Do not try to run glacier value create when an existing glacier ↵Gravatar Joey Hess2014-02-20
| | | | remote is enabled.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-02-20
|\
| * Added a commentGravatar http://joeyh.name/2014-02-20
| |
* | Revert "Fix command to match fsck description"Gravatar Joey Hess2014-02-20
| | | | | | | | | | | | | | | | This reverts commit 5c9b7b524474fa6deac38d24bac9781557760253. No, --incremental and --more are not needed when using --incremental-schedule. The --incremental-schedule option implies the other ones.
| * Added a commentGravatar http://joeyh.name/2014-02-20
| |
| * Added a commentGravatar http://joeyh.name/2014-02-20
| |
| * Added a commentGravatar http://grossmeier.net/2014-02-20
| |
| * 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
|\
* | refactorGravatar 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
|\
* | unused: Fix to actually detect unused keys when in direct mode.Gravatar 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
|\
* | urk, forgot to check this in yesterday!Gravatar 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
|\
* | remove special case for tags in view branch namesGravatar Joey Hess2014-02-19
| | | | | | | | | | | | Just having "_" for tags=* turned out to be too hard to understand. Note that this invalidaes all current views.
* | improve view branch name when there are a list of valuesGravatar 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
| |
* | speed up currentView when not in a viewGravatar Joey Hess2014-02-19
| | | | | | | | Avoid reading the view log when the branch is clearly not a view branch.