Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2014-03-19 19:56:09 -04:00
commit 060dfe4faa
3 changed files with 21 additions and 3 deletions

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawmp1ThsNNAbSn46ju-gwFELfStlhl8usJo"
nickname="donkeyicydragon"
subject="Your changes to git annex worked"
date="2014-03-19T21:27:39Z"
content="""
Thanks a lot.
BTW, will you start a new funding round?
"""]]

View file

@ -1,6 +1,6 @@
Yesterday, worked on cleaning up the todo list. Fixed Windows slash problem
with rsync remotes. Today, more Windows work; it turns out to have been
quite buggy in its handling of non-ascii characters in filenames. Encoding
quite buggy in its handling of non-ASCII characters in filenames. Encoding
stuff is never easy for me, but I eventually managed to find a way to fix
that, although I think there are other filename encoding problems lurking
in git-annex on Windows still to be dealt with.
@ -11,5 +11,5 @@ field was last set. That was already beeing tracked, internally (to make
union merging work), so I was able to quite cheaply expose it as
"$field-lastchanged" metadata that can be used like any other metadata.
I've been thinking about how to implement [[required_content]] expressions,
and think I have a reasonably good handle on it.
I've been thinking about how to implement [[todo/required_content]]
expressions, and think I have a reasonably good handle on it.

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="209.250.56.102"
subject="comment 3"
date="2014-03-19T23:14:24Z"
content="""
I added a toplevel \"lastchanged\" that applies to all the fields. (Also when the last change was unsetting a field, the toplevel lastchanged will show the time of that which is otherwise not visible by collecting the lastchanged-* fields).
"""]]