Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added a comment: Shared google drive on multiple hosts | https://www.google.com/accounts/o8/id?id=AItOawmlnEK_po7A0xMC9Xdp0FdcBgYllsCORXM | 2014-03-14 |
| | |||
* | Added a comment: still need to remove the remote after a "dead" | http://alan.petitepomme.net/ | 2014-03-07 |
| | |||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus | 2014-03-03 |
| | |||
* | number list | Joey Hess | 2014-03-02 |
| | |||
* | decruft | Joey Hess | 2014-03-02 |
| | |||
* | pre-commit-annex hook script to automatically extract metadata from lots of ↵ | Joey Hess | 2014-03-02 |
| | | | | | | | | | | | | | | | | | | types of files Using the extract(1) program to do the heavy lifting. Decided to make git-annex run pre-commit-annex when committing. Since git-annex pre-commit also runs it, it'll be run when git commit is run too, via the pre-commit hook. This basically gives back the pre-commit hook that git-annex took away. The implementation avoids repeatedly looking for the hook script when the assistant is running and committing repeatedly; only checks if the hook is available once. To make the script simpler, made git-annex metadata -s field?=value only set a field when it's not already got a value. This commit was sponsored by bak. | ||
* | simplify | Joey Hess | 2014-03-01 |
| | |||
* | annex.listen can be configured, instead of using --listen | Joey Hess | 2014-03-01 |
| | |||
* | docs for remote webapp, securely | Joey Hess | 2014-02-28 |
| | |||
* | show how to set up preferred content for IA like the webapp does | Joey Hess | 2014-02-28 |
| | |||
* | layout | Joey Hess | 2014-02-23 |
| | |||
* | add note | Joey Hess | 2014-02-23 |
| | |||
* | annex.genmetadata can be set to make git-annex automatically set metadata ↵ | Joey Hess | 2014-02-23 |
| | | | | (year and month) when adding files | ||
* | views: add automatically constructed file location metadata | Joey Hess | 2014-02-22 |
| | | | | | | | | | | | | | | | | | | | | | | | When constructing views, metadata is available about the location of the file in the view's reference branch. Allows incorporating parts of the directory hierarchy in a view. For example `git annex view tag=* podcasts/=*` makes a view in the form tag/showname. Performance impact: I benchmarked git annex view tag=* in the conference proceedings repo to take 6.459s before this change, and 6.544s after. FWIW, I considered making the syntax for this be podcasts/*, which might be easier for the user to learn. However, I think it's not as good: * The user has to then juggle two different syntaxes, and podcasts/* will be expanded by the shell so they also need to quote it, while podcasts/=* is unlikely to be expanded by the shell. * It would allow for things like podcasts/*/* and *.mp3 which do not map well into views. This commit was sponsored by Aurélien Pinceaux. | ||
* | Added a comment: confirmed | http://grossmeier.net/ | 2014-02-21 |
| | |||
* | Added a comment: good | http://joeyh.name/ | 2014-02-21 |
| | |||
* | Added a comment | http://grossmeier.net/ | 2014-02-20 |
| | |||
* | Added a comment | http://joeyh.name/ | 2014-02-20 |
| | |||
* | Added a comment | http://joeyh.name/ | 2014-02-20 |
| | |||
* | update | Joey Hess | 2014-02-19 |
| | |||
* | add tip about metadata driven views (and more flexible view filtering) | Joey Hess | 2014-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. | ||
* | initremote -> enableremote, pretty sure | Greg Grossmeier | 2014-02-18 |
| | |||
* | Added a comment: missing steps? | http://grossmeier.net/ | 2014-02-18 |
| | |||
* | Possibly missing space | https://www.google.com/accounts/o8/id?id=AItOawnhrtcVb6osHXjvZeNpj9diqh_JjyARc30 | 2014-01-31 |
| | |||
* | removed | https://www.google.com/accounts/o8/id?id=AItOawlUmrSFcLMuk2ny0QNlx4BosEuhG0ij0XQ | 2014-01-27 |
| | |||
* | Added a comment: Same thing using the assistant? | https://www.google.com/accounts/o8/id?id=AItOawlUmrSFcLMuk2ny0QNlx4BosEuhG0ij0XQ | 2014-01-27 |
| | |||
* | update | Joey Hess | 2014-01-24 |
| | |||
* | tip | Joey Hess | 2014-01-24 |
| | |||
* | global numcopies setting | Joey Hess | 2014-01-20 |
| | | | | | | | | | | | | | | | | | | | | | | | * numcopies: New command, sets global numcopies value that is seen by all clones of a repository. * The annex.numcopies git config setting is deprecated. Once the numcopies command is used to set the global number of copies, any annex.numcopies git configs will be ignored. * assistant: Make the prefs page set the global numcopies. This global numcopies setting is needed to let preferred content expressions operate on numcopies. It's also convenient, because typically if you want git-annex to preserve N copies of files in a repo, you want it to do that no matter which repo it's running in. Making it global avoids needing to warn the user about gotchas involving inconsistent annex.numcopies settings. (See changes to doc/numcopies.mdwn.) Added a new variety of git-annex branch log file, that holds only 1 value. Will probably be useful for other stuff later. This commit was sponsored by Nicolas Pouillard. | ||
* | Added a comment: web storage | https://www.google.com/accounts/o8/id?id=AItOawnRRUUZo3W7pAoRoST8P_l0PtUBhvYuzDg | 2014-01-17 |
| | |||
* | Added a comment: Using Gitolite 3.2 | https://www.google.com/accounts/o8/id?id=AItOawll4Kgp7nMuOKdB0FfbcYZ3KRq7HCS0Slc | 2014-01-17 |
| | |||
* | move a non-tip to the forum | Joey Hess | 2014-01-13 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8 | 2014-01-11 |
| | |||
* | Add magit-annex to emacs integration tips | Kyle Meyer | 2014-01-10 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8 | 2014-01-10 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8 | 2014-01-10 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8 | 2014-01-10 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8 | 2014-01-10 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8 | 2014-01-10 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8 | 2014-01-10 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8 | 2014-01-10 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8 | 2014-01-10 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8 | 2014-01-10 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8 | 2014-01-10 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8 | 2014-01-10 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8 | 2014-01-10 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8 | 2014-01-10 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawkWQXo7MLYIDa-ep04UTbdz8KuvfjwLDCQ | 2014-01-08 |
| | |||
* | Added a comment | http://joeyh.name/ | 2014-01-03 |
| | |||
* | Added a comment: Why fsck? | https://www.google.com/accounts/o8/id?id=AItOawmWBvsZvSsAL8P2ye3F0OBStjFCVnOImzM | 2014-01-02 |
| |