diff options
author | Joey Hess <joey@kitenet.net> | 2011-10-05 15:59:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-10-05 15:59:49 -0400 |
commit | c199a01dd13e3c25bebcf6e67b9f870dc9be5ce8 (patch) | |
tree | f6f48ef805490a707938a4db004ccdda4212e78f /doc/bugs | |
parent | cfe21e85e7fba61ac588e210f2a9b75f8d081f42 (diff) |
bug
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/uuid.log_trust.log_and_remote.log_merge_wackiness.mdwn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/uuid.log_trust.log_and_remote.log_merge_wackiness.mdwn b/doc/bugs/uuid.log_trust.log_and_remote.log_merge_wackiness.mdwn new file mode 100644 index 000000000..af140403f --- /dev/null +++ b/doc/bugs/uuid.log_trust.log_and_remote.log_merge_wackiness.mdwn @@ -0,0 +1,17 @@ +Since uuid.log, trust.log and remote.log are union merged, it's possible +for any given item in them to have multiple values after a merge. +This would happen, for example, if the value was changed in different ways +in two repos which were then merged. git-annex will use an arbitrary +one of the multiple values. + +A workaround if this should happen to you is to use `git annex describe` +or other commands to re-set the value you want. The process of setting +the value will remove the multiple lines. + +To fix this the file format needs to be changed to include a timestamp +as is done with the other log files, then git-annex can consistently +pick the newest value -- which is as close to the "right" value as can be +determined in this situation. + +(For backwards compatability, git-annex should +treat lines with no timestamp as being timestamped with 0.) |