aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* views: add automatically constructed file location metadataGravatar Joey Hess2014-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.
* note case insensative matchingGravatar Joey Hess2014-02-21
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-02-21
|\
* | --metadata field=value can now use globs to match, and matches case ↵Gravatar Joey Hess2014-02-21
| | | | | | | | | | | | insensatively, the same as git annex view field=value does. Also refactored glob code into its own module.
| * Added a commentGravatar http://joeyh.name/2014-02-21
| |
| * Added a comment: very remote specificGravatar http://grossmeier.net/2014-02-21
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmZgZuUhZlHpd_AbbcixY0QQiutb2I7GWY2014-02-21
| |
| * (no commit message)Gravatar Dennis2014-02-21
| |
| * Added a commentGravatar http://joeyh.name/2014-02-21
| |
| * clarificationGravatar Greg Grossmeier2014-02-21
| |
| * Added todo for handling ctrl c in transfersGravatar Greg Grossmeier2014-02-21
| |
| * Added a comment: Metadata?Gravatar https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck2014-02-21
| |
| * Added a comment: confirmedGravatar http://grossmeier.net/2014-02-21
| |
* | move bug from forum and closeGravatar Joey Hess2014-02-21
| |
| * Added a commentGravatar http://joeyh.name/2014-02-21
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-02-21
|\
* | Fix handling of rsync remote urls containing a username, including rsync.net.Gravatar Joey Hess2014-02-21
| | | | | | | | | | | | | | | | | | | | | | This breakage seems to have been caused way back in 0957b771, but I am pretty sure rsync.net support has not been entirely broken since last April. AFAICS, the generated .ssh/config has not changed since then -- it has never included a Username setting line. So, I am puzzled at when this reversion was introduced. Note that the breakage only affected checkpresent and remove. Upload and download use the ssh connection caching, which includes a -l username.
| * (no commit message)Gravatar https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d82014-02-21
|/
* add news item for git-annex 5.20140221Gravatar Joey Hess2014-02-21
|
* prep releaseGravatar Joey Hess2014-02-21
|
* Added a comment: goodGravatar http://joeyh.name/2014-02-21
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmZgZuUhZlHpd_AbbcixY0QQiutb2I7GWY2014-02-21
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmZgZuUhZlHpd_AbbcixY0QQiutb2I7GWY2014-02-21
|
* Added a comment: LFSGravatar https://www.google.com/accounts/o8/id?id=AItOawneiQ3iR9VXOPEP34u7m_L3Qr28H1nEfE02014-02-21
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-02-20
|\
* | fixedGravatar Joey Hess2014-02-20
| |
| * Added a commentGravatar stp2014-02-20
| |
| * Added a commentGravatar http://grossmeier.net/2014-02-20
| |
| * Added a comment: Neat!Gravatar https://www.google.com/accounts/o8/id?id=AItOawlJEI45rGczFAnuM7gRSj4C6s9AS9yPZDc2014-02-20
| |
| * Added a comment: Some suggestionsGravatar stp2014-02-20
| |
| * Added a comment: Great improvementsGravatar stp2014-02-20
| |
| * Added a comment: Some ideas for content syncGravatar stp2014-02-20
| |
| * Added a commentGravatar http://joeyh.name/2014-02-20
| |
| * Added a commentGravatar stp2014-02-20
|/
* boldGravatar Joey Hess2014-02-20
|
* devblogGravatar Joey Hess2014-02-20
|
* update roadmapGravatar Joey Hess2014-02-20
|
* better syntax for directory metadataGravatar Joey Hess2014-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
| |
* | closeGravatar Joey Hess2014-02-20
| |
* | improve some webapp ui stringsGravatar Joey Hess2014-02-20
| |
| * Added a commentGravatar http://joeyh.name/2014-02-20
| |
| * Added a commentGravatar http://joeyh.name/2014-02-20
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-02-20
|\
* | closeGravatar Joey Hess2014-02-20
| |
* | closeGravatar Joey Hess2014-02-20
| |
* | tweak wordingGravatar Joey Hess2014-02-20
| |
| * Added a commentGravatar http://joeyh.name/2014-02-20
|/