Fixing the Git feature
[?]
Mar 7, 2021, 10:56 AM
3AZB5NUOZ3PEP5RX2M2QKA4OVAF6AIXQZ6GH4D6W3JK7UFCLA2RQCDependencies
- [2]
GBSL4AZIVersion bump - [3]
WI5BS6BSNew published versions - [4]
N35L72XVVersions in Cargo.lock - [5]
ZTVNGFNTVersion bump - [6]
YX3VCEOMVersion bump - [7]
ZQXP3HNAVersion bump - [8]
CUHXXBDZFixing a bug in replacements, recently introduced during a fix of a graph corruption bug - [9]
3S4DR77ZVersion updates - [10]
G65S7FAWVersion bump and cleanup - [11]
JACZWIJ6Version bump - [12]
XWETQ4DEUpgrading versions - [13]
IIV3EL2XCleanup, formatting, and fixing the Git feature - [14]
HR3WK6A7When lock times out, check that there are no more clients before quitting - [15]
HDGRZISMVersion updates - [16]
KUMJITTFVersion bump in the lockfiles - [17]
NX5I5H53New published versions - [18]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [19]
3VJB4ULDUpdating Cargo.nix - [20]
OUWD436AVersion bump - [21]
SAGSYAPXVarious version bumps - [22]
UCQD3JDHFix build errors caused by sanakirja 0.14 - [23]
G6YZ7U65Version bump - [24]
AOK35FEXNew Cargo.nix versions - [25]
HSVGP2G4Version bump + formatting - [26]
7ZFRYVVQCargo.nix and formatting - [27]
BNPSVXICFriendlier progress bars - [28]
VRDOV7DDVersions - [29]
2CNY6KTCUpdating Cargo.nix - [30]
RXNT67OTSanakirja version, and removing an unwrap - [31]
VYHHOEYHVersions and formatting - [32]
XAY4DYRRVersion bump - [33]
OCBM7IFENew release: pijul-1.0.0-alpha.8 - [34]
WIORLB47Version bump - [35]
SN7AGY6SMaking `pijul lock` robust to kill signals - [36]
6DOXSHWGCleanup, and version bump - [37]
JRENVH5DReqwest 0.11 - [38]
23LVKATNUse pager crate for log output - [39]
5BRU2RRWCleanup (debugging a crash related to trees/inodes) - [40]
G734WNM6flake.nix: use crate2nix - [41]
5YDI33C4Fixing pager on OSX - [42]
UFCZKKLXUpgrading to the latest Sanakirja/Rand - [43]
TPEH2XNB1.0.0-alpha.28, with Tokio 1.0 - [44]
FXT5FS5WUpdating Cargo.nix - [45]
JL4WKA5PImplement the Sanakirja concurrency model in a cross-process way - [46]
Q7CAYX5NFixing Windows compilation - [47]
MNTJ3VOKVersion bump - [48]
3WIQYEISFixing conflicts in Cargo.lock - [49]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump - [50]
H62VFFJECargo.nix, and solving conflicts - [51]
PJ7T2VFLDo not hang on locked repositories - [52]
BT2ZHPY4Version bumps - [53]
CVAT6LN3Fixing git import, and adding more useful feedback (with `RUST_LOG="pijul=info"`) - [54]
B5Z4IMEUGenerating Cargo.nix for pijul 1.0.0-alpha.6
Change contents
- replacement in pijul/src/commands/git.rs at line 252
let txn = repo.repo.pristine.mut_txn_begin();let txn = repo.repo.pristine.mut_txn_begin()?; - replacement in pijul/src/commands/git.rs at line 291
let mut txn = repo.repo.pristine.mut_txn_begin();let mut txn = repo.repo.pristine.mut_txn_begin()?; - replacement in pijul/Cargo.toml at line 4
version = "1.0.0-alpha.47"version = "1.0.0-alpha.48" - replacement in Cargo.nix at line 3547
version = "1.0.0-alpha.47";version = "1.0.0-alpha.48"; - replacement in Cargo.lock at line 1245
version = "1.0.0-alpha.47"version = "1.0.0-alpha.48"