Updating `pijul git` with the latest Sanakirja
Dependencies
- [2]
GUL4M5FICleanup and formatting - [3]
USQMBKTPReplace deprecated chrono function - [4]
IIV3EL2XCleanup, formatting, and fixing the Git feature - [5]
I52XSRUHMassive cleanup, and simplification - [6]
NEJOYVJBFixing the Git feature - [7]
YPMGKDPCSolving a conflict - [8]
BJOZ25EUDeterministic Git import - [9]
HWH4WWN3Proper separation of Git commit messages into a message and description fields in changes - [10]
FAOGX7G3Outputting the repo after the last Git import - [11]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting).
Change contents
- replacement in pijul/src/commands/git.rs at line 140
let db: ::sanakirja::btree::UDb<Oid, libpijul::pristine::SerializedMerkle> =let db: ::sanakirja::btree::UDb<Oid, libpijul::pristine::SerializedMerkle> = unsafe { - replacement in pijul/src/commands/git.rs at line 145
};}}; - replacement in pijul/src/commands/git.rs at line 178
txn_git.set_root(0, db.db);txn_git.set_root(0, db.db.into()); - replacement in pijul/src/commands/git.rs at line 372
let mut db: ::sanakirja::btree::UDb<Oid, libpijul::pristine::SerializedMerkle> =let mut db: ::sanakirja::btree::UDb<Oid, libpijul::pristine::SerializedMerkle> = unsafe { - replacement in pijul/src/commands/git.rs at line 377
};}}; - replacement in pijul/src/commands/git.rs at line 380
txn.set_root(0, db.db);txn.set_root(0, db.db.into()); - replacement in pijul/src/commands/git.rs at line 764
timestamp: chrono::DateTime::from_utc(timestamp: chrono::DateTime::from_naive_utc_and_offset(