diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-12-13 11:07:49 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-12-13 11:07:49 -0400 |
commit | c254d141bec24c0cb2931247cac8d4c8bd4105be (patch) | |
tree | 3074da422e8eab7510dd0356385d67a71d4dd0bc /doc/bugs | |
parent | 1d359620940f5b8c2476c5a32ee9922b5d53bb4f (diff) |
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.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Metadata_values_get_stuck_when_repeatedly_modified_in_the_same_batch_mode_run.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/bugs/Metadata_values_get_stuck_when_repeatedly_modified_in_the_same_batch_mode_run.mdwn b/doc/bugs/Metadata_values_get_stuck_when_repeatedly_modified_in_the_same_batch_mode_run.mdwn index 1ec07dccb..26790bea3 100644 --- a/doc/bugs/Metadata_values_get_stuck_when_repeatedly_modified_in_the_same_batch_mode_run.mdwn +++ b/doc/bugs/Metadata_values_get_stuck_when_repeatedly_modified_in_the_same_batch_mode_run.mdwn @@ -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]] |