metadata --batch: Fix bug when conflicting metadata changes were made in the same batch run.

1 microsecond delay is ugly.. but, maintaining an queue of a list of timestamps
and taking a new one from the queue each time around, or maintaining a timestamp
counter, would probably be slower.
This commit is contained in:
Joey Hess 2016-12-13 11:07:49 -04:00
parent f01b4cbf7c
commit d9490685fd
No known key found for this signature in database
GPG key ID: C910D9222512E3C7
3 changed files with 31 additions and 19 deletions

View file

@ -82,3 +82,4 @@ I love the metadata functionality so much that I wrote [[tips/a_gui_for_metadata
Metadata driven views are awesome (but I don't like the entire folder hierarchy being appended to the filename).
I haven't used the other commands much since I have not yet organized most of my stuff (and their naively copy-pasted backups), but I am glad I discovered git-annex before I began organizing.
> [[fixed|done]] --[[Joey]]