We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a105d commit 4cadc91Copy full SHA for 4cadc91
libpijul/src/record.rs
@@ -1091,6 +1091,7 @@ impl Recorded {
1091
};
1092
1093
let mut contents = self.contents.lock();
1094
+ contents.push(0);
1095
let meta_start = ChangePosition(contents.len().into());
1096
FileMetadata {
1097
metadata: item.metadata,
@@ -1099,6 +1100,7 @@ impl Recorded {
1099
1100
}
1101
.write(&mut contents);
1102
let meta_end = ChangePosition(contents.len().into());
1103
1104
if !moved.edges.is_empty() {
1105
// If there was exactly one alive name, this is a regular
1106
// move, i.e. not a conflict.
0 commit comments